diff --git a/inc/Data/ReportQueries.php b/inc/Data/ReportQueries.php index 23bec8e9..973391fa 100644 --- a/inc/Data/ReportQueries.php +++ b/inc/Data/ReportQueries.php @@ -210,7 +210,7 @@ class ReportQueries { /** * Deletes all reports from the given ip. * - * @param int $ip The reporter ip. + * @param string $ip The reporter ip. */ public function deleteByIp(string $ip) { $query = $this->pdo->prepare("DELETE FROM `reports` WHERE `ip` = :ip");