File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Symfony/Component/PropertyAccess Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ final class PropertyAccess
25
25
*
26
26
* @return PropertyAccessor The new property accessor
27
27
*/
28
- public static function createPropertyAccessor (/** $throwExceptionOnInvalidIndex = false */ )
28
+ public static function createPropertyAccessor (/* $throwExceptionOnInvalidIndex = false */ )
29
29
{
30
30
$ throwExceptionOnInvalidIndex = false ;
31
31
@@ -43,7 +43,7 @@ public static function createPropertyAccessor(/** $throwExceptionOnInvalidIndex
43
43
*
44
44
* @return PropertyAccessorBuilder The new property accessor builder
45
45
*/
46
- public static function createPropertyAccessorBuilder (/** $enableExceptionOnInvalidIndex = false */ )
46
+ public static function createPropertyAccessorBuilder (/* $enableExceptionOnInvalidIndex = false */ )
47
47
{
48
48
$ propertyAccessorBuilder = new PropertyAccessorBuilder ();
49
49
$ enableExceptionOnInvalidIndex = false ;
You can’t perform that action at this time.
0 commit comments