update type hint in PHPDoc

remotes/origin/ldap_group_count
Thomas Müller 11 years ago
parent d75c3d5f9a
commit 4900ad9119
  1. 3
      core/routes.php
  2. 2
      settings/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');

@ -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')

Loading…
Cancel
Save