[PropertyAccess] add missing argument PHPdoc

This commit is contained in:
Christian Flothmann 2016-06-11 12:21:16 +02:00
parent e188cd75b5
commit 8430aa0712
1 changed files with 2 additions and 0 deletions

View File

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