There was an error while loading. Please reload this page.
1 parent d9af138 commit dddbbfbCopy full SHA for dddbbfb
1 file changed
tests/PHPStan/Type/FiniteTypeSetTest.php
@@ -31,7 +31,7 @@
31
* self-analysis excludes those files below PHP 8.1, and a ::class would have PHPStan report
32
* them as unknown classes there.
33
*/
34
-#[RequiresPhp('^8.1')]
+#[RequiresPhp('>= 8.1.0')]
35
class FiniteTypeSetTest extends PHPStanTestCase
36
{
37
0 commit comments