Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 688 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 688 Bytes

Latest version License PHPStan PHPUnit PHPCodeSniffer

Development

Run tests

composer update
vendor/bin/phpstan analyse --xdebug --memory-limit=-1 -c phpstan.neon
vendor/bin/phpcs src/ --standard=PSR12
vendor/bin/phpunit