Completed
Pull Request — master (#644)
by Amrouche
03:14
created
src/Swagger/DocumentationNormalizer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -389,7 +389,7 @@
 block discarded – undo
389 389
         return $definitions;
390 390
     }
391 391
 
392
-    public function computeDoc(Documentation $object, array $definitions, array $classes,  array $itemOperationsDocs): array {
392
+    public function computeDoc(Documentation $object, array $definitions, array $classes, array $itemOperationsDocs): array {
393 393
         $doc['swagger'] = self::SWAGGER_VERSION;
394 394
         if ('' !== $object->getTitle()) {
395 395
             $doc['info']['title'] = $object->getTitle();
Please login to merge, or discard this patch.