Revert "minor #19030 [PropertyAccess] add missing argument PHPdoc (xabbuh)"

This reverts commit 3844fb982f, reversing
changes made to e188cd75b5.
This commit is contained in:
Fabien Potencier 2016-06-21 08:31:05 +02:00
parent 8868e0e1df
commit f2ee67feae
1 changed files with 0 additions and 2 deletions

View File

@ -22,7 +22,6 @@ final class PropertyAccess
* Creates a property accessor with the default configuration. * Creates a property accessor with the default configuration.
* *
* @param bool $throwExceptionOnInvalidIndex * @param bool $throwExceptionOnInvalidIndex
* @param bool $magicCall
* *
* @return PropertyAccessor The new property accessor * @return PropertyAccessor The new property accessor
*/ */
@ -35,7 +34,6 @@ final class PropertyAccess
* Creates a property accessor builder. * Creates a property accessor builder.
* *
* @param bool $enableExceptionOnInvalidIndex * @param bool $enableExceptionOnInvalidIndex
* @param bool $enableMagicCall
* *
* @return PropertyAccessorBuilder The new property accessor builder * @return PropertyAccessorBuilder The new property accessor builder
*/ */