Skip to content

Commit

Permalink
Fix directory separator cross-platform issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrolGenhald committed Dec 30, 2021
1 parent dd631c0 commit 1b9f57f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/AssertAnnotationTest.php
Expand Up @@ -2336,7 +2336,7 @@ function assertBIsOne(A $arg): bool
/** @param 1 $_arg */
function takesOne(int $_arg): void {}
',
'error_message' => 'ImpureFunctionCall - src/somefile.php:10:40',
'error_message' => 'ImpureFunctionCall - src' . DIRECTORY_SEPARATOR . 'somefile.php:10:40',
],
];
}
Expand Down

0 comments on commit 1b9f57f

Please sign in to comment.