Skip to content

Commit 507930d

Browse files
committed
Remove "requires PHP 7.2" annotations
1 parent 828a0de commit 507930d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Tests/Compiler/CheckTypeDeclarationsPassTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -399,9 +399,6 @@ public function testProcessSuccessWhenPassingAnIteratorArgumentToIterable()
399399
$this->addToAssertionCount(1);
400400
}
401401

402-
/**
403-
* @requires PHP 7.2
404-
*/
405402
public function testProcessSuccessWhenPassingDefinitionForObjectType()
406403
{
407404
$container = new ContainerBuilder();

0 commit comments

Comments
 (0)