8000
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 2260ee6 commit fb219d8Copy full SHA for fb219d8
src/Symfony/Component/PropertyAccess/PropertyAccess.php
@@ -21,8 +21,6 @@ final class PropertyAccess
21
/**
22
* Creates a property accessor with the default configuration.
23
*
24
- * @param bool $throwExceptionOnInvalidIndex
25
- *
26
* @return PropertyAccessor The new property accessor
27
*/
28
public static function createPropertyAccessor()
@@ -39,8 +37,6 @@ public static function createPropertyAccessor()
39
37
40
38
* Creates a property accessor builder.
41
42
- * @param bool $enableExceptionOnInvalidIndex
43
44
* @return PropertyAccessorBuilder The new property accessor builder
45
46
public static function createPropertyAccessorBuilder()
0 commit comments