Skip to content

Commit 9c0904c

Browse files
committed
Fix
1 parent af02bd8 commit 9c0904c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/PHPStan/Analyser/LegacyNodeScopeResolverTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2082,7 +2082,7 @@ public function dataBinaryOperations(): array
20822082
'1.2 ** 1.4',
20832083
],
20842084
[
2085-
'int',
2085+
'1',
20862086
'3.2 % 2.4',
20872087
],
20882088
[
@@ -2115,7 +2115,7 @@ public function dataBinaryOperations(): array
21152115
'1 ** 1.4',
21162116
],
21172117
[
2118-
'int',
2118+
'1',
21192119
'3 % 2.4',
21202120
],
21212121
[

0 commit comments

Comments
 (0)