add PHPStan ignore error pattern

This commit is contained in:
IanDelMar 2022-07-24 13:29:28 +02:00
parent 2fe27bbe4e
commit 588c8a5b64
1 changed files with 4 additions and 0 deletions

View File

@ -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.#'