Total Complexity | 2 |
Total Lines | 25 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
8 | class CoursePresenter extends Presenter |
||
9 | { |
||
10 | /** |
||
11 | * The year of this course in ordinal format. |
||
12 | * |
||
13 | * @return string |
||
14 | */ |
||
15 | public function getOrdinalYear() |
||
21 | } |
||
22 | |||
23 | /** |
||
24 | * The semester of this course in ordinal format. |
||
25 | * |
||
26 | * @return string |
||
27 | */ |
||
28 | public function getOrdinalSemester() |
||
35 |
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"]
, you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths