Currently, WordPress.PHP.DevelopmentFunctions.error_log_print_r states:
print_r() found. Debug code should not normally be used in production.
Should this be modified to allow print_r(), providing the return is true?
Example: print_r( $value, true)
Reference: https://github.com/spaze/phpstan-disallowed-calls/blob/main/disallowed-dangerous-calls.neon