Skip to content

Commit 4f2d07a

Browse files
committed
Update bug-680.php
1 parent 22ec60e commit 4f2d07a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/default/data/bug-680.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ public function doFoo(string $token): void
1818
SELECT email, adaid, "xy" as b FROM ada WHERE adaid = :token',
1919
['token' => $token],
2020
);
21-
assertType('array{email: string, adaid: int<-32768, 32767, b: string>}|false', $content);
21+
assertType('array{email: string, adaid: int<-32768, 32767>, b: string}|false', $content);
2222
}
2323
}

0 commit comments

Comments
 (0)