Total Complexity | 4 |
Total Lines | 21 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
12 | class Purchase extends Record |
||
13 | { |
||
14 | use PurchaseTrait; |
||
15 | |||
16 | public function getPaymentMethod() |
||
17 | { |
||
18 | // TODO: Implement getPaymentMethod() method. |
||
19 | } |
||
20 | |||
21 | public function getPurchaseAmount() |
||
22 | { |
||
23 | // TODO: Implement getPurchaseAmount() method. |
||
24 | } |
||
25 | |||
26 | public function getName() |
||
27 | { |
||
28 | // TODO: Implement getName() method. |
||
29 | } |
||
30 | |||
31 | public function getRegistry() |
||
33 | // TODO: Implement getRegistry() method. |
||
34 | } |
||
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