| Total Complexity | 0 |
| Total Lines | 6 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 9 | final class Bootstrap5IconsAsset extends AssetBundle |
||
| 10 | { |
||
| 11 | public bool $cdn = true; |
||
| 12 | |||
| 13 | public array $css = [ |
||
| 14 | 'https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css', |
||
| 15 | ]; |
||
| 17 |
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