8000 bug #17606 [DependencyInjection] pass triggerDeprecationError arg to … · symfony/symfony@12bee17 · GitHub
[go: up one dir, main page]

Skip to content

Commit 12bee17

Browse files
committed
bug #17606 [DependencyInjection] pass triggerDeprecationError arg to parent class (xabbuh)
This PR was merged into the 2.7 branch. Discussion ---------- [DependencyInjection] pass triggerDeprecationError arg to parent class | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #17565 (comment) | License | MIT | Doc PR | Commits ------- 350625d pass triggerDeprecationError arg to parent class
2 parents b6a8ed6 + 350625d commit 12bee17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/DependencyInjection/DefinitionDecorator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public function setFactoryService($service, $triggerDeprecationError = true)
103103
{
104104
$this->changes['factory_service'] = true;
105105

106-
return parent::setFactoryService($service);
106+
return parent::setFactoryService($service, $triggerDeprecationError);
107107
}
108108

109109
/**

0 commit comments

Comments
 (0)
0