Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into fix/phpstorm-stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry committed Nov 1, 2023
2 parents 06bf3aa + aadfd24 commit 0770642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/Command/InspectCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ private function retrieveConfig(IO $io, array $paths, string $cwd): Configuratio
$io->getOption(self::NO_CONFIG_OPT)->asBoolean(),
$this->getConfigFilePath($io, $cwd),
ConfigurationFactory::DEFAULT_FILE_NAME,
true,
false,
$paths,
$cwd,
);
Expand Down

0 comments on commit 0770642

Please sign in to comment.