diff --git a/.phpcs.xml b/.phpcs.xml index 57e6aa7..e571c0d 100644 --- a/.phpcs.xml +++ b/.phpcs.xml @@ -9,6 +9,13 @@ */tests/* */vendor/* --> + + */wp-content/* + diff --git a/phpstan.neon b/phpstan.neon index b80cbb6..dc6c2f5 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -15,5 +15,6 @@ parameters: - wp-content/ - tests/ ignoreErrors: - # Find a nicer way instead of ignoring this Error on every ft-module + # Find a nicer way instead of ignoring this Error on every ft-module - '#Function Altis\\register_module not found\.#' + - '#Function Figuren_Theater\\get_config not found\.#'