Skip to content

Commit

Permalink
Update Helper.php
Browse files Browse the repository at this point in the history
  • Loading branch information
realodix committed Jul 14, 2024
1 parent 30b4754 commit f0d71fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Helpers/Helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public static function urlFormat(string $value, ?int $limit = null, bool $scheme
/**
* List of potentially colliding routes with shortened link keywords.
*
* @return list<string>
* @return array
*/
public static function routeCollisionList()
{
Expand All @@ -76,7 +76,7 @@ public static function routeCollisionList()
* List of files/folders in the public/ directory that will potentially collide
* with shortened link keywords.
*
* @return list<string>
* @return array
*/
public static function publicPathCollisionList()
{
Expand Down

0 comments on commit f0d71fe

Please sign in to comment.