Completed
Pull Request — master (#32125)
by Sujith
16:36
created
apps/files_versions/lib/Storage.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -315,6 +315,9 @@
 block discarded – undo
315 315
 		}
316 316
 	}
317 317
 
318
+	/**
319
+	 * @param string $revision
320
+	 */
318 321
 	public static function restoreVersion($uid, $filename, $fileToRestore, $revision) {
319 322
 		if (\OC::$server->getConfig()->getSystemValue('files_versions', Storage::DEFAULTENABLED) !== true) {
320 323
 			return false;
Please login to merge, or discard this patch.
apps/files_sharing/lib/BackgroundJob/NotificationSender.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
71 71
 	}
72 72
 
73 73
 	/**
74
-	 * @param $notificationURL
74
+	 * @param string $notificationURL
75 75
 	 * @return string
76 76
 	 */
77 77
 	public function fixURL($notificationURL) {
Please login to merge, or discard this patch.