[Translation] removed unnecessary default parameter value

This commit is contained in:
Artur Kotyrba 2011-04-25 15:52:15 +02:00
parent 05698f66a2
commit 88e78e6f44

View File

@ -37,7 +37,7 @@ class Translator implements TranslatorInterface
* *
* @api * @api
*/ */
public function __construct($locale = null, MessageSelector $selector) public function __construct($locale, MessageSelector $selector)
{ {
$this->locale = $locale; $this->locale = $locale;
$this->selector = $selector; $this->selector = $selector;