Completed
Push — master ( f21c98...d36dae )
by Joao
11s
created
src/SwaggerBody.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -132,7 +132,7 @@
 block discarded – undo
132 132
 
133 133
                 if (!array_key_exists($prop, $body)) {
134 134
                     if ($required !== false) {
135
-                         throw new NotMatchedException("Required property '$prop' in '$name' not found in object");
135
+                            throw new NotMatchedException("Required property '$prop' in '$name' not found in object");
136 136
                     }
137 137
                     unset($body[$prop]);
138 138
                     continue;
Please login to merge, or discard this patch.