style: fix unary_operator_space

This commit is contained in:
Enzo Innocenzi
2020-08-03 21:49:09 +02:00
parent 64bb853720
commit 4009177e56

View File

@ -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))();
}
}