update type hint in PHPDoc

This commit is contained in:
Thomas Müller 2014-03-25 22:59:42 +01:00
parent d75c3d5f9a
commit 4900ad9119
2 changed files with 3 additions and 2 deletions

View File

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

View File

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