Skip to content

Commit 42adb6a

Browse files
committed
BUG FIX: Ignore poorly documented membership level object
1 parent 5c78bdf commit 42adb6a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

phpstan.dist.neon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ parameters:
1717
- '#^Constant WP_LANG_DIR not found\.$#'
1818
- '#^Cannot access property \$pmpro_b.* on WP_User\|false\.#'
1919
- '#^Parameter \#1 \$page_name of function pmpro_loadTemplate expects null, string given\.#'
20+
- '#Cannot access property \$name on object\|false\.#'
2021
# - '#^Access to an undefined property object::\$cycle_period\.$#'
2122
# - '#^Constant WP_PLUGIN_DIR not found\.$#'
2223
scanDirectories:

0 commit comments

Comments
 (0)