We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74a6328 commit cf2f5e6Copy full SHA for cf2f5e6
src/WatcherCommand.php
@@ -34,7 +34,7 @@ protected function determineOptions(InputInterface $input): array
34
{
35
$options = $this->getOptionsFromConfigFile();
36
37
- $commandLineArguments = trim($input->getArgument('phpunit-options'), "'");
+ $commandLineArguments = trim($input->getArgument('phpunit-options') ?? '', "'");
38
39
if (! empty($commandLineArguments)) {
40
$options['phpunit']['arguments'] = $commandLineArguments;
0 commit comments