Skip to content

Commit 7d7821d

Browse files
committed
Fix PHPDoc
1 parent 5e4d918 commit 7d7821d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/FindMissingTranslations.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ private function compareLanguages(string $baseLanguagePath, array $baseLanguageF
134134

135135
/**
136136
* Compare array keys recursively
137-
* @param array<string, string|array<string, string>> $firstArray
137+
* @param array<array-key, string|array<string, string>> $firstArray
138138
* @param array<string, string|array<string, string>> $secondArray
139139
* @param string|null $prefix
140140
* @return list<string>

0 commit comments

Comments
 (0)