Completed
Pull Request — master (#24189)
by Christoph
29:07
created
lib/public/appframework/db/mapper.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -308,6 +308,7 @@
 block discarded – undo
308 308
 	 * @param array $params the parameters of the sql query
309 309
 	 * @param int $limit the maximum number of rows
310 310
 	 * @param int $offset from which row we want to start
311
+	 * @param string $msg
311 312
 	 * @return string formatted error message string
312 313
 	 * @since 9.1.0
313 314
 	 */
Please login to merge, or discard this patch.
core/Controller/LoginController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,6 @@
 block discarded – undo
26 26
 use OC;
27 27
 use OC\User\Session;
28 28
 use OC_App;
29
-use OC_User;
30 29
 use OC_Util;
31 30
 use OCP\AppFramework\Controller;
32 31
 use OCP\AppFramework\Http\RedirectResponse;
Please login to merge, or discard this patch.