| Total Complexity | 2 |
| Total Lines | 37 |
| Duplicated Lines | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 6 | class CwpSiteSummaryExtension extends Extension |
||
| 7 | { |
||
| 8 | /** |
||
| 9 | * Updates the modules used for the version label by: |
||
| 10 | * - Removing SS Framework |
||
| 11 | * - Adding CWP |
||
| 12 | * - Relabelling SS CMS |
||
| 13 | * |
||
| 14 | * @param array $modules |
||
| 15 | */ |
||
| 16 | public function updateVersionModules(&$modules) |
||
| 21 | } |
||
| 22 | |||
| 23 | /** |
||
| 24 | * Updates the dropdown filter used to filter supported packages by renaming the labels (replaces the existing |
||
| 25 | * filter options) |
||
| 26 | * |
||
| 27 | * @param GridFieldDropdownFilter $dropdownFilter |
||
|
|
|||
| 28 | */ |
||
| 29 | public function updateDropdownFilterOptions($dropdownFilter) |
||
| 46 |
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