Replace tabs with 4 spaces

This commit is contained in:
brabli
2026-04-27 16:57:04 +01:00
parent 0d9fbc3aed
commit bf2f473038
+5 -5
View File
@@ -1,15 +1,15 @@
php := "docker compose run php" php := "docker compose run php"
composer_install: composer_install:
@{{php}} composer install @{{php}} composer install
composer_update: composer_update:
@{{php}} composer update @{{php}} composer update
static_analysis: static_analysis:
@{{php}} vendor/bin/psalm @{{php}} vendor/bin/psalm
tests: tests:
@{{php}} rm -rf var/cache @{{php}} rm -rf var/cache
@{{php}} vendor/bin/phpunit @{{php}} vendor/bin/phpunit