| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 4 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 29 | 10 | public function __construct(\phpbb\language\language $language, \phpbb\request\request_interface $request, \blitze\sitemaker\services\template $ptemplate, \phpbb\user $user, \blitze\sitemaker\services\util $util) |
|
| 30 | { |
||
| 31 | 10 | parent::__construct($language, $request, $ptemplate); |
|
| 32 | |||
| 33 | 10 | $this->user = $user; |
|
| 34 | 10 | $this->util = $util; |
|
| 35 | 10 | } |
|
| 78 |
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