Total Complexity | 4 |
Total Lines | 43 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
14 | class ServerCompletePurchaseResponse extends AbstractResponse |
||
15 | { |
||
16 | use Traits\RelayResponseTrait; |
||
17 | |||
18 | public function send() |
||
22 | } |
||
23 | |||
24 | /** |
||
25 | * @return string |
||
26 | */ |
||
27 | public function getContent() |
||
39 | } |
||
40 | |||
41 | /** |
||
42 | * @inheritDoc |
||
43 | * @noinspection PhpMissingReturnTypeInspection |
||
44 | */ |
||
45 | public function getStatus1() |
||
48 | } |
||
49 | |||
50 | /** |
||
51 | * @inheritDoc |
||
52 | * @noinspection PhpMissingReturnTypeInspection |
||
53 | */ |
||
54 | public function getStatus2() |
||
64 |
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