| 1 | <?php |
||
| 9 | class AbilityFormProcessRequest extends AbilityFormRequest |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * Prepare the data for validation. |
||
| 13 | * |
||
| 14 | * @return void |
||
| 15 | */ |
||
| 16 | protected function prepareForValidation(): void |
||
| 33 | |||
| 34 | /** |
||
| 35 | * Get the validation rules that apply to the request. |
||
| 36 | * |
||
| 37 | * @return array |
||
| 38 | */ |
||
| 39 | public function rules(): array |
||
| 48 | } |
||
| 49 |
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.