Yaffs site version 1.1
[yaffs-website] / vendor / symfony / http-foundation / ParameterBag.php
index ef13494ee00b1f524f6e975c059ed3aa26535612..7b56af11a4cf11eb3db6558908145643b3dda372 100644 (file)
@@ -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;