Skip to content

Commit b503940

Browse files
committed
wip
1 parent 292bf25 commit b503940

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

src/Linters/UnusedTranslationLinter.php

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ public function execute(): Collection
3535
foreach ($namespaces as $namespace => $path) {
3636
$unused[$locale][$namespace] = [];
3737

38-
// TODO: Support json files
3938
$files = $this->files->execute($path, ['php', 'json']);
4039

4140
/** @var SplFileInfo $file */

workbench/bootstrap/cache/.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*
2+
!.gitignore

workbench/bootstrap/cache/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)