Passed
Push — master ( 827fe3...519b33 )
by Joas
39:18 queued 19:58
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.
controller/timezonecontroller.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -51,8 +51,8 @@
 block discarded – undo
51 51
 	 * @NoAdminRequired
52 52
 	 * @PublicPage
53 53
 	 *
54
-	 * @param $region
55
-	 * @param $city
54
+	 * @param string $region
55
+	 * @param string $city
56 56
 	 * @return DataDisplayResponse
57 57
 	 */
58 58
 	public function getTimezoneWithRegion($region, $city) {
Please login to merge, or discard this patch.