mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 05:41:20 +01:00
fix test on windows (#4225)
This commit is contained in:
parent
cf8dcc163e
commit
7093253eea
@ -2060,7 +2060,7 @@ class ArrayFunctionCallTest extends TestCase
|
||||
function merger(array $a, array $b) : array {
|
||||
return array_merge($a, $b);
|
||||
}',
|
||||
'error_message' => 'LessSpecificReturnStatement - src/somefile.php:9:32 - The type \'array{A: int|string}<string, string>\' is more general',
|
||||
'error_message' => 'LessSpecificReturnStatement - src' . DIRECTORY_SEPARATOR . 'somefile.php:9:32 - The type \'array{A: int|string}<string, string>\' is more general',
|
||||
],
|
||||
];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user