Skip to content

Commit

Permalink
fix(phpstan): warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Mte90 committed Jul 19, 2024
1 parent 33c3891 commit af54391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin-name/phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ parameters:
# {{/if}}
ignoreErrors:
- '/^Parameter #1 \$var of function strval expects bool\|float\|int\|resource\|string\|null, mixed given.$/'
- '/^Call to function is_wp_error\(\) with WP_REST_Response will always evaluate to false.$\'
- '/^Call to function is_wp_error\(\) with WP_REST_Response will always evaluate to false.$/'
- '/^is_wp_error\(WP_REST_Response\) will always evaluate to false.$/'
# Not used in the boilerplate.
# # Uses func_get_args()
Expand Down

0 comments on commit af54391

Please sign in to comment.