OSDN Git Service

fix subsequent align
[php-libraries/Router.git] / makefile
1 phpcs:
2         @vendor/bin/phpcs --standard=PSR2 src tests
3
4 tests:
5         @vendor/bin/phpunit
6
7 .PHONY: tests phpcs