We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7befbb3 commit 6d04587Copy full SHA for 6d04587
src/LINEBot/Event/UnknownEvent.php
@@ -40,7 +40,7 @@ public function __construct($event)
40
/**
41
* Returns unprocessed event body.
42
*
43
- * You can handle the event even if unknown with getting the event body through this.
+ * You can handle the event with getting the event body through this even if the event type is unknown.
44
45
* @return array
46
*/
0 commit comments