Completed
Push — master ( d50d1d...206860 )
by Joao
10s
created
src/SwaggerBody.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -120,7 +120,7 @@
 block discarded – undo
120 120
                 $required = array_search($prop, $schema['required']);
121 121
                 if (!isset($body[$prop])) {
122 122
                     if ($required !== false) {
123
-                         throw new NotMatchedException("Required property '$prop' in '$name' not found in object");
123
+                            throw new NotMatchedException("Required property '$prop' in '$name' not found in object");
124 124
                     }
125 125
                     unset($body[$prop]);
126 126
                     continue;
Please login to merge, or discard this patch.