Skip to content

Commit c541ce1

Browse files
authored
Merge branch refs/heads/1.11.x into 1.12.x
2 parents 4318276 + 7328128 commit c541ce1

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)