Passed
Pull Request — master (#878)
by Björn
07:12
created
controller/proxycontroller.php 1 patch
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.
lib/CloudFederationProviderCalendar.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@
 block discarded – undo
84 84
 	/**
85 85
 	 * get the supported share types, e.g. "user", "group", etc.
86 86
 	 *
87
-	 * @return array
87
+	 * @return string[]
88 88
 	 *
89 89
 	 * @since 14.0.0
90 90
 	 */
Please login to merge, or discard this patch.