Skip to content

Commit

Permalink
Merge pull request #35 from userfrosting/analysis-546BZY
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
lcharette authored Feb 17, 2024
2 parents 9530a59 + 0c855d2 commit 82eaa6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/Util/RouteParserInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -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<string, string> $data Named argument replacement data
Expand All @@ -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<string, string> $data Named argument replacement data
Expand All @@ -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
Expand Down

0 comments on commit 82eaa6a

Please sign in to comment.