Skip to content

Commit 417fb6d

Browse files
committed
#1471 - Fix phpstan.neon config
1 parent 9206124 commit 417fb6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpstan.neon

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ parameters:
1212
- '#Parameter \#1 \$adapter of class Phalcon\\Cache constructor expects#'
1313
- '#Parameter \#1 \$eventsManager of method Phalcon#'
1414
- '#Parameter \#1 \$exception_handler of function set_exception_handler expects#'
15-
- '#Parameter \#1 \$function of function register_shutdown_function expects callable()#'
15+
- '#Parameter \#1 \$function of function register_shutdown_function expects callable\(\)#'
1616
- '#Call to an undefined method [a-zA-Z0-9\\_]+::getShared\(\)#'
1717
reportUnmatchedIgnoredErrors: false

0 commit comments

Comments
 (0)