Total Complexity | 5 |
Total Lines | 43 |
Duplicated Lines | 0 % |
Coverage | 20% |
Changes | 2 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
12 | class Controller |
||
13 | { |
||
14 | use BaseControllerTrait; |
||
15 | use CanBootTraitsTrait; |
||
16 | |||
17 | /** |
||
18 | 3 | * Controller constructor. |
|
19 | */ |
||
20 | public function __construct() |
||
23 | // $this->inflectName(); |
||
24 | } |
||
25 | |||
26 | /** |
||
27 | * @param $name |
||
28 | * @param $arguments |
||
29 | * @return bool|mixed |
||
30 | */ |
||
31 | public function __call($name, $arguments) |
||
38 | } |
||
39 | |||
40 | |||
41 | /** |
||
42 | * @return string |
||
43 | */ |
||
44 | public function getRootNamespace() |
||
47 | } |
||
48 | |||
49 | /** |
||
50 | * @return Application |
||
|
|||
51 | */ |
||
52 | public function getApplication() |
||
57 |
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