Completed
Push — master ( f33138...47ba09 )
by Samuel
02:41
created
src/JsonDbStructure.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -113,8 +113,7 @@
 block discarded – undo
113 113
     {
114 114
         if (is_array($jsonStructureFile)){
115 115
             $this->jsonStructure = $jsonStructureFile;
116
-        }
117
-        else {
116
+        } else {
118 117
             $this->jsonStructure = self::getObjectFromJsonFile($jsonStructureFile);
119 118
         }
120 119
         $this->sqlVendor = $sqlVendor;
Please login to merge, or discard this patch.