From 9931b976423f7334c94f7b5b348be8ab1da3415d Mon Sep 17 00:00:00 2001 From: Danny van Kooten Date: Sun, 5 Jan 2025 21:33:28 +0100 Subject: [PATCH] fix indentation --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index e98cda4..1146b8d 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "classmap": ["AltoRouter.php"] }, "scripts": { - "test": "vendor/bin/phpunit", - "check-syntax": "find . -name '*.php' -not -path './vendor/*' -print0 | xargs -0 -n1 php -l" + "test": "vendor/bin/phpunit", + "check-syntax": "find . -name '*.php' -not -path './vendor/*' -print0 | xargs -0 -n1 php -l" } }