Skip to content

Commit

Permalink
Fix "requires" annotation name.
Browse files Browse the repository at this point in the history
  • Loading branch information
BusterNeece committed Dec 8, 2019
1 parent 07c9d20 commit 7745e2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/DeepCopyTest/DeepCopyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ public function test_it_can_prepend_filter()

/**
* @ticket https://github.com/myclabs/DeepCopy/issues/143
* @require PHP 7.4
* @requires PHP 7.4
*/
public function test_it_clones_typed_properties()
{
Expand All @@ -452,7 +452,7 @@ public function test_it_clones_typed_properties()

/**
* @ticket https://github.com/myclabs/DeepCopy/issues/143
* @require PHP 7.4
* @requires PHP 7.4
*/
public function test_it_ignores_uninitialized_typed_properties()
{
Expand Down

0 comments on commit 7745e2f

Please sign in to comment.