1 | <?php |
||
17 | class CourseSearch extends AbstractCanvasSearch |
||
18 | { |
||
19 | use RequireParameter; |
||
20 | use DeriveCourseUrlFromId; |
||
21 | |||
22 | /** |
||
23 | * Construct a CourseSearch: may have a `pages` field to indicate that |
||
24 | * course pages should be searched. |
||
25 | * |
||
26 | * @inheritdoc |
||
27 | * |
||
28 | * @param mixed[string] $params |
||
1 ignored issue
–
show
|
|||
29 | */ |
||
30 | public function __construct($params) |
||
55 | } |
||
56 |
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.