Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7b5a763

Browse files
committed
Fabbot fixes
1 parent c46124b commit 7b5a763

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/PropertyAccess/PropertyAccess.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ final class PropertyAccess
2525
*
2626
* @return PropertyAccessor The new property accessor
2727
*/
28-
public static function createPropertyAccessor(/** $throwExceptionOnInvalidIndex = false */)
28+
public static function createPropertyAccessor(/* $throwExceptionOnInvalidIndex = false */)
2929
{
3030
$throwExceptionOnInvalidIndex = false;
3131

@@ -43,7 +43,7 @@ public static function createPropertyAccessor(/** $throwExceptionOnInvalidIndex
4343
*
4444
* @return PropertyAccessorBuilder The new property accessor builder
4545
*/
46-
public static function createPropertyAccessorBuilder(/** $enableExceptionOnInvalidIndex = false */)
46+
public static function createPropertyAccessorBuilder(/* $enableExceptionOnInvalidIndex = false */)
4747
{
4848
$propertyAccessorBuilder = new PropertyAccessorBuilder();
4949
$enableExceptionOnInvalidIndex = false;

0 commit comments

Comments
 (0)