Completed
Pull Request — master (#1197)
by Thomas
11:07
created
apps/dav/lib/CalDAV/Publishing/PublishPlugin.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -122,7 +122,7 @@
 block discarded – undo
122 122
 	 * @param RequestInterface $request
123 123
 	 * @param ResponseInterface $response
124 124
 	 *
125
-	 * @return null|bool
125
+	 * @return null|false
126 126
 	 */
127 127
 	public function httpPost(RequestInterface $request, ResponseInterface $response) {
128 128
 		$path = $request->getPath();
Please login to merge, or discard this patch.
apps/dav/lib/DAV/PublicAuth.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,6 @@
 block discarded – undo
30 30
 	private $publicURLs;
31 31
 
32 32
 	/**
33
-	 * @param string[] $publicURLs
34 33
 	 */
35 34
 	public function __construct() {
36 35
 		$this->publicURLs = [
Please login to merge, or discard this patch.