Skip to content

Commit

Permalink
Fix typo (#3247)
Browse files Browse the repository at this point in the history
  • Loading branch information
joelvh committed Dec 23, 2022
1 parent ab3ad29 commit e920ade
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

/**
* @deprecated Moving doc types to type declarations is dangerous. Use specific strict type inferers instead.
* Use specific rules to infer params instead. This rule will be split info many small ones.
* Use specific rules to infer params instead. This rule will be split into many small ones.
*/
final class ParamTypeDeclarationRector extends AbstractRector implements DeprecatedRectorInterface
{
Expand Down Expand Up @@ -70,7 +70,7 @@ public function run(int $number)
public function refactor(Node $node): ?Node
{
$this->symfonyStyle->error(
'Use specific rules to infer params instead. This rule was split info many small ones.'
'Use specific rules to infer params instead. This rule was split into many small ones.'
);
sleep(5);

Expand Down

0 comments on commit e920ade

Please sign in to comment.