Total Complexity | 5 |
Total Lines | 57 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
20 | class TracedOutgoing implements Layered |
||
21 | { |
||
22 | use SpansCreator; |
||
23 | use SpansExporter; |
||
24 | use ErrorsClassify; |
||
25 | |||
26 | /** |
||
27 | * @param mixed $message |
||
28 | * @param Context $ctx |
||
29 | * @return mixed |
||
30 | */ |
||
31 | public function inbound($message, Context $ctx) |
||
32 | { |
||
33 | return $message; |
||
34 | } |
||
35 | |||
36 | /** |
||
37 | * @param Response $response |
||
38 | * @param Context $ctx |
||
39 | * @return Response |
||
40 | */ |
||
41 | public function outbound($response, Context $ctx) : Response |
||
53 | } |
||
54 | |||
55 | /** |
||
56 | * @param Throwable $e |
||
57 | * @param Context $ctx |
||
58 | * @throws Throwable |
||
59 | */ |
||
60 | public function exception(Throwable $e, Context $ctx) : void |
||
79 |
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