Test Setup Failed
Push — master ( 0b9d3a...919f43 )
by
unknown
02:15
created
src/Charcoal/Translator/LocalesManager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
      */
58 58
     public function __construct(array $data)
59 59
     {
60
-        uasort($data['locales'], [ $this, 'sortLocalesByPriority' ]);
60
+        uasort($data['locales'], [$this, 'sortLocalesByPriority']);
61 61
         $this->setLocales($data['locales']);
62 62
 
63 63
         $default = isset($data['default_language']) ? $data['default_language'] : null;
Please login to merge, or discard this patch.