Skip to content

Commit a851a0b

Browse files
committed
docs: fix @return in View/Plugins.php
1 parent 3266127 commit a851a0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/View/Plugins.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public static function currentURL()
3232
/**
3333
* Wrap helper function to use as view plugin.
3434
*
35-
* @return mixed|string|URI
35+
* @return string|URI
3636
*/
3737
public static function previousURL()
3838
{

0 commit comments

Comments
 (0)