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