From 2efdf63a32a701259bbc42a0d851388e7a2c2861 Mon Sep 17 00:00:00 2001 From: Marcus Bointon Date: Sat, 31 May 2025 10:41:07 +0200 Subject: [PATCH] Add formatting script --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 7b008b7c..82da669a 100644 --- a/composer.json +++ b/composer.json @@ -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": [