Core and composer updates
This commit is contained in:
parent
a82634bb98
commit
62cac30480
1118 changed files with 21770 additions and 6306 deletions
|
@ -135,7 +135,7 @@ class ParameterBag implements \IteratorAggregate, \Countable
|
|||
}
|
||||
|
||||
if (null !== $currentKey) {
|
||||
throw new \InvalidArgumentException(sprintf('Malformed path. Path must end with "]".'));
|
||||
throw new \InvalidArgumentException('Malformed path. Path must end with "]".');
|
||||
}
|
||||
|
||||
return $value;
|
||||
|
|
Reference in a new issue