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 dcd8734 commit 283c2b4Copy full SHA for 283c2b4
src/Command/CommandHelper.php
@@ -197,7 +197,7 @@ public static function begin(
197
}
198
$includedFilePath = sprintf('%s/%s', $extensionConfig['install_path'], $includedFile);
199
if (!file_exists($includedFilePath) || !is_readable($includedFilePath)) {
200
- $errorOutput->writeLineFormatted(sprintf('Config file %s does not exists or isn\'t readable', $includedFilePath));
+ $errorOutput->writeLineFormatted(sprintf('Config file %s does not exist or isn\'t readable', $includedFilePath));
201
throw new \PHPStan\Command\InceptionNotSuccessfulException();
202
203
$additionalConfigFiles[] = $includedFilePath;
0 commit comments