Skip to content

Commit 766c103

Browse files
committed
Apply fixes from StyleCI
1 parent 48d4ab2 commit 766c103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NewCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ protected function checkForUpdate(InputInterface $input, OutputInterface $output
273273
return;
274274
}
275275

276-
$output->writeln("");
276+
$output->writeln('');
277277
$output->writeln(" <bg=yellow;fg=black> WARN </> A new version of the Laravel installer is available. You have version {$version} installed, the latest version is {$latestVersion}.");
278278

279279
$laravelInstallerPath = (new ExecutableFinder())->find('laravel') ?? '';

0 commit comments

Comments
 (0)