merged branch enumag/patch-1 (PR #8849)

This PR was merged into the master branch.

Discussion
----------

Fixed typo

The `PropertyAccess::getPropertyAccessor()` is deprecated.

Commits
-------

e0d3985 Fixed typo
This commit is contained in:
Fabien Potencier 2013-08-25 10:03:30 +02:00
commit 32947b2fc8

View File

@ -28,7 +28,7 @@ class PropertyAccessor implements PropertyAccessorInterface
/**
* Should not be used by application code. Use
* {@link PropertyAccess::getPropertyAccessor()} instead.
* {@link PropertyAccess::createPropertyAccessor()} instead.
*/
public function __construct($magicCall = false)
{