Skip to content

Commit f2ee67f

Browse files
committed
Revert "minor symfony#19030 [PropertyAccess] add missing argument PHPdoc (xabbuh)"
This reverts commit 3844fb9, reversing changes made to e188cd7.
1 parent 8868e0e commit f2ee67f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Symfony/Component/PropertyAccess/PropertyAccess.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ final class PropertyAccess
2222
* Creates a property accessor with the default configuration.
2323
*
2424
* @param bool $throwExceptionOnInvalidIndex
25-
* @param bool $magicCall
2625
*
2726
* @return PropertyAccessor The new property accessor
2827
*/
@@ -35,7 +34,6 @@ public static function createPropertyAccessor($throwExceptionOnInvalidIndex = fa
3534
* Creates a property accessor builder.
3635
*
3736
* @param bool $enableExceptionOnInvalidIndex
38-
* @param bool $enableMagicCall
3937
*
4038
* @return PropertyAccessorBuilder The new property accessor builder
4139
*/

0 commit comments

Comments
 (0)