We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a46c738 commit c57746aCopy full SHA for c57746a
src/DI/ServiceDefinition.php
@@ -129,15 +129,15 @@ public function isShared()
129
/** @deprecated */
130
public function setInject($on)
131
{
132
- trigger_error(__METHOD__ . '() is deprecated.', E_USER_DEPRECATED);
+ //trigger_error(__METHOD__ . '() is deprecated.', E_USER_DEPRECATED);
133
return $this->addTag(Extensions\InjectExtension::TAG_INJECT, $on);
134
}
135
136
137
138
public function getInject()
139
140
141
return $this->getTag(Extensions\InjectExtension::TAG_INJECT);
142
143
0 commit comments