10000 Merge branch '5.2' into 5.x · symfony/symfony@d093475 · GitHub
[go: up one dir, main page]

Skip to content

Commit d093475

Browse files
committed
Merge branch '5.2' into 5.x
* 5.2: fix merge
2 parents 23d2574 + b82378d commit d093475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/DependencyInjection/Tests/Compiler/CheckTypeDeclarationsPassTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@ public function testProcessSkipsDeprecatedDefinitions()
726726
$container = new ContainerBuilder();
727727
$container
728728
->register('foobar', Deprecated::class)
729-
->setDeprecated(true)
729+
->setDeprecated('foo/bar', '1.2.3', '')
730730
;
731731

732732
(new CheckTypeDeclarationsPass(true))->process($container);

0 commit comments

Comments
 (0)
0