Passed
Push — master ( 8545e1...356ab7 )
by Florent
02:58
created
src/Controllers/CommonController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -142,7 +142,7 @@
 block discarded – undo
142 142
         $file = $this->app->get('blogfile');
143 143
         $data = json_decode(file_get_contents($file), true);
144 144
 
145
-        uasort($data, function ($a, $b) {
145
+        uasort($data, function($a, $b) {
146 146
             if (strpos($a['body'], 'cross post') === false) {
147 147
                 $a = count($a['active_votes']);
148 148
                 $b = count($b['active_votes']);
Please login to merge, or discard this patch.