| Conditions | 1 |
| Paths | 1 |
| Total Lines | 13 |
| Code Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 8 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 63 | 5 | public function show_form_field(array &$data) |
|
| 64 | { |
||
| 65 | 5 | $this->util->add_assets(array( |
|
| 66 | 'js' => array( |
||
| 67 | 5 | 99 => '@blitze_content/vendor/air-datepicker/dist/js/datepicker.min.js', |
|
| 68 | 5 | 100 => '@blitze_content/assets/fields/form.min.js', |
|
| 69 | 5 | ), |
|
| 70 | 'css' => array( |
||
| 71 | 5 | '@blitze_content/vendor/air-datepicker/dist/css/datepicker.min.css', |
|
| 72 | ) |
||
| 73 | 5 | )); |
|
| 74 | |||
| 75 | 5 | return parent::show_form_field($data); |
|
| 76 | } |
||
| 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