From 0c855d27c03b584eaaf5d09e8915afaccc172aa8 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Sat, 17 Feb 2024 19:46:18 +0000 Subject: [PATCH] Apply fixes from StyleCI --- app/src/Util/RouteParserInterface.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/src/Util/RouteParserInterface.php b/app/src/Util/RouteParserInterface.php index 861f2fe5..f2990c31 100644 --- a/app/src/Util/RouteParserInterface.php +++ b/app/src/Util/RouteParserInterface.php @@ -20,7 +20,7 @@ interface RouteParserInterface extends SlimRouteParserInterface { /** - * Build the path for a named route excluding the base path + * Build the path for a named route excluding the base path. * * @param string $routeName Route name * @param array $data Named argument replacement data @@ -38,7 +38,7 @@ public function relativeUrlFor( ): string; /** - * Build the path for a named route including the base path + * Build the path for a named route including the base path. * * @param string $routeName Route name * @param array $data Named argument replacement data @@ -56,7 +56,7 @@ public function urlFor( ): string; /** - * Get fully qualified URL for named route + * Get fully qualified URL for named route. * * @param UriInterface $uri * @param string $routeName Route name