diff options
Diffstat (limited to 'lib/public/route/iroute.php')
-rw-r--r-- | lib/public/route/iroute.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/route/iroute.php b/lib/public/route/iroute.php index d5610e762a8..f511e7af720 100644 --- a/lib/public/route/iroute.php +++ b/lib/public/route/iroute.php @@ -26,7 +26,7 @@ interface IRoute { * The action to execute when this route matches, includes a file like * it is called directly * - * @param $file + * @param string $file * @return void */ public function actionInclude($file); |