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 f6b6762 commit 468182dCopy full SHA for 468182d
tests/PHPStan/Analyser/NodeScopeResolverTest.php
@@ -236,7 +236,7 @@ private static function findTestFiles(): iterable
236
*/
237
public static function dataFile(): iterable
238
{
239
- $base = dirname(__DIR__, 3) . '/';
+ $base = dirname(__DIR__, 3) . DIRECTORY_SEPARATOR;
240
$baseLength = strlen($base);
241
242
$fileHelper = new FileHelper($base);
0 commit comments