@@ -124,7 +124,7 @@ |
||
124 | 124 | { |
125 | 125 | $cache = []; |
126 | 126 | |
127 | - return preg_replace_callback('/{\s*([A-Za-z_\-\.0-9]+)\s*}/', function (array $matches) use ($request, $response, $error, &$cache) { |
|
127 | + return preg_replace_callback('/{\s*([A-Za-z_\-\.0-9]+)\s*}/', function(array $matches) use ($request, $response, $error, &$cache) { |
|
128 | 128 | if (isset($cache[$matches[1]])) { |
129 | 129 | return $cache[$matches[1]]; |
130 | 130 | } |