mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 09:13:19 -04:00
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
This commit is contained in:
parent
e84da2cf54
commit
25fff15487
1 changed files with 2 additions and 2 deletions
|
|
@ -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 [
|
||||
|
|
|
|||
Loading…
Reference in a new issue