summaryrefslogtreecommitdiffstats
path: root/core/routes.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-03-25 22:59:42 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2014-03-25 22:59:42 +0100
commit4900ad911923f829dd89dd5db6162a061cea6c9c (patch)
tree74f7c63cfe4693dc7ff7f8c3b0b8e1ad9341557c /core/routes.php
parentd75c3d5f9ab0f0c7a65a1d497311117ccdc981cd (diff)
downloadnextcloud-server-4900ad911923f829dd89dd5db6162a061cea6c9c.tar.gz
nextcloud-server-4900ad911923f829dd89dd5db6162a061cea6c9c.zip
update type hint in PHPDoc
Diffstat (limited to 'core/routes.php')
-rw-r--r--core/routes.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/routes.php b/core/routes.php
index 76cf03c3673..74be8806120 100644
--- a/core/routes.php
+++ b/core/routes.php
@@ -7,7 +7,8 @@
*/
// Post installation check
-/** @var $this OC_Router */
+
+/** @var $this OCP\Route\IRouter */
$this->create('post_setup_check', '/post-setup-check')
->action('OC_Setup', 'postSetupCheck');