From b39283fbca655a4f15483e6ae0a5587ac60ec29c Mon Sep 17 00:00:00 2001 From: mychidarko Date: Tue, 28 Jan 2025 21:09:19 +0000 Subject: [PATCH] chore: fix styling --- src/Router.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Router.php b/src/Router.php index 92fce43..e4c2eab 100644 --- a/src/Router.php +++ b/src/Router.php @@ -327,7 +327,7 @@ public static function redirect( /** * Add a route that renders a view - * + * * @param string $pattern The route pattern/path to match * @param string $view The view to render */