phpstan-wordpress icon indicating copy to clipboard operation
phpstan-wordpress copied to clipboard

Add a return type extension for `WP_Query->query()` and `WP_Query->get_posts()`

Open johnbillion opened this issue 4 years ago • 0 comments

Return type extension for WP_Query->query() and WP_Query->get_posts().

As get_posts() ultimately calls WP_Query->query() and WP_Query->get_posts(), they all share the same return type pattern. Not sure if you want to combine them somehow.

johnbillion avatar Jun 19 '21 18:06 johnbillion