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: ContainerBuilder.php
+7-39Lines changed: 7 additions & 39 deletions
Original file line number
Diff line number
Diff line change
@@ -122,8 +122,6 @@ class ContainerBuilder extends Container implements TaggedContainerInterface
122
122
123
123
private$removedIds = array();
124
124
125
-
private$removedBindingIds = array();
126
-
127
125
privatestatic$internalTypes = array(
128
126
'int' => true,
129
127
'float' => true,
@@ -500,8 +498,7 @@ public function set($id, $service)
500
498
thrownewBadMethodCallException(sprintf('Setting service "%s" for an unknown or non-synthetic service definition on a compiled container is not allowed.', $id));
0 commit comments