We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9206124 commit 417fb6dCopy full SHA for 417fb6d
phpstan.neon
@@ -12,6 +12,6 @@ parameters:
12
- '#Parameter \#1 \$adapter of class Phalcon\\Cache constructor expects#'
13
- '#Parameter \#1 \$eventsManager of method Phalcon#'
14
- '#Parameter \#1 \$exception_handler of function set_exception_handler expects#'
15
- - '#Parameter \#1 \$function of function register_shutdown_function expects callable()#'
+ - '#Parameter \#1 \$function of function register_shutdown_function expects callable\(\)#'
16
- '#Call to an undefined method [a-zA-Z0-9\\_]+::getShared\(\)#'
17
reportUnmatchedIgnoredErrors: false
0 commit comments