From a00c3473ca00bc7220a7c03521ff9ecb662f5d8e Mon Sep 17 00:00:00 2001 From: Claudio Zizza Date: Fri, 5 Dec 2025 23:09:43 +0100 Subject: [PATCH] Check php configs for coding style and static analysis --- phpcs.xml.dist | 1 + phpstan.neon.dist | 1 + 2 files changed, 2 insertions(+) diff --git a/phpcs.xml.dist b/phpcs.xml.dist index 250620f..b9f8258 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -10,6 +10,7 @@ lib + config tests diff --git a/phpstan.neon.dist b/phpstan.neon.dist index e58fc91..f75b33a 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -8,6 +8,7 @@ parameters: paths: - lib - tests + - config ignoreErrors: - "#Short ternary operator is not allowed#" - # Refactor class and remove this error