Skip to content

Commit

Permalink
Merge pull request #8147 from kenjis/fix-mixed-in-View/Plugins
Browse files Browse the repository at this point in the history
docs: fix @return in View/Plugins.php
  • Loading branch information
kenjis authored Nov 5, 2023
2 parents 3dee247 + a851a0b commit c20c67d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/View/Plugins.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public static function currentURL()
/**
* Wrap helper function to use as view plugin.
*
* @return mixed|string|URI
* @return string|URI
*/
public static function previousURL()
{
Expand Down

0 comments on commit c20c67d

Please sign in to comment.