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 fa9d24c

Browse filesBrowse files
minor #21503 [PropertyAccess] Fix phpDoc typo (scaytrase)
This PR was merged into the 2.7 branch. Discussion ---------- [PropertyAccess] Fix phpDoc typo | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | none | License | MIT | Doc PR | none Fix a phpDoc typo disallowing to manipulate the builder Commits ------- 8e6cfa0 Fix phpDoc typo
2 parents 4b8ac46 + 8e6cfa0 commit fa9d24c
Copy full SHA for fa9d24c

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyAccess/PropertyAccess.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public static function createPropertyAccessor()
3131
/**
3232
* Creates a property accessor builder.
3333
*
34-
* @return PropertyAccessor
34+
* @return PropertyAccessorBuilder
3535
*/
3636
public static function createPropertyAccessorBuilder()
3737
{

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.