Test Setup Failed
Push — master ( 69f62e...1c9927 )
by Chauncey
01:41
created
src/Charcoal/Translator/LocalesManager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -202,7 +202,7 @@
 block discarded – undo
202 202
     private function setLocales(array $locales)
203 203
     {
204 204
         $locales = $this->filterLocales($locales);
205
-        uasort($locales, [ $this, 'sortLocalesByPriority' ]);
205
+        uasort($locales, [$this, 'sortLocalesByPriority']);
206 206
 
207 207
         $this->locales   = [];
208 208
         $this->languages = [];
Please login to merge, or discard this patch.