Completed
Pull Request — master (#4098)
by Georg
19:55
created
apps/dav/lib/CalDAV/Search/SearchPlugin.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
 	 * @param string $reportName
85 85
 	 * @param mixed $report
86 86
 	 * @param mixed $path
87
-	 * @return bool
87
+	 * @return false|null
88 88
 	 */
89 89
 	function report($reportName, $report, $path) {
90 90
 		switch ($reportName) {
Please login to merge, or discard this patch.
apps/dav/lib/CalDAV/Search/Xml/Request/CalendarSearchReport.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@
 block discarded – undo
79 79
 	 * the next element.
80 80
 	 *
81 81
 	 * @param Reader $reader
82
-	 * @return mixed
82
+	 * @return CalendarSearchReport
83 83
 	 */
84 84
 	static function xmlDeserialize(Reader $reader) {
85 85
 		$elems = $reader->parseInnerTree([
Please login to merge, or discard this patch.