Fix types
This commit is contained in:
parent
25a4878886
commit
866b4b3053
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
||||||
* See the COPYING-README file.
|
* See the COPYING-README file.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** @var $_ array */
|
/** @var $_ mixed[]|\OCP\IURLGenerator[] */
|
||||||
/** @var $_['urlGenerator'] */
|
/** @var \OC_Defaults $theme */
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<div id="app-navigation">
|
<div id="app-navigation">
|
||||||
|
|
Loading…
Reference in a new issue