aboutsummaryrefslogtreecommitdiff
path: root/tests/cli/i18n/I18nUsageValidatorTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cli/i18n/I18nUsageValidatorTest.php')
-rw-r--r--tests/cli/i18n/I18nUsageValidatorTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cli/i18n/I18nUsageValidatorTest.php b/tests/cli/i18n/I18nUsageValidatorTest.php
index f2c7b5651..720cab32e 100644
--- a/tests/cli/i18n/I18nUsageValidatorTest.php
+++ b/tests/cli/i18n/I18nUsageValidatorTest.php
@@ -1,5 +1,5 @@
<?php
-
+declare(strict_types=1);
require_once __DIR__ . '/../../../cli/i18n/I18nValue.php';
require_once __DIR__ . '/../../../cli/i18n/I18nUsageValidator.php';