Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d093475

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

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Compiler/CheckTypeDeclarationsPassTest.php
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.