@@ -280,7 +280,7 @@ |
||
280 | 280 | /** @return boolean retorna TRUE se está bloqueado por tentativas de login */ |
281 | 281 | public function isLocked() { |
282 | 282 | $diff = Date::diffSeconds($this->getLoginUnlockDate(), new Date); |
283 | - return (boolean) ($diff <= 0 ); |
|
283 | + return (boolean) ($diff <= 0); |
|
284 | 284 | } |
285 | 285 | |
286 | 286 | /** @return int total de tentativas restantes até ser bloqueado */ |