Add formatting script

This commit is contained in:
Marcus Bointon
2025-05-31 10:41:07 +02:00
parent bf74d75a1f
commit 2efdf63a32

View File

@ -71,6 +71,7 @@
"license": "LGPL-2.1-only",
"scripts": {
"check": "./vendor/bin/phpcs",
"style": "./vendor/bin/phpcbf",
"test": "./vendor/bin/phpunit --no-coverage",
"coverage": "./vendor/bin/phpunit",
"lint": [