@@ -84,7 +84,7 @@ |
||
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) { |
@@ -79,7 +79,7 @@ |
||
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([ |