Rename attempt

This commit is contained in:
Jens True 2023-06-01 09:29:20 +00:00
parent 1f902ed6c3
commit f1c1c5456c

@ -12,10 +12,10 @@ pipeline:
commands:
- composer install
- ./vendor/bin/phpunit tests
analyze:
tools:
image: php
commands:
- ./vendor/bin/phpmd src text cleancode,codesize,controversial,design,naming,unusedcode
- ./vendor/bin/phpmd src text cleancode,codesize,controversial,design,naming,unusedcode
- ./vendor/bin/phpstan analyze --level=7 src/ backup
- ./vendor/bin/psalm
- ./vendor/bin/phpcs src