Completed
Push — master ( 90b1a0...9949c6 )
by Samuel
02:25
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.