Passed
Branch master (802754)
by WEBEWEB
13:56
created
Tests/Provider/HighchartsLangProviderTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
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"]);
Please login to merge, or discard this patch.