diff --git a/tests/Tests/TranslatorTest.phpt b/tests/Tests/TranslatorTest.phpt index cb0b6bd..fb135bb 100644 --- a/tests/Tests/TranslatorTest.phpt +++ b/tests/Tests/TranslatorTest.phpt @@ -339,7 +339,7 @@ final class TranslatorTest extends TestAbstract $level, $message, array $context = [] - ) + ): void { Assert::same(LogLevel::NOTICE, $level); Assert::same('Missing translation', $message);