Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-03-26 01:59:42 +0400
committerThomas Müller <thomas.mueller@tmit.eu>2014-03-26 01:59:42 +0400
commit4900ad911923f829dd89dd5db6162a061cea6c9c (patch)
tree74f7c63cfe4693dc7ff7f8c3b0b8e1ad9341557c /settings/routes.php
parentd75c3d5f9ab0f0c7a65a1d497311117ccdc981cd (diff)
update type hint in PHPDoc
Diffstat (limited to 'settings/routes.php')
-rw-r--r--settings/routes.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/routes.php b/settings/routes.php
index 6954bd3823d..a8bb0d981e8 100644
--- a/settings/routes.php
+++ b/settings/routes.php
@@ -6,7 +6,7 @@
* See the COPYING-README file.
*/
-/** @var $this OC_Router */
+/** @var $this OCP\Route\IRouter */
// Settings pages
$this->create('settings_help', '/settings/help')