Skip to content

Commit 819a33b

Browse files
authored
Merge pull request #534 from datamweb/fix-phpstan-lang-test
docs: fix phpdocs for `PHPStan` analyze
2 parents c75b41d + a6bb65a commit 819a33b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/Language/AbstractTranslationTestCase.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ 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 string[]
91+
* @phpstan-var list<string>
9192
*/
9293
protected array $excludedLocaleKeyTranslations = [];
9394

0 commit comments

Comments
 (0)