[Translator] fix phpdoc of MessageCatalogueInterface::add and ::replace

This commit is contained in:
Tobias Schultze 2013-02-13 02:56:08 +01:00
parent c97ee8dd48
commit e88bf7b10f

View File

@ -103,7 +103,7 @@ interface MessageCatalogueInterface
/** /**
* Sets translations for a given domain. * Sets translations for a given domain.
* *
* @param string $messages An array of translations * @param array $messages An array of translations
* @param string $domain The domain name * @param string $domain The domain name
* *
* @api * @api
@ -113,7 +113,7 @@ interface MessageCatalogueInterface
/** /**
* Adds translations for a given domain. * Adds translations for a given domain.
* *
* @param string $messages An array of translations * @param array $messages An array of translations
* @param string $domain The domain name * @param string $domain The domain name
* *
* @api * @api