You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to contribute the codebase with an "Client" interface so I can make a test (without mocks). But I've noticed issues due the PHP versions constraints. I had to update:
PHPStan:
Seems ok, few errors that can be fixed
coding standard:
I had to enable plugin to use it. Fails on ERROR: Referenced sniff "SlevomatCodingStandard.TypeHints.TypeHintDeclaration" does not exist
tester:
Fails to run, : No such file or directory
I was thinking what is your plan? Are you interested in upgrade?
There is now a v4.0 branch under development, in which comments will be reflected. Support for PHP 8 is planned, as well as rewriting the code to a cleaner form.
hi,
I've checked the package and thank you for it!
I wanted to contribute the codebase with an "Client" interface so I can make a test (without mocks). But I've noticed issues due the PHP versions constraints. I had to update:
PHPStan:
Seems ok, few errors that can be fixed
coding standard:
I had to enable plugin to use it. Fails on
ERROR: Referenced sniff "SlevomatCodingStandard.TypeHints.TypeHintDeclaration" does not exist
tester:
Fails to run,
: No such file or directory
I was thinking what is your plan? Are you interested in upgrade?
I could do this:
Thanks and have a good day,
The text was updated successfully, but these errors were encountered: