contributte / thepay-api

:dollar: Port of ThePay library

Home Page:https://contributte.org/packages/contributte/thepay-api.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix PhpStan L2 errors

trejjam opened this issue · comments

The project is based on the official library design, which has major design issues. Such as dynamic property access. Overused static instantiating.

  • Remove @phpstan-ignore-line from code, fix design issue
  • Update PhpStan level int Makefile::phpstan, fix founded issues