Spaces over tabs

This commit is contained in:
Jens True 2023-06-01 09:25:38 +00:00
parent 45ea239d7c
commit 1f902ed6c3

@ -16,7 +16,7 @@ pipeline:
image: php
commands:
- ./vendor/bin/phpmd src text cleancode,codesize,controversial,design,naming,unusedcode
- ./vendor/bin/phpstan analyze --level=7 src/ backup
- ./vendor/bin/phpstan analyze --level=7 src/ backup
- ./vendor/bin/psalm
- ./vendor/bin/phpcs src
- ./vendor/bin/phpcs src
failure: ignore