Skip to content

Commit 2475a75

Browse files
committed
Update test.php
1 parent c6e325a commit 2475a75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/composer-min-version-v5/test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
\PHPStan\Testing\assertType('int<50600, 50699>', PHP_VERSION_ID);
44
\PHPStan\Testing\assertType('5', PHP_MAJOR_VERSION);
55
\PHPStan\Testing\assertType('6', PHP_MINOR_VERSION);
6-
\PHPStan\Testing\assertType('int<0, max>', PHP_RELEASE_VERSION);
6+
\PHPStan\Testing\assertType('int<0, 99>', PHP_RELEASE_VERSION);

0 commit comments

Comments
 (0)