We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8868e0e commit f2ee67fCopy full SHA for f2ee67f
src/Symfony/Component/PropertyAccess/PropertyAccess.php
@@ -22,7 +22,6 @@ final class PropertyAccess
22
* Creates a property accessor with the default configuration.
23
*
24
* @param bool $throwExceptionOnInvalidIndex
25
- * @param bool $magicCall
26
27
* @return PropertyAccessor The new property accessor
28
*/
@@ -35,7 +34,6 @@ public static function createPropertyAccessor($throwExceptionOnInvalidIndex = fa
35
34
* Creates a property accessor builder.
36
37
* @param bool $enableExceptionOnInvalidIndex
38
- * @param bool $enableMagicCall
39
40
* @return PropertyAccessorBuilder The new property accessor builder
41
0 commit comments