From f2ee67feae2c407a4cdc716da0b0a1a6d46e9dc6 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Tue, 21 Jun 2016 08:31:05 +0200 Subject: [PATCH] Revert "minor #19030 [PropertyAccess] add missing argument PHPdoc (xabbuh)" This reverts commit 3844fb982f3aedf7514a10b579dc06fb0116a196, reversing changes made to e188cd75b5b9e311d396a374225251272bc2f735. --- 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 9f08bc807f..6f27408cab 100644 --- a/src/Symfony/Component/PropertyAccess/PropertyAccess.php +++ b/src/Symfony/Component/PropertyAccess/PropertyAccess.php @@ -22,7 +22,6 @@ final class PropertyAccess * Creates a property accessor with the default configuration. * * @param bool $throwExceptionOnInvalidIndex - * @param bool $magicCall * * @return PropertyAccessor The new property accessor */ @@ -35,7 +34,6 @@ final class PropertyAccess * Creates a property accessor builder. * * @param bool $enableExceptionOnInvalidIndex - * @param bool $enableMagicCall * * @return PropertyAccessorBuilder The new property accessor builder */