Skip to content

Commit 417ff90

Browse files
committed
Minor tweak
1 parent b890f64 commit 417ff90

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

components/property_info.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,12 @@ provide it with a set of information extractors.
5959
// list of PropertyDescriptionExtractorInterface (any iterable)
6060
$descriptionExtractors = array($phpDocExtractor);
6161
62-
// array of PropertyAccessExtractorInterface
62+
// list of PropertyAccessExtractorInterface (any iterable)
6363
$accessExtractors = array($reflectionExtractor);
6464
6565
// list of PropertyInitializableExtractorInterface (any iterable)
6666
$propertyInitializableExtractors = array($reflectionExtractor);
6767
68-
69-
7068
$propertyInfo = new PropertyInfoExtractor(
7169
$listExtractors,
7270
$typeExtractors,

0 commit comments

Comments
 (0)