Any contribution is welcome.
All contributions must be tested following as much as possible the current test structure.
Look at current tests in test/suites for more details.
The code follow the PSR-2 coding standards
- run test suit:
composer test - Check Coding standards:
composer cscheck - auto fix standards:
.composer csfix