| Total Complexity | 2 | 
| Total Lines | 31 | 
| Duplicated Lines | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php | ||
| 19 | class BlockForm 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 | ||
| 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 | ||
| 52 |