Skip to content

Commit a463c89

Browse files
committed
Fix test
1 parent 4c17fb1 commit a463c89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/BinaryOperationTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@ function foo(string $s) : int {
187187
$c = (true xor false);
188188
$d = (false xor false);',
189189
'assertions' => [
190-
'$a' => 'positive-int',
191-
'$b' => 'positive-int',
190+
'$a' => 'int',
191+
'$b' => 'int',
192192
'$c' => 'bool',
193193
'$d' => 'bool',
194194
],

0 commit comments

Comments
 (0)