File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ private function generateTheme()
173
173
* Replace placeholders in generated file.
174
174
*
175
175
* @param \Symfony\Component\Finder\SplFileInfo $file
176
- *
176
+ *
177
177
* @return string
178
178
*/
179
179
protected function replacePlaceholders ($ file )
@@ -235,7 +235,7 @@ protected function askName()
235
235
{
236
236
do {
237
237
$ this ->theme ['name ' ] = $ this ->ask ('Theme Name ' );
238
- } while (!strlen ($ this ->theme ['name ' ]));
238
+ } while (!strlen ($ this ->theme ['name ' ]));
239
239
}
240
240
241
241
/**
@@ -260,7 +260,7 @@ protected function askVendor()
260
260
{
261
261
do {
262
262
$ this ->theme ['vendor ' ] = mb_strtolower ($ this ->config ->get ('themes-manager.composer.vendor ' ) ?? $ this ->ask ('Vendor name ' ));
263
- } while (!strlen ($ this ->theme ['vendor ' ]));
263
+ } while (!strlen ($ this ->theme ['vendor ' ]));
264
264
}
265
265
266
266
/**
You can’t perform that action at this time.
0 commit comments