From 588c8a5b640b6045fdb540b22c3b9dd4d8ad9bbf Mon Sep 17 00:00:00 2001 From: IanDelMar <42134098+IanDelMar@users.noreply.github.com> Date: Sun, 24 Jul 2022 13:29:28 +0200 Subject: [PATCH] add PHPStan ignore error pattern --- phpstan.neon.dist | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/phpstan.neon.dist b/phpstan.neon.dist index 5fe081c4..03ad7147 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -45,3 +45,7 @@ parameters: - '#Function understrap_woocommerce_wrapper_end\(\) has no return type specified.#' - '#Function understrap_wpcom_setup\(\) has no return type specified.#' - '#Function understrap_wpcom_styles\(\) has no return type specified.#' + - '#Function understrap_categories_tags_list\(\) has no return type specified.#' + - '#Function understrap_categories_list\(\) has no return type specified.#' + - '#Function understrap_tags_list\(\) has no return type specified.#' + - '#Function understrap_comments_popup_link\(\) has no return type specified.#'