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 test
Or with docker:
composer docker -- test
composer docker -- test -- --filter=SomeTest
# optional: remove image when you do not need it anymore
composer docker-clean
Checking code standard, benchmark, and more.
composer code-quality
Or with docker:
composer docker -- code-quality
# optional: remove image when you do not need it anymore
composer docker-clean
You can use to fix coding standard if needed:
composer fix-cs