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.
2 parents e188cd7 + 8430aa0 commit 3844fb9Copy full SHA for 3844fb9
src/Symfony/Component/PropertyAccess/PropertyAccess.php
@@ -22,6 +22,7 @@ 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
*/
@@ -34,6 +35,7 @@ public static function createPropertyAccessor($throwExceptionOnInvalidIndex = fa
34
35
* 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