Skip to content

Commit d977404

Browse files
Merge branch '5.4' into 6.2
* 5.4: Fix deprecations on PHP 8.3 [WebProfilerBundle] Fix error in case of 'Content-Type' set null in dev environment with no debug [Routing] Use vsprintf instead of sprintf + unpacking
2 parents 87cd715 + 6736a10 commit d977404

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Tests/Compiler/RegisterAutoconfigureAttributesPassTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ public function testProcess()
3232
(new RegisterAutoconfigureAttributesPass())->process($container);
3333

3434
$argument = new BoundArgument(1, false, BoundArgument::INSTANCEOF_BINDING, realpath(__DIR__.'/../Fixtures/AutoconfigureAttributed.php'));
35-
$values = $argument->getValues();
36-
--$values[1];
37-
$argument->setValues($values);
3835

3936
$expected = (new ChildDefinition(''))
4037
->setLazy(true)

0 commit comments

Comments
 (0)