Fix: Multiple onFilter call issues related to the withAnyArgs method
#390
ci.yml
on: pull_request
php-compatibility
8s
php-static-analysis
12s
Matrix: php-tests
Annotations
5 errors
|
php-static-analysis
Process completed with exit code 1.
|
|
php-static-analysis:
php/WP_Mock/Filter.php#L49
Parameter #2 $parameters of function call_user_func_array expects array<int, mixed>, mixed given.
|
|
php-static-analysis:
php/WP_Mock/Filter.php#L38
Argument of an invalid type mixed supplied for foreach, only iterables are supported.
|
|
php-static-analysis:
php/WP_Mock/Filter.php#L28
Parameter #1 $var of function count expects array|Countable, mixed given.
|
|
php-static-analysis:
php/WP_Mock/Filter.php#L28
Cannot access offset 0 on mixed.
|