upgraded dependencies
This commit is contained in:
@@ -22,8 +22,6 @@ interface TranslationReaderInterface
|
||||
{
|
||||
/**
|
||||
* Reads translation messages from a directory to the catalogue.
|
||||
*
|
||||
* @param string $directory
|
||||
*/
|
||||
public function read($directory, MessageCatalogue $catalogue);
|
||||
public function read(string $directory, MessageCatalogue $catalogue);
|
||||
}
|
||||
|
Reference in New Issue
Block a user