mirror of
https://codeberg.org/demostf/api.git
synced 2026-06-03 09:54:17 +02:00
Add php-cs-fixer
This commit is contained in:
parent
e00e6ece5f
commit
309ae17036
54 changed files with 4900 additions and 4106 deletions
4
Makefile
4
Makefile
|
|
@ -20,3 +20,7 @@ phpunit:
|
|||
|
||||
.PHONY: test
|
||||
tests: phpunit mocha
|
||||
|
||||
.PHONY: lint
|
||||
lint:
|
||||
vendor/bin/php-cs-fixer fix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue