Completed
Branch develop (85a9c8)
by Anton
05:44
created
source/Spiral/Tokenizer/Isolator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -144,7 +144,7 @@
 block discarded – undo
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
                 }
Please login to merge, or discard this patch.