Total Complexity | 4 |
Total Lines | 35 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
14 | class ServerTimeAbstractRequest extends AbstractRequest |
||
15 | { |
||
16 | |||
17 | /** |
||
18 | * Returns the api request name |
||
19 | * |
||
20 | * @return string |
||
21 | */ |
||
22 | 1 | public function getMethod() |
|
23 | { |
||
24 | 1 | return 'Time'; |
|
25 | } |
||
26 | |||
27 | /** |
||
28 | * @return string |
||
29 | */ |
||
30 | 1 | public function getVisibility() |
|
33 | } |
||
34 | |||
35 | /** |
||
36 | * @return array |
||
37 | */ |
||
38 | 1 | public function getRequestData() |
|
39 | { |
||
40 | 1 | return []; |
|
41 | } |
||
42 | |||
43 | /** |
||
44 | * @return string |
||
45 | */ |
||
46 | 1 | public function getResponseClassName() |
|
49 | } |
||
50 | } |
||
51 |
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