@@ -389,7 +389,7 @@ |
||
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(); |