Completed
Pull Request — master (#609)
by Kévin
03:34
created
src/Swagger/ApiDocumentationBuilder.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -224,10 +224,10 @@
 block discarded – undo
224 224
                     $swaggerOperation[$methodSwagger]['responses'] = [
225 225
                         '200' => [
226 226
                             'description' => 'Successful operation',
227
-                             'schema' => [
227
+                                'schema' => [
228 228
                                 'type' => 'array',
229 229
                                 'items' => ['$ref' => sprintf('#/definitions/%s', $shortName)]
230
-                             ],
230
+                                ],
231 231
                         ],
232 232
                     ];
233 233
                     break;
Please login to merge, or discard this patch.