Total Complexity | 4 |
Total Lines | 39 |
Duplicated Lines | 0 % |
Coverage | 22.22% |
Changes | 2 | ||
Bugs | 1 | Features | 1 |
1 | <?php |
||
11 | trait HasApplication |
||
12 | { |
||
13 | use ContainerAwareTrait; |
||
14 | |||
15 | /** |
||
16 | * @var Application |
||
|
|||
17 | */ |
||
18 | protected $application = null; |
||
19 | |||
20 | /** |
||
21 | * @return Application |
||
22 | */ |
||
23 | public function getApplication() |
||
26 | } |
||
27 | |||
28 | /** |
||
29 | * @param Application $application |
||
30 | */ |
||
31 | public function setApplication($application) |
||
34 | } |
||
35 | |||
36 | /** |
||
37 | * @return bool |
||
38 | */ |
||
39 | public function hasApplication() |
||
42 | } |
||
43 | |||
44 | /** |
||
45 | * @return string |
||
46 | */ |
||
47 | 1 | protected function getLogsFolderPath() |
|
52 |
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