Thank you for contributing to this bundle!
Before we can merge your pull request here are some guidelines that you need to follow. These guidelines exist not to annoy you, but to keep the code base clean, unified and future proof.
Please try to add a test for your pull request.
You can run the tests by calling:
composer testOr with docker:
composer docker -- test
composer docker -- test -- --filter=SomeTest
# optional: remove image when you do not need it anymore
composer docker-cleanChecking code standard, benchmark, and more.
composer code-qualityOr with docker:
composer docker -- code-quality
# optional: remove image when you do not need it anymore
composer docker-cleanYou can use to fix coding standard if needed:
composer fix-cs