Skip to content

Commit 254489e

Browse files
committed
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! autoload
1 parent 57e9856 commit 254489e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Command/AddTypesCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ private function runPhpStan(array $relativeCodeDirs, string $projectPath, bool $
8888
'analyse',
8989
...$relativeCodeDirs,
9090
'--configuration',
91-
realpath(__DIR__ . '/../../config/phpstan-collecting-data.neon'),
91+
(string) realpath(__DIR__ . '/../../config/phpstan-collecting-data.neon'),
9292
'--autoload-file',
93-
realpath(__DIR__ . '/../../bin/autoload.php'),
93+
(string) realpath(__DIR__ . '/../../bin/autoload.php'),
9494
];
9595

9696
$this->processRunner->runProcess($commands, $projectPath, $isDebug);

0 commit comments

Comments
 (0)