| Total Complexity | 2 |
| Total Lines | 17 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 3 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 26 | class FluentSchemaExtension extends Extension |
||
| 27 | { |
||
| 28 | /** |
||
| 29 | * Add the locale fields |
||
| 30 | * |
||
| 31 | * @param ArrayList|DataList $data ArrayList to which the copy should be pushed |
||
| 32 | * @param array $item Item that's going to be altered per locale |
||
| 33 | */ |
||
| 34 | 1 | public function onAfterFieldDefinition($data, $item): void |
|
| 46 |