@@ -49,7 +49,7 @@ |
||
49 | 49 | $getLocale = function() { |
50 | 50 | return $this->locale; |
51 | 51 | }; |
52 | - $translate = function ($id, array $parameters = [], $domain = null, $locale = null) { |
|
52 | + $translate = function($id, array $parameters = [], $domain = null, $locale = null) { |
|
53 | 53 | |
54 | 54 | // Initialize the YAML filename. |
55 | 55 | $filename = getcwd() . "/Resources/translations/" . implode(".", [$domain, $locale, "yml"]); |