Skip to content

Commit 5773b84

Browse files
authored
docs: fix typos in deprecation notice
1 parent fa54d46 commit 5773b84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 neeed isntead.
23+
* @deprecated as opinionated and group size depends on context. Cannot be automated. Use manually where neeeded instead.
2424
*/
2525
final class AddLiteralSeparatorToNumberRector extends AbstractRector implements MinPhpVersionInterface, ConfigurableRectorInterface, DeprecatedInterface
2626
{

0 commit comments

Comments
 (0)