Skip to content

Commit

Permalink
Revert "fix tests"
Browse files Browse the repository at this point in the history
This reverts commit 13abf01.
  • Loading branch information
clxmstaab authored and ondrejmirtes committed Jan 27, 2022
1 parent 2736039 commit 8a1d5c3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/PHPStan/Analyser/LegacyNodeScopeResolverTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5302,27 +5302,27 @@ public function dataFunctions(): array
'$versionCompare8',
],
[
'int<0, max>',
'int',
'$mbStrlenWithoutEncoding',
],
[
'int<0, max>',
'int',
'$mbStrlenWithValidEncoding',
],
[
'int<0, max>',
'int',
'$mbStrlenWithValidEncodingAlias',
],
[
'false',
'$mbStrlenWithInvalidEncoding',
],
[
PHP_VERSION_ID < 80000 ? 'int<0, max>|false' : 'int',
PHP_VERSION_ID < 80000 ? 'int|false' : 'int',
'$mbStrlenWithValidAndInvalidEncoding',
],
[
PHP_VERSION_ID < 80000 ? 'int<0, max>|false' : 'int',
PHP_VERSION_ID < 80000 ? 'int|false' : 'int',
'$mbStrlenWithUnknownEncoding',
],
[
Expand Down

0 comments on commit 8a1d5c3

Please sign in to comment.