summaryrefslogtreecommitdiffstats
path: root/lib/public
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2018-02-15 10:38:25 +0100
committerJulius Härtl <jus@bitgrid.net>2018-02-15 10:38:25 +0100
commite694b30a4f1e1cce6cbca0fcbbfeceee8a16c8f6 (patch)
tree5e082f3521ed0dd11d720d9330e05dea21808b35 /lib/public
parent5a23b35ddbbefcb308915e3fb088e3beaf1f8be5 (diff)
downloadnextcloud-server-e694b30a4f1e1cce6cbca0fcbbfeceee8a16c8f6.tar.gz
nextcloud-server-e694b30a4f1e1cce6cbca0fcbbfeceee8a16c8f6.zip
Update phpDoc comments and add more type hinting
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'lib/public')
-rw-r--r--lib/public/INavigationManager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/INavigationManager.php b/lib/public/INavigationManager.php
index 344ea47e2e0..77b881b8b15 100644
--- a/lib/public/INavigationManager.php
+++ b/lib/public/INavigationManager.php
@@ -61,7 +61,7 @@ interface INavigationManager {
/**
* Get a list of navigation entries
*
- * @param bool $absolute set to true if links to navigation entries should be converted to absolute urls
+ * @param string $type type of the navigation entries
* @return array
* @since 14.0.0
*/