@@ -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 | { |
@@ -28,7 +28,7 @@ |
||
28 | 28 | * @param bool $useTimezone |
29 | 29 | * @param bool $useUtc |
30 | 30 | * |
31 | - * @return mixed |
|
31 | + * @return string |
|
32 | 32 | */ |
33 | 33 | public static function getDateString(\DateTime $dateTime = null, $noTime = false, $useTimezone = false, $useUtc = false) |
34 | 34 | { |
@@ -13,7 +13,6 @@ |
||
13 | 13 | |
14 | 14 | use Eluceo\iCal\Component; |
15 | 15 | use Eluceo\iCal\PropertyBag; |
16 | -use Eluceo\iCal\Property; |
|
17 | 16 | |
18 | 17 | /** |
19 | 18 | * Implementation of the VALARM component. |
@@ -294,7 +294,7 @@ |
||
294 | 294 | } |
295 | 295 | |
296 | 296 | /** |
297 | - * @return null|string |
|
297 | + * @return string |
|
298 | 298 | */ |
299 | 299 | public function getProdId() |
300 | 300 | { |