Completed
Pull Request — master (#24178)
by Thomas
13:40
created
apps/dav/lib/ZipFolderPlugin.php 1 patch
Doc Comments   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@  discard block
 block discarded – undo
52 52
 	 *
53 53
 	 * This method should set up the required event subscriptions.
54 54
 	 *
55
-	 * @param Server $server
55
+	 * @param \Sabre\DAV\Server $server
56 56
 	 * @return void
57 57
 	 */
58 58
 	function initialize(\Sabre\DAV\Server $server) {
@@ -111,6 +111,9 @@  discard block
 block discarded – undo
111 111
 		return null;
112 112
 	}
113 113
 
114
+	/**
115
+	 * @param string $format
116
+	 */
114 117
 	private function getZipFolder(Directory $node, $format, ResponseInterface $response) {
115 118
 		$view = \OC\Files\Filesystem::getView();
116 119
 		$dir = $node->getPath();
@@ -146,7 +149,7 @@  discard block
 block discarded – undo
146 149
 	}
147 150
 
148 151
 	/**
149
-	 * @param View $view
152
+	 * @param \OC\Files\View $view
150 153
 	 * @param string $dir
151 154
 	 */
152 155
 	private function lockFiles($view, $dir) {
Please login to merge, or discard this patch.