@@ -115,7 +115,7 @@ |
||
115 | 115 | { |
116 | 116 | if (is_string($value)) { |
117 | 117 | $normalizedValue = normalize_line_endings($value); |
118 | - return preg_replace_callback('/\{\{\s*([\w\.\/-]+)\s*\}\}/', function (array $matches) { |
|
118 | + return preg_replace_callback('/\{\{\s*([\w\.\/-]+)\s*\}\}/', function(array $matches) { |
|
119 | 119 | return $this->get($matches[1]); |
120 | 120 | }, $normalizedValue); |
121 | 121 | } |