| Total Complexity | 3 |
| Total Lines | 24 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 17 | #[UpgradeWizard('sfEventMgtPluginToContentElementUpdate')] |
||
| 18 | class PluginToContentElementUpdater extends AbstractListTypeToCTypeUpdate |
||
| 19 | { |
||
| 20 | protected function getListTypeToCTypeMapping(): array |
||
| 21 | { |
||
| 22 | return [ |
||
| 23 | 'sfeventmgt_pieventlist' => 'sfeventmgt_pieventlist', |
||
| 24 | 'sfeventmgt_pieventdetail' => 'sfeventmgt_pieventdetail', |
||
| 25 | 'sfeventmgt_pieventregistration' => 'sfeventmgt_pieventregistration', |
||
| 26 | 'sfeventmgt_pieventsearch' => 'sfeventmgt_pieventsearch', |
||
| 27 | 'sfeventmgt_pieventcalendar' => 'sfeventmgt_pieventcalendar', |
||
| 28 | 'sfeventmgt_piuserreg' => 'sfeventmgt_piuserreg', |
||
| 29 | 'sfeventmgt_pipayment' => 'sfeventmgt_pipayment', |
||
| 30 | ]; |
||
| 31 | } |
||
| 32 | |||
| 33 | public function getTitle(): string |
||
| 36 | } |
||
| 37 | |||
| 38 | public function getDescription(): string |
||
| 43 |
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