line-bot-sdk-php
line-bot-sdk-php copied to clipboard
LINE Messaging API SDK for PHP
## Bug Report **Describe the bug** Since PHP 8, it is deprecated to place required parameters after optional parameters. Also, since PHP 8.1, those optional parameters are treated as required...
NEWS: https://developers.line.biz/en/news/2022/04/05/release-validate-rich-menu-object/ - [Validate rich menu object](https://developers.line.biz/en/reference/messaging-api/#validate-rich-menu-object)
## Bug Report Too many `phpmd` warnings. We need to check below. **Describe the bug** ``` examples/EchoBot/src/LINEBot/EchoBot/Dependency.php:32 Missing class import via use statement (line '32', column '27'). examples/EchoBot/src/LINEBot/EchoBot/Dependency.php:33 Missing class...
Calling `array_merge` is so slow, so we want to use `[]` operator instead. See: https://stackoverflow.com/questions/23348339/optimizing-array-merge-operation
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [orchestra/testbench](https://packages.tools/testbench/) ([source](https://togithub.com/orchestral/testbench)) | require-dev | pin | `*` -> `7.8.0` |...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/line/line-bot-sdk-php). ## Pending Status Checks The following updates...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [linecorp/line-bot-sdk](https://togithub.com/line/line-bot-sdk-php) | require | major | `3.15.0` -> `7.6.0` | |...
## Bug Report **Describe the bug** Inspite of the official docs says that imageSet.id, imageSet.index and imageSet.total are Only included when multiple images are sent simultaneously, messages with imageSet.id without...
Currently, the configuration for openapi-generator for line-bot-sdk-php is written in three workflows, which is a source of errors. Additionally, in the repository managing the OpenAPI schema, it's easy to forget...
PHPStan allows you to choose the type of warnings based on levels. https://phpstan.org/user-guide/rule-levels It is currently set to level 5 (the maximum is 10). Let's make it stricter and refactor...