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