Skip to content

Commit

Permalink
fix php7 test expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm authored and ondrejmirtes committed Jan 2, 2022
1 parent 6b4d475 commit 4a25856
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/PHPStan/Analyser/LegacyNodeScopeResolverTest.php
Expand Up @@ -7430,15 +7430,15 @@ public function dataReplaceFunctions(): array
{
return [
[
'string',
'non-empty-string',
'$expectedString',
],
[
'string|null',
'$expectedString2',
],
[
'string|null',
'non-empty-string|null',
'$anotherExpectedString',
],
[
Expand Down

0 comments on commit 4a25856

Please sign in to comment.