Passed
Push — master ( 3ff895...5c413d )
by Dan Michael O.
02:05
created
app/Alma/User.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
         $this->group = $user->user_group->desc;
52 52
         $this->name = $this->lastName . ', ' . $this->firstName;
53 53
 
54
-        $this->blocks = array_filter($user->user_block, function ($block) {
54
+        $this->blocks = array_filter($user->user_block, function($block) {
55 55
             return $block->block_status == 'ACTIVE';
56 56
         });
57 57
     }
Please login to merge, or discard this patch.