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