Fix code style

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
pull/20005/head
Morris Jobke 6 years ago
parent 0c38569c83
commit bd997a105c
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
  1. 2
      lib/private/Security/Bruteforce/Throttler.php

@ -285,7 +285,7 @@ class Throttler {
*
* @param string $ip
*/
public function resetDelayForIP($ip){
public function resetDelayForIP($ip) {
$cutoffTime = $this->getCutoffTimestamp();
$qb = $this->db->getQueryBuilder();

Loading…
Cancel
Save