Completed
Pull Request — master (#23933)
by Christoph
12:14
created
apps/files/controller/apicontroller.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -208,7 +208,7 @@
 block discarded – undo
208 208
 	 *
209 209
 	 * @param string $mode
210 210
 	 * @param string $direction
211
-	 * @return null
211
+	 * @return Http\Response|null
212 212
 	 */
213 213
 	public function updateFileSorting($mode, $direction) {
214 214
 		$allowedMode = ['name', 'size', 'mtime'];
Please login to merge, or discard this patch.