| Total Complexity | 6 |
| Total Lines | 37 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 20 | class TemplateLayouts |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * Itemsproc function to extend the selection of templateLayouts in the plugin |
||
| 24 | */ |
||
| 25 | public function user_templateLayout(array &$config): void |
||
| 35 | } |
||
| 36 | } |
||
| 37 | |||
| 38 | /** |
||
| 39 | * Get template layouts defined in TsConfig |
||
| 40 | */ |
||
| 41 | protected function getTemplateLayoutsFromTsConfig(int $pageUid): array |
||
| 52 | } |
||
| 53 | |||
| 54 | protected function getLanguageService(): LanguageService |
||
| 59 |
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