Skip to content

Commit 3844fb9

Browse files
committed
minor symfony#19030 [PropertyAccess] add missing argument PHPdoc (xabbuh)
This PR was merged into the 3.2-dev branch. Discussion ---------- [PropertyAccess] add missing argument PHPdoc | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Commits ------- 8430aa0 [PropertyAccess] add missing argument PHPdoc
2 parents e188cd7 + 8430aa0 commit 3844fb9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Symfony/Component/PropertyAccess/PropertyAccess.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ final class PropertyAccess
2222
* Creates a property accessor with the default configuration.
2323
*
2424
* @param bool $throwExceptionOnInvalidIndex
25+
* @param bool $magicCall
2526
*
2627
* @return PropertyAccessor The new property accessor
2728
*/
@@ -34,6 +35,7 @@ public static function createPropertyAccessor($throwExceptionOnInvalidIndex = fa
3435
* Creates a property accessor builder.
3536
*
3637
* @param bool $enableExceptionOnInvalidIndex
38+
* @param bool $enableMagicCall
3739
*
3840
* @return PropertyAccessorBuilder The new property accessor builder
3941
*/

0 commit comments

Comments
 (0)