Skip to content
This repository has been archived by the owner on May 8, 2021. It is now read-only.

Commit

Permalink
Updating the translation interface so that it is now more programmer-…
Browse files Browse the repository at this point in the history
…friendly.
  • Loading branch information
zyxist committed Dec 21, 2010
1 parent 5c267b7 commit a2410f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Opl/Translation/Interface.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function _($group, $id);
*
* @param string $group The message group
* @param string $id The message identifier
* @param ... Custom arguments for the specified text.
* @param array $args Custom arguments for the specified text.
*/
public function assign($group, $id);
public function assign($group, $id, array $args);
} // end Opl_Translation_Interface;

0 comments on commit a2410f0

Please sign in to comment.