Skip to content

Commit 98bd07e

Browse files
committed
Merge branch '5.1' into 5.2
* 5.1: fix merge
2 parents a349c2f + 0b3cebb commit 98bd07e

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)