Skip to content

Commit 2e4160c

Browse files
committed
Named arguments not allowed in PHPUnit attributes
1 parent 60ff6d2 commit 2e4160c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Doctrine/ODM/MongoDB/Tests/Mapping/PropertyAccessors/RawValuePropertyAccessorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
use function trim;
1414

15-
#[RequiresPhp(versionRequirement: '>= 8.4.0')]
15+
#[RequiresPhp('>= 8.4.0')]
1616
class RawValuePropertyAccessorTest extends BaseTestCase
1717
{
1818
public function testSetGetValue(): void

0 commit comments

Comments
 (0)