Completed
Pull Request — master (#188)
by Ehsan
04:47 queued 02:13
created
src/Botonomous/utility/MessageUtility.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -133,7 +133,7 @@
 block discarded – undo
133 133
             return $found;
134 134
         }
135 135
 
136
-        usort($keywords, function ($array1, $array2) {
136
+        usort($keywords, function($array1, $array2) {
137 137
             return strlen($array2) <=> strlen($array1);
138 138
         });
139 139
 
Please login to merge, or discard this patch.