Skip to content

Commit dddbbfb

Browse files
SanderMullerclaude
andauthored
Use a complete version constraint in FiniteTypeSetTest's RequiresPhp attribute (#6177)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent d9af138 commit dddbbfb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/PHPStan/Type/FiniteTypeSetTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* self-analysis excludes those files below PHP 8.1, and a ::class would have PHPStan report
3232
* them as unknown classes there.
3333
*/
34-
#[RequiresPhp('^8.1')]
34+
#[RequiresPhp('>= 8.1.0')]
3535
class FiniteTypeSetTest extends PHPStanTestCase
3636
{
3737

0 commit comments

Comments
 (0)