| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Code Lines | 8 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 76 | public function load(): void |
||
| 77 | { |
||
| 78 | Util::addScript('analytics', 'dashboard'); |
||
| 79 | Util::addScript('analytics', 'visualization'); |
||
| 80 | Util::addStyle('analytics', 'dashboard'); |
||
| 81 | Util::addScript('analytics', '3rdParty/chart.umd'); |
||
| 82 | Util::addScript('analytics', '3rdParty/chartjs-adapter-moment'); |
||
| 83 | Util::addScript('analytics', '3rdParty/moment.min'); |
||
| 84 | Util::addScript('analytics', '3rdParty/cloner'); |
||
| 85 | Util::addScript('analytics', '3rdParty/chartjs-plugin-datalabels.min'); |
||
| 86 | } |
||
| 87 | } |
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