8000 minor #45895 [PropertyAccess] Fix typo in PropertyAccessor::readPrope… · symfony/symfony@d27ac23 · GitHub
[go: up one dir, main page]

Skip to content

Commit d27ac23

Browse files
committed
minor #45895 [PropertyAccess] Fix typo in PropertyAccessor::readProperty() DocBlock (mttsch)
This PR was submitted for the 6.1 branch but it was merged into the 4.4 branch instead. Discussion ---------- [PropertyAccess] Fix typo in PropertyAccessor::readProperty() DocBlock | Q | A | ------------- | --- | Branch? | 6.1 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | | License | MIT | Doc PR | Commits ------- 6782fd4 [PropertyAccess] Fix typo in PropertyAccessor::readProperty() DocBlock
2 parents 7dc98de + 6782fd4 commit d27ac23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/PropertyAccess/PropertyAccessor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ private function readIndex(array $zval, $index): array
384384
}
385385

386386
/**
387-
* Reads the a property from an object.
387+
* Reads the value of a property from an object.
388388
*
389389
* @throws NoSuchPropertyException If $ignoreInvalidProperty is false and the property does not exist or is not public
390390
*/

0 commit comments

Comments
 (0)
0