Fix code style

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2020-05-25 14:03:21 +02:00
parent 0c38569c83
commit bd997a105c
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
1 changed files with 1 additions and 1 deletions

View File

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