@@ -30,7 +30,6 @@ |
||
| 30 | 30 | |
| 31 | 31 | /** |
| 32 | 32 | * Carrega o html do alerta |
| 33 | - * @param Alert $alert |
|
| 34 | 33 | */ |
| 35 | 34 | public function load() { |
| 36 | 35 | $block = new Block('alert/alert', ['alert' => $this]); |
@@ -89,7 +89,7 @@ |
||
| 89 | 89 | * @return User |
| 90 | 90 | */ |
| 91 | 91 | public function getUser() { |
| 92 | - if(is_null($this->user)): |
|
| 92 | + if (is_null($this->user)): |
|
| 93 | 93 | $this->user = User::getCurrentUser(); |
| 94 | 94 | endif; |
| 95 | 95 | return $this->user; |