Completed
Push — master ( 3e0351...7280e5 )
by Martijn
02:55
created
SwaggerGen/Swagger/Swagger.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -155,7 +155,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.