Browse Source
Add int-typehint
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
pull/11091/head
Daniel Kesselberg
7 years ago
No known key found for this signature in database
GPG Key ID: 36E3664E099D0614
1 changed files with
1 additions and
1 deletions
-
settings/Controller/CheckSetupController.php
|
|
|
@ -565,7 +565,7 @@ Raw output |
|
|
|
* @param array $appRoot The app root config |
|
|
|
* @return string[] The none writable directory paths inside the app root |
|
|
|
*/ |
|
|
|
private function getAppDirsWithDifferentOwnerForAppRoot($currentUser, array $appRoot): array { |
|
|
|
private function getAppDirsWithDifferentOwnerForAppRoot(int $currentUser, array $appRoot): array { |
|
|
|
$appDirsWithDifferentOwner = []; |
|
|
|
$appsPath = $appRoot['path']; |
|
|
|
$appsDir = new DirectoryIterator($appRoot['path']); |
|
|
|
|