New contact form with friendlycaptcha
This commit is contained in:
4
vendor/nette/utils/src/Translator.php
vendored
4
vendor/nette/utils/src/Translator.php
vendored
@@ -17,10 +17,8 @@ interface Translator
|
||||
{
|
||||
/**
|
||||
* Translates the given string.
|
||||
* @param mixed $message
|
||||
* @param mixed ...$parameters
|
||||
*/
|
||||
function translate($message, ...$parameters): string;
|
||||
function translate(string|\Stringable $message, mixed ...$parameters): string|\Stringable;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user