| Total Complexity | 4 |
| Total Lines | 64 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 12 | class datetime extends base |
||
| 13 | { |
||
| 14 | /** @var \phpbb\user */ |
||
| 15 | protected $user; |
||
| 16 | |||
| 17 | /** @var \blitze\sitemaker\services\util */ |
||
|
|
|||
| 18 | protected $util; |
||
| 19 | |||
| 20 | /** |
||
| 21 | * Constructor |
||
| 22 | * |
||
| 23 | * @param \phpbb\language\language $language Language object |
||
| 24 | * @param \phpbb\request\request_interface $request Request object |
||
| 25 | * @param \blitze\sitemaker\services\template $ptemplate Sitemaker template object |
||
| 26 | * @param \phpbb\user $user User object |
||
| 27 | * @param \blitze\sitemaker\services\util $util Sitemaker utility object |
||
| 28 | */ |
||
| 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 | } |
|
| 36 | |||
| 37 | /** |
||
| 38 | * @inheritdoc |
||
| 39 | */ |
||
| 40 | 7 | public function get_name() |
|
| 43 | } |
||
| 44 | |||
| 45 | /** |
||
| 46 | * @inheritdoc |
||
| 47 | */ |
||
| 48 | 6 | public function get_default_props() |
|
| 57 | 6 | ); |
|
| 58 | } |
||
| 59 | |||
| 60 | /** |
||
| 61 | * @inheritdoc |
||
| 62 | */ |
||
| 63 | 5 | public function show_form_field(array &$data) |
|
| 76 | } |
||
| 77 | } |
||
| 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