diff options
Diffstat (limited to 'src/web/_controller/_comments.php')
-rw-r--r-- | src/web/_controller/_comments.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/_controller/_comments.php b/src/web/_controller/_comments.php index 4b87a94..059b926 100644 --- a/src/web/_controller/_comments.php +++ b/src/web/_controller/_comments.php @@ -9,7 +9,7 @@ class _comments_controller extends Controller { } - public function comments($page, $ref): void { + public function comments(string $page, string $ref): void { $data = $this->comments_model->get_comments($page); $this->view('comments', array( 'comments' => $data, |