diff --git a/src/Commands/Command.php b/src/Commands/Command.php index bb04328..7056ee1 100644 --- a/src/Commands/Command.php +++ b/src/Commands/Command.php @@ -42,6 +42,8 @@ public function __construct(Preset $preset) * is validated. * * @return void + * + * @phpstan-param \Symfony\Component\Console\Output\OutputInterface&\Illuminate\Console\OutputStyle $output */ protected function initialize(InputInterface $input, OutputInterface $output) {