Completed
Pull Request — master (#31215)
by Patrick
26:43 queued 06:12
created
lib/private/Log/Owncloud.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -73,6 +73,11 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
core/Command/User/SyncBackend.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -307,7 +307,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
lib/private/Files/Utils/Scanner.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -170,7 +170,7 @@
 block discarded – undo
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) {
Please login to merge, or discard this patch.