Completed
Pull Request — master (#30268)
by Sujith
14:01 queued 48s
created
apps/dav/lib/HookManager.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,6 @@
 block discarded – undo
28 28
 use OCP\IL10N;
29 29
 use OCP\IUser;
30 30
 use OCP\IUserManager;
31
-use OCP\Util;
32 31
 use Symfony\Component\EventDispatcher\EventDispatcher;
33 32
 use Symfony\Component\EventDispatcher\GenericEvent;
34 33
 
Please login to merge, or discard this patch.
apps/files_sharing/lib/Updater.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
 class Updater {
30 30
 
31 31
 	/**
32
-	 * @param array $params
32
+	 * @param GenericEvent $params
33 33
 	 */
34 34
 	static public function renameHook(GenericEvent $params) {
35 35
 		self::renameChildren($params->getArgument('oldpath'), $params->getArgument('newpath'));
Please login to merge, or discard this patch.