Completed
Pull Request — master (#12099)
by Jörn Friedrich
08:55
created
lib/private/StorageManager.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
 	/**
59 59
 	 * Returns the root folder of ownCloud's data directory
60 60
 	 *
61
-	 * @return \OCP\Files\IRootFolder
61
+	 * @return string
62 62
 	 */
63 63
 	public function getRootFolder() {
64 64
 		$manager = \OC\Files\Filesystem::getMountManager(null);
Please login to merge, or discard this patch.
lib/private/template/functions.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -191,6 +191,7 @@
 block discarded – undo
191 191
 
192 192
 /**
193 193
  * @param string $path
194
+ * @param string $token
194 195
  */
195 196
 function publicPreview_icon ( $path, $token ) {
196 197
 	return \OC::$server->getURLGenerator()->linkToRoute('core_ajax_public_preview', ['x' => 32, 'y' => 32, 'file' => $path, 't' => $token]);
Please login to merge, or discard this patch.