From 866b4b305368509b0df8782e3e37b38643589fd7 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 11 Jan 2016 11:43:58 +0100 Subject: [PATCH] Fix types --- settings/templates/personal.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings/templates/personal.php b/settings/templates/personal.php index 0fc22ac5660..ce179ca8788 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -4,8 +4,8 @@ * See the COPYING-README file. */ -/** @var $_ array */ -/** @var $_['urlGenerator'] */ +/** @var $_ mixed[]|\OCP\IURLGenerator[] */ +/** @var \OC_Defaults $theme */ ?>
-- 2.39.5