Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zonuexe committed Oct 8, 2024
1 parent 5fb5395 commit e4905f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/PHPStan/Analyser/LegacyNodeScopeResolverTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1552,7 +1552,7 @@ public function dataCasts(): array
'(float) $str',
],
[
'array{"\000TypesNamespaceCasts\\\\Foo\000foo": TypesNamespaceCasts\\\\Foo, "\000TypesNamespaceCasts\\Foo\000int": int, "\000*\000protectedInt": int, publicInt: int, "\000TypesNamespaceCasts\\\\Bar\000barProperty": TypesNamespaceCasts\\\\Bar}',
'array{"\000TypesNamespaceCasts\\\\Foo\000foo": TypesNamespaceCasts\Foo, "\000TypesNamespaceCasts\\\\Foo\000int": int, "\000*\000protectedInt": int, publicInt: int, "\000TypesNamespaceCasts\\\\Bar\000barProperty": TypesNamespaceCasts\Bar}',
'(array) $foo',
],
[
Expand Down
Loading

0 comments on commit e4905f6

Please sign in to comment.