1 | <?php |
||
9 | class RoleFormProcessRequest extends RoleFormRequest |
||
10 | { |
||
11 | /** |
||
12 | * Prepare the data for validation. |
||
13 | * |
||
14 | * @return void |
||
15 | */ |
||
16 | protected function prepareForValidation(): void |
||
31 | |||
32 | /** |
||
33 | * Get the validation rules that apply to the request. |
||
34 | * |
||
35 | * @return array |
||
36 | */ |
||
37 | public function rules(): array |
||
46 | } |
||
47 |
Overly long lines are hard to read on any screen. Most code styles therefor impose a maximum limit on the number of characters in a line.