Passed
Push — master ( fd5321...f977cb )
by Igor
03:49
created
src/Query/Degeneration/Conditions.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@
 block discarded – undo
75 75
         $markers = $this->bindings;
76 76
 
77 77
         // ------ if/else conditions & if[set|int]/else conditions -----
78
-        $sql = preg_replace_callback('#\{if(.{0,}?)\s+([^\}]+?)\}(.+?)(\{else\}([^\{]+?)?)?\s*\{\/if}#sui', function ($matches) use ($markers) {
78
+        $sql = preg_replace_callback('#\{if(.{0,}?)\s+([^\}]+?)\}(.+?)(\{else\}([^\{]+?)?)?\s*\{\/if}#sui', function($matches) use ($markers) {
79 79
             return self::__ifsets($matches, $markers);
80 80
         }
81 81
             , $sql);
Please login to merge, or discard this patch.