From fd354f8545535f50f9b8ab2b36d3da853350a0eb Mon Sep 17 00:00:00 2001 From: Ahmadou Waly NDIAYE Date: Tue, 25 Nov 2025 13:17:51 +0000 Subject: [PATCH] docs: fix typos in deprecation notice --- .../Php74/Rector/LNumber/AddLiteralSeparatorToNumberRector.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/Php74/Rector/LNumber/AddLiteralSeparatorToNumberRector.php b/rules/Php74/Rector/LNumber/AddLiteralSeparatorToNumberRector.php index f37ca74a7c1..e7771a2bd91 100644 --- a/rules/Php74/Rector/LNumber/AddLiteralSeparatorToNumberRector.php +++ b/rules/Php74/Rector/LNumber/AddLiteralSeparatorToNumberRector.php @@ -18,7 +18,7 @@ * 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 * The final check should be done manually * - * @deprecated as opinionated and group size depends on context. Cannot be automated. Use manually where neeed isntead. + * @deprecated as opinionated and group size depends on context. Cannot be automated. Use manually where needed instead. */ final class AddLiteralSeparatorToNumberRector extends AbstractRector implements MinPhpVersionInterface, ConfigurableRectorInterface, DeprecatedInterface {