Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 506 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (9 loc) · 506 Bytes

Code quality

The following checks are performed when you create a pull request:

You can avoid failing builds by running these tools locally:

  • PHPUnit: ./vendor/bin/phpunit
  • PHPCS: ./vendor/bin/phpcs
  • PHPStan: ./vendor/bin/phpstan analyze