summaryrefslogtreecommitdiffstats
path: root/lib/private/urlgenerator.php
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2015-02-12 16:35:47 +0100
committerLukas Reschke <lukas@owncloud.com>2015-02-12 16:35:47 +0100
commit2f80be45b052334627da4f72e12f11ed449e0444 (patch)
treecdeb3e30e1cac59899c61f65a923790d72ce007a /lib/private/urlgenerator.php
parentc751ba04091195d499c0221fa7df38a85257eeca (diff)
downloadnextcloud-server-2f80be45b052334627da4f72e12f11ed449e0444.tar.gz
nextcloud-server-2f80be45b052334627da4f72e12f11ed449e0444.zip
Remove internal annotation
PHPStorm complained about those functions being declared as Internal. I doubt that this is actually the case since they are even in the public API.
Diffstat (limited to 'lib/private/urlgenerator.php')
-rw-r--r--lib/private/urlgenerator.php8
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/private/urlgenerator.php b/lib/private/urlgenerator.php
index d263d25aeef..0bf8ce22998 100644
--- a/lib/private/urlgenerator.php
+++ b/lib/private/urlgenerator.php
@@ -32,8 +32,7 @@ class URLGenerator implements IURLGenerator {
/**
* Creates an url using a defined route
* @param string $route
- * @param array $parameters
- * @internal param array $args with param=>value, will be appended to the returned url
+ * @param array $parameters args with param=>value, will be appended to the returned url
* @return string the url
*
* Returns a url to the given route.
@@ -45,9 +44,8 @@ class URLGenerator implements IURLGenerator {
/**
* Creates an absolute url using a defined route
- * @param string $route
- * @param array $parameters
- * @internal param array $args with param=>value, will be appended to the returned url
+ * @param string $routeName
+ * @param array $arguments args with param=>value, will be appended to the returned url
* @return string the url
*
* Returns an absolute url to the given route.