Total Complexity | 4 |
Total Lines | 42 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
18 | class ApprovedRevsFacade { |
||
19 | |||
20 | /** |
||
21 | * @since 1.0 |
||
22 | * |
||
23 | * @param Title $title |
||
24 | * |
||
25 | * @return integer|null |
||
26 | */ |
||
27 | 1 | public function getApprovedRevID( Title $title ) { |
|
28 | 1 | return ApprovedRevs::getApprovedRevID( $title ); |
|
29 | } |
||
30 | |||
31 | /** |
||
32 | * @since 1.0 |
||
33 | * |
||
34 | * @param Title $title |
||
35 | * |
||
36 | * @return boolean |
||
37 | */ |
||
38 | 1 | public function hasApprovedRevision( Title $title ) { |
|
39 | 1 | return ApprovedRevs::hasApprovedRevision( $title ); |
|
40 | } |
||
41 | |||
42 | /** |
||
43 | * @since 1.0 |
||
44 | * |
||
45 | * @param Title $title |
||
46 | * |
||
47 | * @return [] |
||
48 | */ |
||
49 | 2 | public function getApprovedFileInfo( Title $title ) { |
|
51 | } |
||
52 | |||
53 | /** |
||
54 | * @since 1.0 |
||
55 | * |
||
56 | * @param Title $title |
||
57 | */ |
||
58 | 1 | public function clearApprovedFileInfo( Title $title ) { |
|
60 | 1 | } |
|
61 | |||
62 | } |
||
63 |
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