Remove dead code

Removed an unused property
This commit is contained in:
Fabien Salathe 2021-07-26 23:02:37 +02:00 committed by Guilhem Niot
parent 305668a345
commit 74036e974a

View File

@ -36,8 +36,6 @@ class ObjectModelDescriber implements ModelDescriberInterface, ModelRegistryAwar
/** @var NameConverterInterface[] */
private $nameConverter;
private $swaggerDefinitionAnnotationReader;
public function __construct(
PropertyInfoExtractorInterface $propertyInfo,
Reader $reader,