From 8e6cfa0cefb5aa575206371cee9a86e0f129b136 Mon Sep 17 00:00:00 2001 From: Pavel Batanov Date: Thu, 2 Feb 2017 08:03:53 +0300 Subject: [PATCH] Fix phpDoc typo --- src/Symfony/Component/PropertyAccess/PropertyAccess.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/PropertyAccess/PropertyAccess.php b/src/Symfony/Component/PropertyAccess/PropertyAccess.php index 21b926e828..8d36db2666 100644 --- a/src/Symfony/Component/PropertyAccess/PropertyAccess.php +++ b/src/Symfony/Component/PropertyAccess/PropertyAccess.php @@ -31,7 +31,7 @@ final class PropertyAccess /** * Creates a property accessor builder. * - * @return PropertyAccessor + * @return PropertyAccessorBuilder */ public static function createPropertyAccessorBuilder() {