You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/ContainerBuilder.php
+39-7
Original file line number
Diff line number
Diff line change
@@ -123,6 +123,8 @@ class ContainerBuilder extends Container implements TaggedContainerInterface
123
123
124
124
private$removedIds = array();
125
125
126
+
private$removedBindingIds = array();
127
+
126
128
privatestatic$internalTypes = array(
127
129
'int' => true,
128
130
'float' => true,
@@ -531,7 +533,8 @@ public function set($id, $service)
531
533
thrownewBadMethodCallException(sprintf('Setting service "%s" for an unknown or non-synthetic service definition on a compiled container is not allowed.', $id));
0 commit comments