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
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 ;
You can’t perform that action at this time.
0 commit comments