Passed
Push — master ( 42c416...025b55 )
by Joas
32s
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
@@ -221,8 +221,8 @@
 block discarded – undo
221 221
 	 * @NoCSRFRequired
222 222
 	 * @PublicPage
223 223
 	 *
224
-	 * @param $region
225
-	 * @param $city
224
+	 * @param string $region
225
+	 * @param string $city
226 226
 	 * @return DataDisplayResponse
227 227
 	 */
228 228
 	public function getTimezoneWithRegion($region, $city) {
Please login to merge, or discard this patch.