Skip to content

Commit 350625d

Browse files
committed
pass triggerDeprecationError arg to parent class
1 parent b6a8ed6 commit 350625d

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)