@@ -53,7 +53,7 @@ |
||
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 | } |