Total Complexity | 2 |
Total Lines | 26 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | <?php |
||
18 | class Swoole extends AbstractBootstrap |
||
19 | { |
||
20 | /** |
||
21 | * Run the application. |
||
22 | * |
||
23 | * @return mixed |
||
24 | */ |
||
25 | public function run() |
||
26 | { |
||
27 | return $this->application->handle( |
||
28 | $this->container->getRequest()->getServer('request_uri', null, '/') |
||
29 | ); |
||
30 | } |
||
31 | |||
32 | /** |
||
33 | * @return mixed |
||
34 | */ |
||
35 | public function setup() |
||
44 | } |
||
45 | } |
||
46 |
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