Total Complexity | 2 |
Total Lines | 11 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
15 | class ClientEntityTypeExtension extends AbstractTypeExtension |
||
16 | { |
||
17 | public function buildForm(\Symfony\Component\Form\FormBuilderInterface $builder, array $options) |
||
18 | { |
||
19 | parent::buildForm($builder, $options); |
||
20 | } |
||
21 | |||
22 | public static function getExtendedTypes(): iterable |
||
26 | ]; |
||
27 | } |
||
29 |