Passed
Push — dependabot/npm_and_yarn/js/kar... ( 8ea293...5e0490 )
by
unknown
41:04 queued 21:05
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   -2 removed lines patch added patch discarded remove patch
@@ -24,9 +24,7 @@
 block discarded – undo
24 24
 use GuzzleHttp\Exception\RequestException;
25 25
 use GuzzleHttp\Exception\ClientException;
26 26
 use GuzzleHttp\Exception\ConnectException;
27
-
28 27
 use OCA\Calendar\Http\StreamResponse;
29
-
30 28
 use OCP\AppFramework\Http;
31 29
 use OCP\AppFramework\Http\JSONResponse;
32 30
 use OCP\AppFramework\Controller;
Please login to merge, or discard this patch.