Skip to content

Commit

Permalink
fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
andrej-griniuk committed Aug 14, 2016
1 parent 6700abb commit 3965f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/I18n/TranslatorRegistry.php
Expand Up @@ -90,7 +90,7 @@ public function __construct(
) {
parent::__construct($packages, $formatters, $factory, $locale);

$this->setFallbackLoader(function($name, $locale) {
$this->setFallbackLoader(function ($name, $locale) {
$chain = new ChainMessagesLoader([
new MessagesFileLoader($name, $locale, 'mo'),
new MessagesFileLoader($name, $locale, 'po')
Expand Down

0 comments on commit 3965f76

Please sign in to comment.