Skip to content

Commit 71853c6

Browse files
driesvintstaylorotwell
authored andcommitted
Apply fixes from StyleCI (#88)
1 parent 002f442 commit 71853c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/NewCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@ protected function prepareWritableDirectories($appDirectory, OutputInterface $ou
188188
$filesystem = new Filesystem;
189189

190190
try {
191-
$filesystem->chmod($appDirectory.DIRECTORY_SEPARATOR."bootstrap/cache", 0755, 0000, true);
192-
$filesystem->chmod($appDirectory.DIRECTORY_SEPARATOR."storage", 0755, 0000, true);
191+
$filesystem->chmod($appDirectory.DIRECTORY_SEPARATOR.'bootstrap/cache', 0755, 0000, true);
192+
$filesystem->chmod($appDirectory.DIRECTORY_SEPARATOR.'storage', 0755, 0000, true);
193193
} catch (IOExceptionInterface $e) {
194194
$output->writeln('<comment>You should verify that the "storage" and "bootstrap/cache" directories are writable.</comment>');
195195
}

0 commit comments

Comments
 (0)