@@ -155,7 +155,7 @@ |
||
155 | 155 | } |
156 | 156 | |
157 | 157 | $definition = new Schema($this, $typeDef); |
158 | - if(substr($command, -1) === '!') { |
|
158 | + if (substr($command, -1) === '!') { |
|
159 | 159 | $definition->setReadOnly(); |
160 | 160 | } |
161 | 161 | $this->definitions[$name] = $definition; |