@@ -50,7 +50,7 @@ |
||
| 50 | 50 | } |
| 51 | 51 | |
| 52 | 52 | /** |
| 53 | - * @return CallbackEvent[] |
|
| 53 | + * @return CallbackEvent |
|
| 54 | 54 | */ |
| 55 | 55 | public function getCallbackEvents() |
| 56 | 56 | { |
@@ -29,7 +29,6 @@ |
||
| 29 | 29 | * @param null|string $metadata |
| 30 | 30 | * @param null|string $text |
| 31 | 31 | * @param array $attachments |
| 32 | - * @param null|string $quickReply |
|
| 33 | 32 | */ |
| 34 | 33 | public function __construct($isEcho, $appId, $id, $sequence, $metadata = null, $text = null, array $attachments = []) |
| 35 | 34 | { |
@@ -10,7 +10,6 @@ |
||
| 10 | 10 | private $ref; |
| 11 | 11 | |
| 12 | 12 | /** |
| 13 | - * @param string $dataRef |
|
| 14 | 13 | */ |
| 15 | 14 | public function __construct($ref) |
| 16 | 15 | { |