Test Setup Failed
Push — master ( 919f43...ef8b78 )
by Chauncey
02:01
created
src/Charcoal/Translator/LocalesManager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -194,7 +194,7 @@
 block discarded – undo
194 194
      */
195 195
     private function setLocales(array $locales)
196 196
     {
197
-        uasort($locales, [ $this, 'sortLocalesByPriority' ]);
197
+        uasort($locales, [$this, 'sortLocalesByPriority']);
198 198
 
199 199
         $this->locales   = [];
200 200
         $this->languages = [];
Please login to merge, or discard this patch.