Completed
Push — master ( dd5c07...b4647f )
by Wanderson
02:12
created
app/model/Win/Authentication/User.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -280,7 +280,7 @@
 block discarded – undo
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 */
Please login to merge, or discard this patch.