We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a828903 commit 2337130Copy full SHA for 2337130
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