There was an error while loading. Please reload this page.
1 parent 2d10cab commit af261d2Copy full SHA for af261d2
1 file changed
test/ToIntTest.php
@@ -56,7 +56,7 @@ public function testHugeNumbersAreTruncatedToIntMax(): void
56
self::assertSame(PHP_INT_MAX, $filter->__invoke($huge));
57
}
58
59
- #[RequiresPhp('^8.5.0')]
+ #[RequiresPhp('>= 8.5.0')]
60
public function testHugeNumbersAreTruncatedToIntMaxOn85WithAWarning(): void
61
{
62
$called = false;
0 commit comments