Browse Source

Add int-typehint

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
pull/11091/head
Daniel Kesselberg 7 years ago
parent
commit
45dab2d2a2
No known key found for this signature in database GPG Key ID: 36E3664E099D0614
  1. 2
      settings/Controller/CheckSetupController.php

2
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']);

Loading…
Cancel
Save