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 */