Completed
Push — master ( 279fbd...ad3cda )
by Pieter
15s queued 12s
created
src/OpenApiSchema/OpenApiSchemaGenerator.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -361,7 +361,7 @@
 block discarded – undo
361 361
             $propertySchema->type = 'object';
362 362
             $propertySchema->additionalProperties = $propertySchema->items;
363 363
             $propertySchema->items = null;
364
-         }
364
+            }
365 365
 
366 366
         return $propertySchema;
367 367
     }
Please login to merge, or discard this patch.