Completed
Pull Request — master (#32303)
by Victor
44:50 queued 31:17
created
apps/federatedfilesharing/lib/Controller/OcmController.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -265,7 +265,7 @@
 block discarded – undo
265 265
 	/**
266 266
 	 * Check if value is null or an array has any null item
267 267
 	 *
268
-	 * @param mixed $param
268
+	 * @param string[] $param
269 269
 	 *
270 270
 	 * @return bool
271 271
 	 */
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,6 @@
 block discarded – undo
21 21
 
22 22
 namespace OCA\FederatedFileSharing\Controller;
23 23
 
24
-use OC\Core\Command\User\Add;
25 24
 use OCA\FederatedFileSharing\Address;
26 25
 use OCA\FederatedFileSharing\AddressHandler;
27 26
 use OCA\FederatedFileSharing\FederatedShareProvider;
Please login to merge, or discard this patch.