@@ -198,7 +198,7 @@ |
||
198 | 198 | /** @return boolean retorna TRUE se está bloqueado por tentativas de login */ |
199 | 199 | public function isLocked() { |
200 | 200 | $diff = $this->getLoginUnlockDate()->diff(new Date()); |
201 | - return (boolean) ($diff > 0 ); |
|
201 | + return (boolean) ($diff > 0); |
|
202 | 202 | } |
203 | 203 | |
204 | 204 | /** @return int total de tentativas restantes até ser bloqueado */ |