Passed
Push — dev5 ( abba83...db4a20 )
by Ron
03:34 queued 10s
created
app/Http/Controllers/Admin/AdminController.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -34,11 +34,11 @@
 block discarded – undo
34 34
         foreach($userLinks as $user)
35 35
         {
36 36
             $expired = $user->FileLinks->filter(function($lnk) {
37
-                           if($lnk->expire < date('Y-m-d'))
38
-                           {
39
-                               return $lnk;
40
-                           }
41
-                       })->count();
37
+                            if($lnk->expire < date('Y-m-d'))
38
+                            {
39
+                                return $lnk;
40
+                            }
41
+                        })->count();
42 42
 
43 43
             $linkCount[] = [
44 44
                 'user_id' => $user->user_id,
Please login to merge, or discard this patch.