update type hint in PHPDoc
This commit is contained in:
parent
d75c3d5f9a
commit
4900ad9119
|
@ -7,7 +7,8 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Post installation check
|
// Post installation check
|
||||||
/** @var $this OC_Router */
|
|
||||||
|
/** @var $this OCP\Route\IRouter */
|
||||||
$this->create('post_setup_check', '/post-setup-check')
|
$this->create('post_setup_check', '/post-setup-check')
|
||||||
->action('OC_Setup', 'postSetupCheck');
|
->action('OC_Setup', 'postSetupCheck');
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
* See the COPYING-README file.
|
* See the COPYING-README file.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** @var $this OC_Router */
|
/** @var $this OCP\Route\IRouter */
|
||||||
|
|
||||||
// Settings pages
|
// Settings pages
|
||||||
$this->create('settings_help', '/settings/help')
|
$this->create('settings_help', '/settings/help')
|
||||||
|
|
Loading…
Reference in New Issue