@@ -111,8 +111,7 @@ |
||
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 | } |
@@ -103,8 +103,7 @@ |
||
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 |