package and depencies
This commit is contained in:
@@ -23,8 +23,6 @@ interface MessageFormatterInterface
|
||||
* @param string $message The message (may also be an object that can be cast to string)
|
||||
* @param string $locale The message locale
|
||||
* @param array $parameters An array of parameters for the message
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function format(string $message, string $locale, array $parameters = []);
|
||||
public function format(string $message, string $locale, array $parameters = []): string;
|
||||
}
|
||||
|
Reference in New Issue
Block a user