Passed
Push — master ( 25c8e2...239223 )
by Ehsan
02:58
created
src/Botonomous/utility/ArrayUtility.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@
 block discarded – undo
84 84
      */
85 85
     public function sortArrayByLength($array)
86 86
     {
87
-        usort($array, function ($array1, $array2) {
87
+        usort($array, function($array1, $array2) {
88 88
             return strlen($array2) <=> strlen($array1);
89 89
         });
90 90
 
Please login to merge, or discard this patch.