Completed
Push — master ( ce9dbc...90b1a0 )
by Samuel
02:18
created
src/JsonDbStructure.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -109,7 +109,7 @@
 block discarded – undo
109 109
      * @param $jsonStructureFile PathUtil | string | Array
110 110
      * @param $sqlVendor string
111 111
      */
112
-    public function __construct($jsonStructureFile, $sqlVendor='default')
112
+    public function __construct($jsonStructureFile, $sqlVendor = 'default')
113 113
     {
114 114
         if (is_array($jsonStructureFile)) {
115 115
             $this->jsonStructure = $jsonStructureFile;
Please login to merge, or discard this patch.
src/JsynExtractor.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@
 block discarded – undo
80 80
         if (isset($this->jsyn->$sqlSyntax)) {
81 81
             $this->jsyn = $this->jsyn->$sqlSyntax;
82 82
         } else {
83
-            $sqlSyntax ="default";
83
+            $sqlSyntax = "default";
84 84
             $this->jsyn = $this->jsyn->$sqlSyntax;
85 85
         }
86 86
         
Please login to merge, or discard this patch.