Skip to content

Commit 6736a10

Browse files
Fix deprecations on PHP 8.3
1 parent cc80120 commit 6736a10

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

3737
$argument = new BoundArgument(1, false, BoundArgument::INSTANCEOF_BINDING, realpath(__DIR__.'/../Fixtures/AutoconfigureAttributed.php'));
38-
$values = $argument->getValues();
39-
--$values[1];
40-
$argument->setValues($values);
4138

4239
$expected = (new ChildDefinition(''))
4340
->setLazy(true)

0 commit comments

Comments
 (0)