Skip to content

Commit

Permalink
#14 fix code modernization issues
Browse files Browse the repository at this point in the history
  • Loading branch information
khalyomede committed Nov 28, 2023
1 parent 4b50ed9 commit ca71ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Checker.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ private static function checkTypos(string $path): void
$traverser = new NodeTraverser();
$traverser->addVisitor(new AstVisitor());

$ast = $traverser->traverse($ast);
$traverser->traverse($ast);
}

private static function printTypos(OutputInterface $output): void
Expand Down

0 comments on commit ca71ec2

Please sign in to comment.