Skip to content
Snippets Groups Projects
Commit 738fcdaf authored by Thomas Müller's avatar Thomas Müller
Browse files

Merge pull request #14159 from owncloud/remove-internal

Remove internal annotation
parents c751ba04 2f80be45
No related branches found
No related tags found
No related merge requests found
...@@ -32,8 +32,7 @@ class URLGenerator implements IURLGenerator { ...@@ -32,8 +32,7 @@ class URLGenerator implements IURLGenerator {
/** /**
* Creates an url using a defined route * Creates an url using a defined route
* @param string $route * @param string $route
* @param array $parameters * @param array $parameters args with param=>value, will be appended to the returned url
* @internal param array $args with param=>value, will be appended to the returned url
* @return string the url * @return string the url
* *
* Returns a url to the given route. * Returns a url to the given route.
...@@ -45,9 +44,8 @@ class URLGenerator implements IURLGenerator { ...@@ -45,9 +44,8 @@ class URLGenerator implements IURLGenerator {
/** /**
* Creates an absolute url using a defined route * Creates an absolute url using a defined route
* @param string $route * @param string $routeName
* @param array $parameters * @param array $arguments args with param=>value, will be appended to the returned url
* @internal param array $args with param=>value, will be appended to the returned url
* @return string the url * @return string the url
* *
* Returns an absolute url to the given route. * Returns an absolute url to the given route.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment