| Total Complexity | 4 |
| Total Lines | 46 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 26 | trait Config { |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @var ConfigService |
||
| 30 | */ |
||
| 31 | private $configService; |
||
| 32 | /** |
||
| 33 | * @var ILogger |
||
| 34 | */ |
||
| 35 | private $logger; |
||
| 36 | |||
| 37 | /** |
||
| 38 | * @NoAdminRequired |
||
| 39 | * |
||
| 40 | * Returns an app configuration array |
||
| 41 | * |
||
| 42 | * @param bool $extraMediaTypes |
||
| 43 | * |
||
| 44 | * @return array <string,null|array> |
||
| 45 | */ |
||
| 46 | private function getConfig($extraMediaTypes = false) { |
||
| 56 | } |
||
| 57 | |||
| 58 | /** |
||
| 59 | * Determines if the native SVG feature has been activated |
||
| 60 | * |
||
| 61 | * @param array $features |
||
| 62 | * |
||
| 63 | * @return bool |
||
| 64 | */ |
||
| 65 | private function isNativeSvgActivated($features) { |
||
| 74 |
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