diff --git a/src/Utils/ITranslator.php b/src/Utils/ITranslator.php index c38d108cd..2ff275c94 100644 --- a/src/Utils/ITranslator.php +++ b/src/Utils/ITranslator.php @@ -19,5 +19,5 @@ interface ITranslator /** * Translates the given string. */ - function translate($message, int $count = null): string; + function translate($message, ...$parameters): string; }