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 b36bcb2 commit 31e52faCopy full SHA for 31e52fa
src/PhpDoc/DefaultStubFilesProvider.php
@@ -67,7 +67,7 @@ public function getProjectStubFiles(): array
67
$filteredStubFiles = $this->getStubFiles();
68
$filteredStubFiles = array_filter(
69
$filteredStubFiles,
70
- static fn (string $file): bool => !str_starts_with($file, $phpstanStubsDirectory)
+ static fn (string $file): bool => !str_starts_with($file, $phpstanStubsDirectory),
71
);
72
foreach ($this->composerAutoloaderProjectPaths as $composerAutoloaderProjectPath) {
73
$composerConfig = ComposerHelper::getComposerConfig($composerAutoloaderProjectPath);
0 commit comments