Skip to content

Commit 7745e2f

Browse files
committed
Fix "requires" annotation name.
1 parent 07c9d20 commit 7745e2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/DeepCopyTest/DeepCopyTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ public function test_it_can_prepend_filter()
437437

438438
/**
439439
* @ticket https://github.com/myclabs/DeepCopy/issues/143
440-
* @require PHP 7.4
440+
* @requires PHP 7.4
441441
*/
442442
public function test_it_clones_typed_properties()
443443
{
@@ -452,7 +452,7 @@ public function test_it_clones_typed_properties()
452452

453453
/**
454454
* @ticket https://github.com/myclabs/DeepCopy/issues/143
455-
* @require PHP 7.4
455+
* @requires PHP 7.4
456456
*/
457457
public function test_it_ignores_uninitialized_typed_properties()
458458
{

0 commit comments

Comments
 (0)