Skip to content

Commit 7c92c1e

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 6d0ca87 + cb05b18 commit 7c92c1e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Tests/DependencyInjection/RegisterListenersPassTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -331,9 +331,6 @@ public function testOmitEventNameAndMethodOnUntypedListener()
331331
$registerListenersPass->process($container);
332332
}
333333

334-
/**
335-
* @requires PHP 7.2
336-
*/
337334
public function testOmitEventNameAndMethodOnGenericListener()
338335
{
339336
$container = new ContainerBuilder();

0 commit comments

Comments
 (0)