| 1 | <?php |
||
| 5 | abstract class AbstractSearchDomainFactory extends ParameterArrayConstructor |
||
| 6 | { |
||
| 7 | /** |
||
| 8 | * Construct an array of search domains |
||
| 9 | * |
||
| 10 | * @param mixed[string] $params |
||
|
1 ignored issue
–
show
|
|||
| 11 | * @return AbstractSearchDomain[] |
||
| 12 | */ |
||
| 13 | public static function constructSearchDomains($params) |
||
| 17 | } |
||
| 18 |
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.