We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3683686 commit 32809e8Copy full SHA for 32809e8
src/Translator.php
@@ -18,7 +18,7 @@ interface Translator
18
/**
19
* Translates the given string.
20
*/
21
- function translate(mixed $message, mixed ...$parameters): string;
+ function translate(string|\Stringable $message, mixed ...$parameters): string|\Stringable;
22
}
23
24
0 commit comments