[PropertyAccess] add missing argument PHPdoc

This commit is contained in:
Christian Flothmann 2016-06-11 12:21:16 +02:00
parent e188cd75b5
commit 8430aa0712

View File

@ -22,6 +22,7 @@ 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
*/ */
@ -34,6 +35,7 @@ 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
*/ */