@@ -202,7 +202,7 @@ |
||
202 | 202 | } |
203 | 203 | |
204 | 204 | /** |
205 | - * @return mixed return string representation of start date or NULL if no date was given |
|
205 | + * @return string|null return string representation of start date or NULL if no date was given |
|
206 | 206 | */ |
207 | 207 | public function getDtStart() |
208 | 208 | { |
@@ -17,7 +17,7 @@ |
||
17 | 17 | } |
18 | 18 | |
19 | 19 | /** |
20 | - * @param $value |
|
20 | + * @param string $value |
|
21 | 21 | * @param array $params |
22 | 22 | * |
23 | 23 | * @return $this |
@@ -73,7 +73,6 @@ |
||
73 | 73 | * Set all Components. |
74 | 74 | * |
75 | 75 | * @param Component[] $components The array of Component that will be set |
76 | - * @param null $key The key of the Component |
|
77 | 76 | */ |
78 | 77 | public function setComponents(array $components) |
79 | 78 | { |
@@ -591,7 +591,7 @@ discard block |
||
591 | 591 | } |
592 | 592 | |
593 | 593 | /** |
594 | - * @return bool |
|
594 | + * @return string |
|
595 | 595 | */ |
596 | 596 | public function getTimezoneString() |
597 | 597 | { |
@@ -889,7 +889,7 @@ discard block |
||
889 | 889 | } |
890 | 890 | |
891 | 891 | /** |
892 | - * @param array $attachment |
|
892 | + * @param Attachment $attachment |
|
893 | 893 | * |
894 | 894 | * @return $this |
895 | 895 | */ |
@@ -901,7 +901,7 @@ discard block |
||
901 | 901 | } |
902 | 902 | |
903 | 903 | /** |
904 | - * @return array |
|
904 | + * @return Attachment[] |
|
905 | 905 | */ |
906 | 906 | public function getAttachments() |
907 | 907 | { |