From 6b5c76ac08b2efb2de1d2430215ca08f242273ee Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Fri, 15 Dec 2023 12:09:42 +0100 Subject: [PATCH] [CLEANUP] Simplify the PHPStan baseline generation script (#1045) It is not necessary to specify the file name of the baseline file if we're using the default file. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5958ef1..510e860 100644 --- a/composer.json +++ b/composer.json @@ -172,7 +172,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 --allow-empty-baseline", "prepare-release": [ "rm .gitignore", "rm -rf .Build",