Skip to content

Commit e587482

Browse files
committed
Bug fix: wrong logic in UntranslatedStringsLinter.php
1 parent 99c0607 commit e587482

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Linters/UntranslatedStringsLinter.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ public function handle(CsvReader $reader): void
2929
$stringsSaved = $reader
3030
->getRows()
3131
->map(fn ($item) => "{$item['group']}.{$item['key']}")
32+
->collect()
3233
->values();
3334

3435
$stringsUntranslated = $stringsFound

0 commit comments

Comments
 (0)