Skip to content

Commit 474cfbc

Browse files
Merge branch '6.2' into 6.3
* 6.2: 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 7b32de5 + d977404 commit 474cfbc

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
@@ -33,9 +33,6 @@ public function testProcess()
3333
(new RegisterAutoconfigureAttributesPass())->process($container);
3434

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

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

0 commit comments

Comments
 (0)