]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - application/Router.php
Create a FeedBuilder class which build data for both ATOM and RSS feed.
[github/shaarli/Shaarli.git] / application / Router.php
index d98312b52dc8114781763a0c211c133514005c2b..a1e594a0846b529eedb06dd5ee02c1701b2dc095 100644 (file)
@@ -53,7 +53,7 @@ class Router
      * @param array  $get      $_SERVER['GET'].
      * @param bool   $loggedIn true if authenticated user.
      *
-     * @return self::page found.
+     * @return string page found.
      */
     public static function findPage($query, $get, $loggedIn)
     {