@@ -73,6 +73,11 @@ |
||
73 | 73 | return self::writeExtra($app, $message, $level, $conditionalLogFile, []); |
74 | 74 | } |
75 | 75 | |
76 | + /** |
|
77 | + * @param string $app |
|
78 | + * @param string $message |
|
79 | + * @param integer $level |
|
80 | + */ |
|
76 | 81 | public static function writeExtra($app, $message, $level, $conditionalLogFile, $extraFields = []) { |
77 | 82 | $config = \OC::$server->getSystemConfig(); |
78 | 83 |
@@ -307,7 +307,7 @@ |
||
307 | 307 | * @param string[] $removedUsers |
308 | 308 | * @param InputInterface $input |
309 | 309 | * @param OutputInterface $output |
310 | - * @param $missingAccountsAction |
|
310 | + * @param string $missingAccountsAction |
|
311 | 311 | */ |
312 | 312 | private function handleRemovedUsers(array $removedUsers, InputInterface $input, OutputInterface $output, $missingAccountsAction) { |
313 | 313 |
@@ -170,7 +170,7 @@ |
||
170 | 170 | /** |
171 | 171 | * Returns whether the given mount point should be scanned |
172 | 172 | * |
173 | - * @param $mount mount point |
|
173 | + * @param \OC\Files\Mount\MountPoint|null $mount mount point |
|
174 | 174 | * @return bool true to scan, false to skip |
175 | 175 | */ |
176 | 176 | private function shouldScan($mount) { |