From 143597a2b906e3a1bed55ae92b1f79e44cd1d059 Mon Sep 17 00:00:00 2001 From: Samuel NELA Date: Fri, 23 Nov 2018 14:03:00 +0100 Subject: [PATCH] Removed the return type phpdoc --- src/Symfony/Component/PropertyAccess/PropertyAccess.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Symfony/Component/PropertyAccess/PropertyAccess.php b/src/Symfony/Component/PropertyAccess/PropertyAccess.php index e929347e65..1953ac0963 100644 --- a/src/Symfony/Component/PropertyAccess/PropertyAccess.php +++ b/src/Symfony/Component/PropertyAccess/PropertyAccess.php @@ -20,8 +20,6 @@ final class PropertyAccess { /** * Creates a property accessor with the default configuration. - * - * @return PropertyAccessor */ public static function createPropertyAccessor(): PropertyAccessor {