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
This commit is contained in:
Nicolas Grekas 2017-02-02 11:22:55 +01:00
commit fa9d24c5a2
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ final class PropertyAccess
/**
* Creates a property accessor builder.
*
* @return PropertyAccessor
* @return PropertyAccessorBuilder
*/
public static function createPropertyAccessorBuilder()
{