add PHPStan ignore error pattern
This commit is contained in:
parent
2fe27bbe4e
commit
588c8a5b64
|
|
@ -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.#'
|
||||
|
|
|
|||
Loading…
Reference in New Issue