@@ -135,7 +135,7 @@ |
||
| 135 | 135 | $self = $this; |
| 136 | 136 | return preg_replace_callback( |
| 137 | 137 | '/%%|%([^%\s]+)%/', |
| 138 | - function ($match) use ($self, $resolving, $value) { |
|
| 138 | + function($match) use ($self, $resolving, $value) { |
|
| 139 | 139 | // skip %% |
| 140 | 140 | if (false === isset($match[1])) { |
| 141 | 141 | return '%%'; |