Completed
Push — master ( 4842a8...ce9dbc )
by Samuel
02:23
created
src/JsynExtractor.php 1 patch
Spacing   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@  discard block
 block discarded – undo
57 57
 
58 58
         if (isset($this->sqlSyntax)) {
59 59
             $sqlSyntax = $this->sqlSyntax;
60
-<<<<<<< HEAD
60
+<< << <<< HEAD
61 61
             if (!isset($this->jsyn->$sqlSyntax)) {
62 62
 =======
63 63
             if (!isset($this->jsyn->$sqlSyntax)){
@@ -129,6 +129,4 @@  discard block
 block discarded – undo
129 129
      */
130 130
     public function __toString()
131 131
     {
132
-        return implode(' ', $this->getJsyn());
133
-    }
134
-}
132
+        return implode(' ', $this->getJsyn
135 133
\ No newline at end of file
Please login to merge, or discard this patch.