Passed
Pull Request — master (#3)
by Richard
04:15
created
src/Commands/ArtomatorControllerCommand.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -111,8 +111,7 @@
 block discarded – undo
111 111
         if ($this->option('schema') !== false) {
112 112
             $schema = $this->option('schema');
113 113
             $schema = (new SchemaParser())->parse($schema);
114
-        }
115
-        else
114
+        } else
116 115
         {
117 116
             return null;
118 117
         }
Please login to merge, or discard this patch.
src/Commands/ArtomatorQueryCommand.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -103,8 +103,7 @@
 block discarded – undo
103 103
         if ($this->option('schema') !== false) {
104 104
             $schema = $this->option('schema');
105 105
             $schema = (new SchemaParser())->parse($schema);
106
-        }
107
-        else {
106
+        } else {
108 107
             return null;
109 108
         }
110 109
 
Please login to merge, or discard this patch.