From 8a2c577823b69117af8eda9b1a46bfbcae8153c6 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Mon, 8 Jul 2024 17:22:30 -0400 Subject: a few fixes, just a few.... --- src/web/_controller/_comments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/web/_controller/_comments.php') 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, -- cgit v1.2.3-freya