Total Complexity | 2 |
Total Lines | 26 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
19 | class ContactForm extends Form |
||
20 | { |
||
21 | |||
22 | /** |
||
23 | * {@inheritdoc} |
||
24 | * |
||
25 | * @param \Cake\Form\Schema $schema The schema to customize. |
||
26 | * @return \Cake\Form\Schema The schema to use. |
||
27 | */ |
||
28 | protected function _buildSchema(Schema $schema): Schema |
||
34 | } |
||
35 | |||
36 | /** |
||
37 | * {@inheritdoc} |
||
38 | * |
||
39 | * @param \Cake\Validation\Validator $validator The validator to customize. |
||
40 | * @return \Cake\Validation\Validator The validator to use. |
||
41 | */ |
||
42 | public function validationDefault(Validator $validator): Validator |
||
47 |