@@ -43,9 +43,9 @@ discard block |
||
| 43 | 43 | * TranslationApplied constructor. |
| 44 | 44 | * @param String $eventId |
| 45 | 45 | * @param Language $language |
| 46 | - * @param String|null $title |
|
| 47 | - * @param String|null $shortDescription |
|
| 48 | - * @param String|null $longDescription |
|
| 46 | + * @param null|string $title |
|
| 47 | + * @param null|string $shortDescription |
|
| 48 | + * @param null|string $longDescription |
|
| 49 | 49 | */ |
| 50 | 50 | public function __construct( |
| 51 | 51 | String $eventId, |
@@ -68,7 +68,7 @@ discard block |
||
| 68 | 68 | } |
| 69 | 69 | |
| 70 | 70 | /** |
| 71 | - * @return mixed The object instance |
|
| 71 | + * @return TranslationApplied The object instance |
|
| 72 | 72 | */ |
| 73 | 73 | public static function deserialize(array $data) |
| 74 | 74 | { |
@@ -38,7 +38,7 @@ |
||
| 38 | 38 | } |
| 39 | 39 | |
| 40 | 40 | /** |
| 41 | - * @return mixed The object instance |
|
| 41 | + * @return TranslationDeleted The object instance |
|
| 42 | 42 | */ |
| 43 | 43 | public static function deserialize(array $data) |
| 44 | 44 | { |
@@ -8,7 +8,7 @@ |
||
| 8 | 8 | { |
| 9 | 9 | |
| 10 | 10 | /** |
| 11 | - * @param $eventLd |
|
| 11 | + * @param \stdClass $eventLd |
|
| 12 | 12 | * @return bool |
| 13 | 13 | */ |
| 14 | 14 | public function hasLabel($eventLd, String $label) |
@@ -205,8 +205,8 @@ |
||
| 205 | 205 | /** |
| 206 | 206 | * Generator that yields each unique search result. |
| 207 | 207 | * |
| 208 | - * @param $totalItemCount |
|
| 209 | - * @param $query |
|
| 208 | + * @param integer $totalItemCount |
|
| 209 | + * @param EventExportQuery $query |
|
| 210 | 210 | * @param LoggerInterface|null $logger |
| 211 | 211 | * |
| 212 | 212 | * @return \Generator |
@@ -28,7 +28,7 @@ |
||
| 28 | 28 | /** |
| 29 | 29 | * @param String $name |
| 30 | 30 | * @param QueryString $query |
| 31 | - * @param String $id |
|
| 31 | + * @param string $id |
|
| 32 | 32 | */ |
| 33 | 33 | public function __construct(String $name, QueryString $query, String $id = null) |
| 34 | 34 | { |
@@ -36,9 +36,9 @@ |
||
| 36 | 36 | /** |
| 37 | 37 | * Translation constructor. |
| 38 | 38 | * @param Language $language |
| 39 | - * @param String|null $title |
|
| 40 | - * @param String|null $shortDescription |
|
| 41 | - * @param String|null $longDescription |
|
| 39 | + * @param null|string $title |
|
| 40 | + * @param null|string $shortDescription |
|
| 41 | + * @param null|string $longDescription |
|
| 42 | 42 | */ |
| 43 | 43 | public function __construct( |
| 44 | 44 | Language $language, |
@@ -37,7 +37,7 @@ |
||
| 37 | 37 | |
| 38 | 38 | /** |
| 39 | 39 | * @param \CultureFeed_SearchUsersQuery $query |
| 40 | - * @return string|null |
|
| 40 | + * @return String|null |
|
| 41 | 41 | */ |
| 42 | 42 | private function searchSingleUser(\CultureFeed_SearchUsersQuery $query) |
| 43 | 43 | { |
@@ -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) |