caviarman/project-lvl2-s349

View on GitHub
Makefile

Summary

Maintainability
Test Coverage
install:
    composer install

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

lint-fix:
    composer run-script phpcbf -- --standard=PSR12 src bin

test:
    composer run-script phpunit tests