Skip to content

Commit 0b3cebb

Browse files
committed
fix merge
1 parent 0a071ef commit 0b3cebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)