Completed
Pull Request — master (#1167)
by Janis
152:14 queued 141:36
created
apps/files_sharing/lib/Controller/ShareesAPIController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -335,7 +335,7 @@
 block discarded – undo
335 335
 	 * split user and remote from federated cloud id
336 336
 	 *
337 337
 	 * @param string $address federated share address
338
-	 * @return array [user, remoteURL]
338
+	 * @return string[] [user, remoteURL]
339 339
 	 * @throws \Exception
340 340
 	 */
341 341
 	public function splitUserRemote($address) {
Please login to merge, or discard this patch.
core/Controller/LostController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -132,7 +132,7 @@
 block discarded – undo
132 132
 	}
133 133
 
134 134
 	/**
135
-	 * @param $message
135
+	 * @param string $message
136 136
 	 * @param array $additional
137 137
 	 * @return array
138 138
 	 */
Please login to merge, or discard this patch.
core/Application.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,6 @@
 block discarded – undo
35 35
 use OC\Core\Controller\LostController;
36 36
 use OC\Core\Controller\TokenController;
37 37
 use OC\Core\Controller\TwoFactorChallengeController;
38
-use OC\Core\Controller\UserController;
39 38
 use OCP\AppFramework\App;
40 39
 use OCP\Util;
41 40
 
Please login to merge, or discard this patch.
lib/public/AppFramework/Http/TemplateResponse.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -69,8 +69,6 @@
 block discarded – undo
69 69
 	 * @param array $params an array of parameters which should be passed to the
70 70
 	 * template
71 71
 	 * @param string $renderAs how the page should be rendered, defaults to user
72
-	 * @param array $styles an array of styles which sould be added to the template
73
-	 * @param array $scripts an array of scripts which should be added to the template
74 72
 	 * @since 6.0.0 - parameters $params and $renderAs were added in 7.0.0 - parameters $styles and $scripts were added in 11.0.0
75 73
 	 */
76 74
 	public function __construct($appName, $templateName, array $params=array(),
Please login to merge, or discard this patch.