8000 Remove param documentation because arg removed from signature · symfony/symfony@fb219d8 · GitHub
[go: up one dir, main page]

Skip to content

Commit fb219d8

Browse files
committed
Remove param documentation because arg removed from signature
1 parent 2260ee6 commit fb219d8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Symfony/Component/PropertyAccess/PropertyAccess.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ final class PropertyAccess
2121
/**
2222
* Creates a property accessor with the default configuration.
2323
*
24-
* @param bool $throwExceptionOnInvalidIndex
25-
*
2624
* @return PropertyAccessor The new property accessor
2725
*/
2826
public static function createPropertyAccessor()
@@ -39,8 +37,6 @@ public static function createPropertyAccessor()
3937
/**
4038
* Creates a property accessor builder.
4139
*
42-
* @param bool $enableExceptionOnInvalidIndex
43-
*
4440
* @return PropertyAccessorBuilder The new property accessor builder
4541
*/
4642
public static function createPropertyAccessorBuilder()

0 commit comments

Comments
 (0)
0