Skip to content

Commit a6bb65a

Browse files
datamwebkenjis
andauthored
fix: update phpdocs
Co-authored-by: kenjis <kenji.uui@gmail.com>
1 parent f32278e commit a6bb65a

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 list<string>
90+
* @var string[]
91+
* @phpstan-var list<string>
9192
*/
9293
protected array $excludedLocaleKeyTranslations = [];
9394

0 commit comments

Comments
 (0)