Skip to content

Commit

Permalink
[Translator] fix phpdoc of MessageCatalogueInterface::add and ::replace
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobion committed Feb 14, 2013
1 parent 82d1c91 commit 42357bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MessageCatalogueInterface.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public function get($id, $domain = 'messages');
/** /**
* 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
Expand All @@ -113,7 +113,7 @@ public function replace($messages, $domain = 'messages');
/** /**
* 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
Expand Down

0 comments on commit 42357bb

Please sign in to comment.