line / line-bot-sdk-php

LINE Messaging API SDK for PHP
https://packagist.org/packages/linecorp/line-bot-sdk
Apache License 2.0
711 stars 642 forks source link

Methods of Event class are not suggested #581

Closed mitsuoka0423 closed 8 months ago

mitsuoka0423 commented 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

Environment

Yang-33 commented 8 months ago

You can use the fixed sdk from https://github.com/line/line-bot-sdk-php/releases/tag/9.7.1. Thank you for report.