From 8b7862d8ad09241a53cd3d0cc3ff5c85a5cfdfb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Tue, 21 Feb 2023 18:28:57 +0100 Subject: [PATCH] add --xdebug option to phpstan --- .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 0fdee61d..5d4d0cb1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -119,4 +119,4 @@ jobs: - name: Install composer dependencies run: composer install - name: Run phpstan - run: vendor/bin/phpstan analyse + run: vendor/bin/phpstan analyse --xdebug