8000 Remove useless phpdoc · symfony/symfony@e7cfaa9 · GitHub
[go: up one dir, main page]

Skip to content

Commit e7cfaa9

Browse files
Remove useless phpdoc
1 parent 0ed62cf commit e7cfaa9

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/Symfony/Component/PropertyInfo/Extractor/PhpDocExtractor.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,8 @@ class PhpDocExtractor implements PropertyDescriptionExtractorInterface, Property
4141
private $docBlockFactory;
4242
private $contextFactory;
4343
private $phpDocTypeHelper;
44-
45-
/**
46-
* @var string[]
47-
*/
4844
private $mutatorPrefixes;
49-
50-
/**
51-
* @var string[]
52-
*/
5345
private $accessorPrefixes;
54-
55-
/**
56-
* @var string[]
57-
*/
5846
private $arrayMutatorPrefixes;
5947

6048
/**

0 commit comments

Comments
 (0)
0