Passed
Push — Auth ( a6c03c...4ce6d9 )
by Stone
02:10
created
App/Controllers/Admin/Home.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
     public function viewUser(int $userId)
54 54
     {
55 55
         $this->onlyAdmin();
56
-        if(!$this->isInt($userId))
56
+        if (!$this->isInt($userId))
57 57
         {
58 58
             throw new \Exception("Error in passed ID");
59 59
         }
Please login to merge, or discard this patch.