Skip to content

Commit 5d598d5

Browse files
authored
Merge pull request #83 from IanDelMar/load-plugin-textdomain
2 parents a90b660 + 431fd11 commit 5d598d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/phpstan-full.neon

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ parameters:
3333
#- '#^Function wp_sprintf invoked with [23456] parameters, 1 required\.$#'
3434
#- '#^Function add_post_type_support invoked with [345] parameters, 2 required\.$#'
3535
#- '#^Function ((get|add)_theme_support|current_theme_supports) invoked with [2345] parameters, 1 required\.$#'
36-
# https://core.trac.wordpress.org/ticket/43304
37-
- '/^Parameter #2 \$deprecated of function load_plugin_textdomain expects string, false given\.$/'
36+
# Fixed in WordPress 5.2 - https://core.trac.wordpress.org/ticket/43304
37+
#- '/^Parameter #2 \$deprecated of function load_plugin_textdomain expects string, false given\.$/'
3838
# WP-CLI accepts a class name as callable
3939
- '/^Parameter #2 \$callable of static method WP_CLI::add_command\(\) expects callable\(\): mixed, \S+ given\.$/'
4040
# Please consider commenting ignores: issue URL or reason for ignoring

0 commit comments

Comments
 (0)