@@ -222,7 +222,7 @@ |
||
| 222 | 222 | return $this->container->get(substr($value, 1)); |
| 223 | 223 | } |
| 224 | 224 | //"fool%bar%baz" |
| 225 | - return preg_replace_callback("#%([^%\s]+)%#", function ($matches) { |
|
| 225 | + return preg_replace_callback("#%([^%\s]+)%#", function($matches) { |
|
| 226 | 226 | $key = $matches[1]; |
| 227 | 227 | if ($parameter = $this->container->getParameter($key)) { |
| 228 | 228 | return $parameter; |