We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7920544 commit c4e337cCopy full SHA for c4e337c
phpstan.neon
@@ -23,4 +23,5 @@ parameters:
23
- '#return type has no value type specified in iterable type array#'
24
- '#Cannot access property#'
25
- '#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#'
+ - '#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