Skip to content

Commit d45788a

Browse files
authored
remove extra char (#673)
1 parent 928f117 commit d45788a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/sets/symfony/symfony71.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
->withConfiguredRule(RenameMethodRector::class, [
2626
// typo fix
2727
new MethodCallRename(
28-
'̈́Symfony\Component\Serializer\Context\Normalizer\AbstractNormalizerContextBuilder',
28+
'Symfony\Component\Serializer\Context\Normalizer\AbstractNormalizerContextBuilder',
2929
'withDefaultContructorArguments',
3030
'withDefaultConstructorArguments',
3131
),

0 commit comments

Comments
 (0)