Completed
Pull Request — master (#617)
by Amrouche
03:15
created
src/Swagger/ApiDocumentationBuilder.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -185,7 +185,7 @@  discard block
 block discarded – undo
185 185
 
186 186
                             $itemOperationsDocs[$path] = $customSwaggerOperation;
187 187
                         }
188
-                 }
188
+                    }
189 189
                 }
190 190
 
191 191
 
@@ -252,10 +252,10 @@  discard block
 block discarded – undo
252 252
                     $swaggerOperation[$methodSwagger]['responses'] = [
253 253
                         '200' => [
254 254
                             'description' => 'Successful operation',
255
-                             'schema' => [
255
+                                'schema' => [
256 256
                                 'type' => 'array',
257 257
                                 'items' => ['$ref' => sprintf('#/definitions/%s', $shortName)],
258
-                             ],
258
+                                ],
259 259
                         ],
260 260
                     ];
261 261
                     break;
Please login to merge, or discard this patch.