We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c75b41d + a6bb65a commit 819a33bCopy full SHA for 819a33b
tests/Language/AbstractTranslationTestCase.php
@@ -87,7 +87,8 @@ abstract class AbstractTranslationTestCase extends TestCase
87
* class and the contained values will be skipped in
88
* testAllIncludedLanguageKeysAreTranslated.
89
*
90
- * @var array<string, string>
+ * @var string[]
91
+ * @phpstan-var list<string>
92
*/
93
protected array $excludedLocaleKeyTranslations = [];
94
0 commit comments