Skip to content

Commit

Permalink
Remove requires PHP 7.4 annotations (#1533)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandruGG committed Jul 7, 2021
1 parent e969b35 commit 8c97e07
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion tests/phpunit/Mutator/Operator/SpreadAssignmentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
final class SpreadAssignmentTest extends BaseMutatorTestCase
{
/**
* @requires PHP >= 7.4
* @dataProvider mutationsProvider
*
* @param string|string[] $expected
Expand Down
1 change: 0 additions & 1 deletion tests/phpunit/Mutator/Operator/SpreadOneItemTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
final class SpreadOneItemTest extends BaseMutatorTestCase
{
/**
* @requires PHP >= 7.4
* @dataProvider mutationsProvider
*
* @param string|string[] $expected
Expand Down
1 change: 0 additions & 1 deletion tests/phpunit/Mutator/Operator/SpreadRemovalTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
final class SpreadRemovalTest extends BaseMutatorTestCase
{
/**
* @requires PHP >= 7.4
* @dataProvider mutationsProvider
*
* @param string|string[] $expected
Expand Down

0 comments on commit 8c97e07

Please sign in to comment.