diff --git a/app/Commands/CommitCommand.php b/app/Commands/CommitCommand.php index 6a31a32..1dfdba6 100644 --- a/app/Commands/CommitCommand.php +++ b/app/Commands/CommitCommand.php @@ -67,6 +67,9 @@ protected function configure() ]); } + /** + * @psalm-suppress InvalidScalarArgument + */ protected function initialize(InputInterface $input, OutputInterface $output) { $config = $this->option('config') and $this->configManager->replaceFrom($config);