Skip to content

Commit 8c9ffaa

Browse files
committed
fix neeeded typo
1 parent c5f3ec6 commit 8c9ffaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/Php74/Rector/LNumber/AddLiteralSeparatorToNumberRector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* Taking the most generic use case to the account: https://wiki.php.net/rfc/numeric_literal_separator#should_it_be_the_role_of_an_ide_to_group_digits
2121
* The final check should be done manually
2222
*
23-
* @deprecated as opinionated and group size depends on context. Cannot be automated. Use manually where neeeded instead.
23+
* @deprecated as opinionated and group size depends on context. Cannot be automated. Use manually where needed instead.
2424
*/
2525
final class AddLiteralSeparatorToNumberRector extends AbstractRector implements MinPhpVersionInterface, ConfigurableRectorInterface, DeprecatedInterface
2626
{

0 commit comments

Comments
 (0)