Skip to content

Commit c8e8c89

Browse files
chore(style): fix code style
1 parent 0bcda45 commit c8e8c89

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Console/Generators/MakeTheme.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ private function generateTheme()
173173
* Replace placeholders in generated file.
174174
*
175175
* @param \Symfony\Component\Finder\SplFileInfo $file
176-
*
176+
*
177177
* @return string
178178
*/
179179
protected function replacePlaceholders($file)
@@ -235,7 +235,7 @@ protected function askName()
235235
{
236236
do {
237237
$this->theme['name'] = $this->ask('Theme Name');
238-
} while(!strlen($this->theme['name']));
238+
} while (!strlen($this->theme['name']));
239239
}
240240

241241
/**
@@ -260,7 +260,7 @@ protected function askVendor()
260260
{
261261
do {
262262
$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']));
264264
}
265265

266266
/**

0 commit comments

Comments
 (0)