forked from leftypol/leftypol
ReportQueries.php: fix comment
This commit is contained in:
parent
b5622e20c5
commit
0a6d92d94b
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue