@@ -48,8 +48,7 @@ |
||
| 48 | 48 | /** |
| 49 | 49 | * @param string $eventId |
| 50 | 50 | * @param Title $title |
| 51 | - * @param string $location |
|
| 52 | - * @param DateTime $date |
|
| 51 | + * @param Location $location |
|
| 53 | 52 | */ |
| 54 | 53 | public function __construct($eventId, Title $title, EventType $eventType, Location $location, CalendarInterface $calendar, $theme = null) |
| 55 | 54 | { |
@@ -49,7 +49,6 @@ |
||
| 49 | 49 | /** |
| 50 | 50 | * @param string $placeId |
| 51 | 51 | * @param Title $title |
| 52 | - * @param string $location |
|
| 53 | 52 | * @param CalendarInterface $calendar |
| 54 | 53 | */ |
| 55 | 54 | public function __construct($placeId, Title $title, EventType $eventType, Address $address, CalendarInterface $calendar, $theme = null) |