Update phpstan-baseline.neon

This commit is contained in:
IanDelMar 2022-07-27 08:34:29 +02:00
parent 087d3f3c6a
commit 7a80120208
1 changed files with 5 additions and 5 deletions

View File

@ -95,6 +95,11 @@ parameters:
count: 1
path: inc/widgets.php
-
message: "#^Function understrap_add_block_widget_search_classes\\(\\) has parameter \\$block with no value type specified in iterable type array\\.$#"
count: 1
path: inc/widgets.php
-
message: "#^Function understrap_add_widget_categories_class\\(\\) has parameter \\$cat_args with no value type specified in iterable type array\\.$#"
count: 1
@ -105,11 +110,6 @@ parameters:
count: 1
path: inc/widgets.php
-
message: "#^Function understrap_add_block_widget_search_classes\\(\\) has parameter \\$block with no value type specified in iterable type array\\.$#"
count: 1
path: inc/widgets.php
-
message: "#^Function understrap_widget_classes\\(\\) has parameter \\$params with no value type specified in iterable type array\\.$#"
count: 1