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