Completed
Push — master ( d85d60...92fd96 )
by
unknown
04:31
created
controller/viewcontroller.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -109,8 +109,8 @@
 block discarded – undo
109 109
 	/**
110 110
 	 * @NoAdminRequired
111 111
 	 *
112
-	 * @param $region
113
-	 * @param $city
112
+	 * @param string $region
113
+	 * @param string $city
114 114
 	 * @return DataDisplayResponse
115 115
 	 */
116 116
 	public function getTimezoneWithRegion($region, $city) {
Please login to merge, or discard this patch.
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
@@ -22,7 +22,6 @@
 block discarded – undo
22 22
 namespace OCA\Calendar\Utility;
23 23
 
24 24
 use OCP\AppFramework\Db\DoesNotExistException;
25
-
26 25
 use OCA\Calendar\Db\Timezone;
27 26
 use OCA\Calendar\Db\TimezoneMapper;
28 27
 use Sabre\VObject\Component;
Please login to merge, or discard this patch.