updated-packages
This commit is contained in:
@@ -27,13 +27,12 @@ class TranslationReader implements TranslationReaderInterface
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
private $loaders = array();
|
||||
private $loaders = [];
|
||||
|
||||
/**
|
||||
* Adds a loader to the translation extractor.
|
||||
*
|
||||
* @param string $format The format of the loader
|
||||
* @param LoaderInterface $loader
|
||||
* @param string $format The format of the loader
|
||||
*/
|
||||
public function addLoader($format, LoaderInterface $loader)
|
||||
{
|
||||
|
@@ -23,8 +23,7 @@ interface TranslationReaderInterface
|
||||
/**
|
||||
* Reads translation messages from a directory to the catalogue.
|
||||
*
|
||||
* @param string $directory
|
||||
* @param MessageCatalogue $catalogue
|
||||
* @param string $directory
|
||||
*/
|
||||
public function read($directory, MessageCatalogue $catalogue);
|
||||
}
|
||||
|
Reference in New Issue
Block a user