Remove useless phpdoc

This commit is contained in:
Nicolas Grekas 2017-11-05 19:13:53 +01:00
parent 0ed62cf94e
commit e7cfaa9129

View File

@ -41,20 +41,8 @@ class PhpDocExtractor implements PropertyDescriptionExtractorInterface, Property
private $docBlockFactory;
private $contextFactory;
private $phpDocTypeHelper;
/**
* @var string[]
*/
private $mutatorPrefixes;
/**
* @var string[]
*/
private $accessorPrefixes;
/**
* @var string[]
*/
private $arrayMutatorPrefixes;
/**