Skip to content

Commit c4e337c

Browse files
committed
Fix workflow errors
1 parent 7920544 commit c4e337c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

phpstan.neon

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ parameters:
2323
- '#return type has no value type specified in iterable type array#'
2424
- '#Cannot access property#'
2525
- '#Static method CoolKidsNetwork\\Controllers\\Forms_Controller::get_signup_page_slug\(\) is unused.#'
26-
- '#Method CoolKidsNetwork\\Controllers\\Forms_Controller::get_signup_page_slug\(\) should return string but returns mixed#'
26+
- '#Method CoolKidsNetwork\\Controllers\\Forms_Controller::get_signup_page_slug\(\) should return string but returns mixed#'
27+
- '#Method (.)* has parameter $block with no value type specified in iterable type array#'

0 commit comments

Comments
 (0)