| 1 | <?php |
||
| 15 | class CourseSearchDomainFactory extends AbstractSearchDomainFactory |
||
| 16 | { |
||
| 17 | const ANNOUNCEMENTS = 'announcements'; |
||
| 18 | const PAGES = 'pages'; |
||
| 19 | |||
| 20 | /** |
||
| 21 | * Construct course-related search domains |
||
| 22 | * |
||
| 23 | * @param mixed[string] $params |
||
|
1 ignored issue
–
show
|
|||
| 24 | * @return AbstractSearchDomain[] |
||
| 25 | */ |
||
| 26 | public static function constructSearchDomains($params) |
||
| 45 | } |
||
| 46 |
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.