Skip to content
This repository was archived by the owner on Feb 15, 2025. It is now read-only.

Incorrect error message when specifying array structure in docblock. #47

@lindyhopchris

Description

@lindyhopchris

This error:

WARNING  Gear4music\Search\Aggregations\QualitativeAggregation::get_options - @return array<string,QualitativeAggregation>  does not match method signature (array).

Is incorrect. The return type is type-hinted as array, which matches the return type of the method. PHPStorm allows you to be specific in the docblock checker as to the structure of the array, which is why I've used array<string,QualitativeAggregation>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions