| Total Complexity | 5 |
| Total Lines | 45 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 13 | class CoinHiveCaptchaType extends AbstractType |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * @param FormBuilderInterface $builder |
||
| 17 | * @param array $options |
||
| 18 | */ |
||
| 19 | public function buildForm(FormBuilderInterface $builder, array $options) |
||
| 23 | ; |
||
| 24 | } |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @param OptionsResolver $resolver |
||
| 28 | */ |
||
| 29 | public function configureOptions(OptionsResolver $resolver) |
||
| 30 | { |
||
| 31 | $resolver->setDefaults([ |
||
| 32 | 'compound' => true, |
||
| 33 | ]); |
||
| 34 | } |
||
| 35 | |||
| 36 | /** |
||
| 37 | * @return string |
||
| 38 | */ |
||
| 39 | public function getParent() |
||
| 42 | } |
||
| 43 | |||
| 44 | /** |
||
| 45 | * @return string |
||
| 46 | */ |
||
| 47 | public function getBlockPrefix() |
||
| 50 | } |
||
| 51 | |||
| 52 | /** |
||
| 53 | * @return string |
||
| 54 | */ |
||
| 55 | public function getName() |
||
| 60 |