From 41016b1ca23946360b8482df9e6c71551d34abf1 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Tue, 16 Jan 2024 19:47:43 +0100 Subject: [PATCH] Add missing comment doc in post.php --- post.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/post.php b/post.php index 6b41c5f3..ac7fde4b 100644 --- a/post.php +++ b/post.php @@ -147,9 +147,9 @@ function db_select_threads_minimal($board, $thread_id) * Inserts a new report. * * @param string $ip Ip of the user sending the report. - * @param [type] $board Board of the reported thread. MUST ALREADY BE SANITIZED. - * @param [type] $post_id Post reported. - * @param [type] $reason Reason of the report. + * @param string $board Board of the reported thread. MUST ALREADY BE SANITIZED. + * @param int $post_id Post reported. + * @param string $reason Reason of the report. * @return void */ function db_insert_report($ip, $board, $post_id, $reason)