Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d27ac23

Browse filesBrowse 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
Copy full SHA for d27ac23

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎src/Symfony/Component/PropertyAccess/PropertyAccessor.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyAccess/PropertyAccessor.php
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.