@@ -144,7 +144,7 @@ |
||
144 | 144 | { |
145 | 145 | return preg_replace_callback( |
146 | 146 | $this->blockRegex(), |
147 | - function ($match) { |
|
147 | + function($match) { |
|
148 | 148 | if (!isset($this->phpBlocks[$match['id']])) { |
149 | 149 | return $match[0]; |
150 | 150 | } |