Completed
Push — handle_timezone_errors ( 61b252...7ebfd9 )
by
unknown
22:43
created
controller/viewcontroller.php 2 patches
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.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -23,10 +23,8 @@
 block discarded – undo
23 23
  */
24 24
 namespace OCA\Calendar\Controller;
25 25
 
26
-use OC\AppFramework\Http;
27 26
 use OCP\AppFramework\Controller;
28 27
 use OCP\AppFramework\Http\DataDisplayResponse;
29
-use OCP\AppFramework\Http\JSONResponse;
30 28
 use OCP\AppFramework\Http\NotFoundResponse;
31 29
 use OCP\AppFramework\Http\TemplateResponse;
32 30
 use OCP\IConfig;
Please login to merge, or discard this patch.