From c5cecc57a3974bb38abc1b686e77ad0e52ffe834 Mon Sep 17 00:00:00 2001 From: IanDelMar <42134098+IanDelMar@users.noreply.github.com> Date: Wed, 26 Apr 2023 09:35:21 +0200 Subject: [PATCH] Update phpstan.neon.dist --- phpstan.neon.dist | 2 ++ 1 file changed, 2 insertions(+) diff --git a/phpstan.neon.dist b/phpstan.neon.dist index 8c5ce057..8cbf9271 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -55,3 +55,5 @@ parameters: - '#Function understrap_tags_list\(\) has no return type specified.#' - '#Function understrap_comments_popup_link\(\) has no return type specified.#' - '#Function understrap_offcanvas_admin_bar_inline_styles\(\) has no return type specified.#' + # temorary: + - '#Parameter \#2 ...\$values of function sprintf expects bool\|float\|int\|string\|null, string\|void given.#'