| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 32 | public function messages(): array |
||
| 33 | { |
||
| 34 | return [ |
||
| 35 | 'channels.required' => 'The channels field is required.', |
||
| 36 | 'channels.array' => 'The channels must be an array.', |
||
| 37 | 'channels.*.boolean' => 'Each channel value must be a boolean (true/false).', |
||
| 38 | 'settings.array' => 'The settings must be an array.', |
||
| 39 | ]; |
||
| 45 |