Skip to content

Commit 57c64c1

Browse files
authored
Fixed typo (#21)
1 parent 25f7917 commit 57c64c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/TranslationStatsCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
final class TranslationStatsCommand extends Command
1818
{
1919
public function __construct(
20-
private PathProvider $dataProvider
20+
private PathProvider $pathProvider
2121
) {
2222
parent::__construct();
2323
}

0 commit comments

Comments
 (0)