The doc-type array/boolean could not be parsed: Unknown type name "array/boolean" at position 0. (view supported doc-types)
This check marks PHPDoc comments that could not be parsed by our parser. To see
which comment annotations we can parse, please refer to our documentation on
supported doc-types.
Loading history...
9
* @return object WP_Query
10
*/
11
public static function find_query($args = false) {
You can fix this by adding a namespace to your class:
When choosing a vendor namespace, try to pick something that is not too generic to avoid conflicts with other libraries.