Skip to content

Commit 59b9dc5

Browse files
committed
Merge branch '5.1' into 5.2
* 5.1: Remove "requires PHP 7.2" annotations quote all dumped unicode spaces Switched from parent type hard-coded FQCN to `::class` keyword.
2 parents 8742bcc + 507930d commit 59b9dc5

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)