Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Nov 28, 2022
1 parent dd44b98 commit e3bea66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public function run(int $number)
public function refactor(Node $node): ?Node
{
$this->symfonyStyle->error(
'Use specific rules to infer params instead. This rule will was split info many small ones.'
'Use specific rules to infer params instead. This rule was split info many small ones.'
);
sleep(5);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public function getCount(): int
public function refactor(Node $node): ?Node
{
$this->symfonyStyle->error(
'This rule will was split info many small ones as breaking types based on falsy docblocks. Use specific rules to infer return instead.'
'This rule was split info many small ones as breaking types based on falsy docblocks. Use specific rules to infer return instead.'
);
sleep(5);

Expand Down

0 comments on commit e3bea66

Please sign in to comment.