diff --git a/src/Laravel/Commands/PestInstallCommand.php b/src/Laravel/Commands/PestInstallCommand.php index 2885f629..c5247548 100644 --- a/src/Laravel/Commands/PestInstallCommand.php +++ b/src/Laravel/Commands/PestInstallCommand.php @@ -60,7 +60,7 @@ final class PestInstallCommand extends Command $this->output->success('`tests/Pest.php` created successfully.'); $this->output->success('`tests/Helpers.php` created successfully.'); - if (! (bool) $this->option('no-interaction')) { + if (!(bool) $this->option('no-interaction')) { (new \Pest\Console\Thanks($this->output))(); } }