@@ -185,7 +185,7 @@ discard block |
||
185 | 185 | |
186 | 186 | $itemOperationsDocs[$path] = $customSwaggerOperation; |
187 | 187 | } |
188 | - } |
|
188 | + } |
|
189 | 189 | } |
190 | 190 | |
191 | 191 | |
@@ -252,10 +252,10 @@ discard block |
||
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; |