summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorScrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com>2016-04-14 11:50:06 +0200
committerThomas Müller <DeepDiver1975@users.noreply.github.com>2016-04-14 11:50:06 +0200
commit25fff15487aadad09acc2ba9cd8d2b72245308ee (patch)
treeb77e57536981bbaa670ced5600d9608128bd029c /lib
parente84da2cf54334a4cf388c976178d07dcdc19fc74 (diff)
downloadnextcloud-server-25fff15487aadad09acc2ba9cd8d2b72245308ee.tar.gz
nextcloud-server-25fff15487aadad09acc2ba9cd8d2b72245308ee.zip
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
Diffstat (limited to 'lib')
-rw-r--r--lib/private/template/base.php4
1 files changed, 2 insertions, 2 deletions
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 [