Skip to content

Commit f32278e

Browse files
committed
docs: fix phpdocs for PHPStan analyze
1 parent bfbbd03 commit f32278e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Language/AbstractTranslationTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ abstract class AbstractTranslationTestCase extends TestCase
8787
* class and the contained values will be skipped in
8888
* testAllIncludedLanguageKeysAreTranslated.
8989
*
90-
* @var array<string, string>
90+
* @var list<string>
9191
*/
9292
protected array $excludedLocaleKeyTranslations = [];
9393

0 commit comments

Comments
 (0)