diff options
Diffstat (limited to 'tests/cli/i18n/I18nFileTest.php')
| -rw-r--r-- | tests/cli/i18n/I18nFileTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cli/i18n/I18nFileTest.php b/tests/cli/i18n/I18nFileTest.php index 662c14608..d584fdd22 100644 --- a/tests/cli/i18n/I18nFileTest.php +++ b/tests/cli/i18n/I18nFileTest.php @@ -15,7 +15,7 @@ class I18nFileTest extends PHPUnit\Framework\TestCase { $this->assertEquals($before, $after); } - /** @return array<string,string> */ + /** @return array<string,string|false> */ private function computeFilesHash(): array { $hashes = []; |
