Skip to content

Commit 7328128

Browse files
committed
Fix
1 parent 582a0f8 commit 7328128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/PHPStan/PhpDoc/DefaultStubFilesProviderTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function testGetProjectStubFilesWhenPathContainsWindowsSeparator(): void
4747
*/
4848
private function createDefaultStubFilesProvider(array $stubFiles): DefaultStubFilesProvider
4949
{
50-
return new DefaultStubFilesProvider($this->getContainer(), $stubFiles, $this->currentWorkingDirectory);
50+
return new DefaultStubFilesProvider($this->getContainer(), $stubFiles, [$this->currentWorkingDirectory]);
5151
}
5252

5353
}

0 commit comments

Comments
 (0)