We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b890f64 commit 417ff90Copy full SHA for 417ff90
components/property_info.rst
@@ -59,14 +59,12 @@ provide it with a set of information extractors.
59
// list of PropertyDescriptionExtractorInterface (any iterable)
60
$descriptionExtractors = array($phpDocExtractor);
61
62
- // array of PropertyAccessExtractorInterface
+ // list of PropertyAccessExtractorInterface (any iterable)
63
$accessExtractors = array($reflectionExtractor);
64
65
// list of PropertyInitializableExtractorInterface (any iterable)
66
$propertyInitializableExtractors = array($reflectionExtractor);
67
68
-
69
70
$propertyInfo = new PropertyInfoExtractor(
71
$listExtractors,
72
$typeExtractors,
0 commit comments