We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bb70ae commit 3c23141Copy full SHA for 3c23141
src/Utils/ITranslator.php
@@ -19,5 +19,5 @@ interface ITranslator
19
/**
20
* Translates the given string.
21
*/
22
- function translate($message, int $count = null): string;
+ function translate($message, ...$parameters): string;
23
}
0 commit comments