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
thrownewSyntaxError('Unexpected token. Twig was looking for the "with", "from", or "into" keyword.', $stream->getCurrent()->getLine(), $stream->getSourceContext()->getName());
70
+
thrownewSyntaxError('Unexpected token. Twig was looking for the "with", "from", or "into" keyword.', $stream->getCurrent()->getLine(), $stream->getSourceContext());
71
71
}
72
72
}
73
73
@@ -76,7 +76,7 @@ public function parse(Token $token)
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/ContainerBuilder.php
+7-39
Original file line number
Diff line number
Diff line change
@@ -124,8 +124,6 @@ class ContainerBuilder extends Container implements TaggedContainerInterface
124
124
125
125
private$removedIds = array();
126
126
127
-
private$removedBindingIds = array();
128
-
129
127
privatestatic$internalTypes = array(
130
128
'int' => true,
131
129
'float' => true,
@@ -502,8 +500,7 @@ public function set($id, $service)
502
500
thrownewBadMethodCallException(sprintf('Setting service "%s" for an unknown or non-synthetic service definition on a compiled container is not allowed.', $id));
0 commit comments