mvaload/difference-calculator

View on GitHub
Makefile

Summary

Maintainability
Test Coverage
install:
    composer install

lint:
    composer run-script phpcs -- --standard=PSR12 src bin tests
test:
    composer run-script phpunit tests