From 5e43cdde1a916c4053cb3f856a85376e27db1f2b Mon Sep 17 00:00:00 2001 From: Kevin Pfeifer Date: Sun, 22 Jun 2025 11:16:24 +0200 Subject: [PATCH] update stan --- .gitignore | 1 + .phive/phars.xml | 2 +- composer.json | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 217b42f4..c562cb42 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ tags composer.lock vendor/ /.idea/ +/tools/ diff --git a/.phive/phars.xml b/.phive/phars.xml index 65df4213..a1627f6b 100644 --- a/.phive/phars.xml +++ b/.phive/phars.xml @@ -1,4 +1,4 @@ - + diff --git a/composer.json b/composer.json index e7f83ff4..255e1c18 100644 --- a/composer.json +++ b/composer.json @@ -46,6 +46,8 @@ "cs-check": "phpcs --colors --parallel=16 -p -s CakePHP/", "cs-fix": "phpcbf --colors --parallel=16 -p CakePHP/", "stan": "tools/phpstan analyse", + "stan-baseline": "tools/phpstan --generate-baseline", + "stan-setup": "phive install", "docs": "php docs/generate.php", "explain": "phpcs -e --standard=CakePHP" }