From 98a0f66a049ba15b9bf74bec3924d0071cfdfb97 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Mon, 27 Nov 2023 16:47:51 +0100 Subject: [PATCH] [CLEANUP] Drop extraneous whitespace in a Composer script (#1030) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d914aa4..469fd92 100644 --- a/composer.json +++ b/composer.json @@ -178,7 +178,7 @@ ], "fix:php:cs": "php-cs-fixer fix --config .php-cs-fixer.php", "fix:php:sniff": "phpcbf Classes Configuration Tests", - "phpstan:baseline": ".Build/bin/phpstan --generate-baseline=phpstan-baseline.neon --allow-empty-baseline", + "phpstan:baseline": ".Build/bin/phpstan --generate-baseline=phpstan-baseline.neon --allow-empty-baseline", "prepare-release": [ "rm .gitignore", "rm -rf .Build",