From 9bdcc110b11e959b1d496e482c320430fcbe933e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Vo=C5=99=C3=AD=C5=A1ek?= Date: Sun, 17 Nov 2024 13:32:52 +0100 Subject: [PATCH] dump error identifiers in PHPStan CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9e0aedb8240..955896a7977 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,4 +79,4 @@ jobs: run: | rm -r public_html # remove once https://github.com/phpstan/phpstan/issues/10321 is fixed mkdir node_modules # remove once https://github.com/phpstan/phpstan/issues/11436 is fixed - vendor/bin/phpstan analyse + vendor/bin/phpstan analyse -v