The doc-type mixed[string] could not be parsed: Expected "]" at position 2, but found "string". (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...
11
* @return AbstractSearchDomain[]
12
*/
13
public static function constructSearchDomains($params)
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.