From 25fff15487aadad09acc2ba9cd8d2b72245308ee Mon Sep 17 00:00:00 2001 From: Scrutinizer Auto-Fixer Date: Thu, 14 Apr 2016 11:50:06 +0200 Subject: Scrutinizer Auto-Fixes (#23959) * Scrutinizer Auto-Fixes This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com * revert append() change --- lib/private/template/base.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/private') diff --git a/lib/private/template/base.php b/lib/private/template/base.php index 72abc38c36c..32dcdb98e86 100644 --- a/lib/private/template/base.php +++ b/lib/private/template/base.php @@ -55,7 +55,7 @@ class Base { * @param string|false $app_dir * @param string $theme * @param string $app - * @return array + * @return string[] */ protected function getAppTemplateDirs($theme, $app, $serverRoot, $app_dir) { // Check if the app is in the app folder or in the root @@ -74,7 +74,7 @@ class Base { /** * @param string $serverRoot * @param string $theme - * @return array + * @return string[] */ protected function getCoreTemplateDirs($theme, $serverRoot) { return [ -- cgit v1.2.3