line-bot-sdk-php icon indicating copy to clipboard operation
line-bot-sdk-php copied to clipboard

Stricter PHPStan levels

Open eucyt opened this issue 10 months ago • 0 comments

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 the code for better quality.

eucyt avatar Mar 11 '25 09:03 eucyt