We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6e325a commit 2475a75Copy full SHA for 2475a75
e2e/composer-min-version-v5/test.php
@@ -3,4 +3,4 @@
3
\PHPStan\Testing\assertType('int<50600, 50699>', PHP_VERSION_ID);
4
\PHPStan\Testing\assertType('5', PHP_MAJOR_VERSION);
5
\PHPStan\Testing\assertType('6', PHP_MINOR_VERSION);
6
-\PHPStan\Testing\assertType('int<0, max>', PHP_RELEASE_VERSION);
+\PHPStan\Testing\assertType('int<0, 99>', PHP_RELEASE_VERSION);
0 commit comments