From 7314255bbf276c64cd8998b769bc7ab33fa9b170 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Pij=C3=A1k?= Date: Tue, 22 Nov 2022 16:10:34 +0100 Subject: [PATCH] --xdebug flag for phpstan --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4c5d4a2..16af8bf 100644 --- a/composer.json +++ b/composer.json @@ -34,6 +34,6 @@ "scripts": { "tester": "tester tests -s -C", "coverage": "tester -C tests --coverage=coverage.html --coverage-src=src", - "phpstan": "phpstan analyse -c phpstan.neon" + "phpstan": "phpstan analyse -c phpstan.neon --xdebug" } }