Passed
Push — master ( fbaa5e...9ddb90 )
by Thomas
09:56 queued 03:47
created
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.