Skip to content

Commit 9368112

Browse files
Merge branch '6.2' into 6.3
* 6.2: Fix homepage
2 parents 919ec3b + 21c2a70 commit 9368112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/DependencyInjection/RegisterControllerArgumentLocatorsPassTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ class CustomAutowire extends Autowire
586586
{
587587
public function __construct(string $parameter)
588588
{
589-
parent::__construct(param: $parameter);
589+
parent::__construct('%'.$parameter.'%');
590590
}
591591
}
592592

0 commit comments

Comments
 (0)