mirror of
https://github.com/pestphp/pest.git
synced 2026-03-05 23:37:22 +01:00
style: fix unary_operator_space
This commit is contained in:
@ -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))();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user