Total Complexity | 3 |
Total Lines | 23 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
12 | class PurchaseRequest extends AbstractRequest { |
||
13 | |||
14 | const endpointTest = ''; |
||
15 | const endpointLive = ''; |
||
16 | |||
17 | public function initialize(array $parameters = []) |
||
20 | } |
||
21 | |||
22 | /* @todo add other purchase field functions |
||
23 | |||
24 | /** |
||
25 | * Get endpoint |
||
26 | * |
||
27 | * Returns endpoint depending on test mode |
||
28 | * |
||
29 | * @access protected |
||
30 | * @return string |
||
31 | */ |
||
32 | protected function getEndpoint() |
||
35 | } |
||
36 | } |
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