Completed
Push — master ( 4842a8...ce9dbc )
by Samuel
02:23
created
src/JsonDbStructure.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -123,7 +123,7 @@
 block discarded – undo
123 123
     }
124 124
 
125 125
     /**
126
-     * @param $topLevelObject string
126
+     * @param string $topLevelObject string
127 127
      * @param $crudAction string
128 128
      *
129 129
      * Based on the values provided in the $topLevelObject and $crudAction
Please login to merge, or discard this patch.
src/JsynExtractor.php 7 patches
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -129,6 +129,4 @@
 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.
Unused Use Statements   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -129,6 +129,4 @@
 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.
Indentation   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -129,6 +129,4 @@
 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.
Switch Indentation   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -129,6 +129,4 @@
 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.
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.
Braces   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -129,6 +129,4 @@
 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.
Upper-Lower-Casing   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -129,6 +129,4 @@
 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.