Closed mitsuoka0423 closed 8 months ago
The PHPDoc for the getEvents method in the ParsedEvents class is set to array, which prevents autocompletion from suggesting methods of the Event class.
https://github.com/line/line-bot-sdk-php/blob/2ab68efa24327cd1ab418142f4b0b00d3d004fc4/src/parser/lib/ParsedEvents.php#L53
You can use the fixed sdk from https://github.com/line/line-bot-sdk-php/releases/tag/9.7.1. Thank you for report.
The PHPDoc for the getEvents method in the ParsedEvents class is set to array, which prevents autocompletion from suggesting methods of the Event class.
https://github.com/line/line-bot-sdk-php/blob/2ab68efa24327cd1ab418142f4b0b00d3d004fc4/src/parser/lib/ParsedEvents.php#L53
Environment