Passed
Push — oc10 ( 04c07a )
by Tom
18:18
created
controller/proxycontroller.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
 	/**
51 51
 	 * @NoAdminRequired
52 52
 	 *
53
-	 * @param $url
53
+	 * @param string $url
54 54
 	 * @return StreamResponse|JSONResponse
55 55
 	 */
56 56
 	public function proxy($url) {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
 use GuzzleHttp\Exception\ClientException;
25 25
 use OCA\Calendar\Http\StreamResponse;
26 26
 use OCP\AppFramework\Http\JSONResponse;
27
-
28 27
 use OCP\AppFramework\Controller;
29 28
 use OCP\Http\Client\IClientService;
30 29
 use OCP\IRequest;
Please login to merge, or discard this patch.
controller/viewcontroller.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -195,8 +195,8 @@
 block discarded – undo
195 195
 	 * @NoCSRFRequired
196 196
 	 * @PublicPage
197 197
 	 *
198
-	 * @param $region
199
-	 * @param $city
198
+	 * @param string $region
199
+	 * @param string $city
200 200
 	 * @return DataDisplayResponse
201 201
 	 */
202 202
 	public function getTimezoneWithRegion($region, $city) {
Please login to merge, or discard this patch.