| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 10 | 
| Code Lines | 8 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Changes | 2 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php  | 
            ||
| 30 | public function rules()  | 
            ||
| 31 |     { | 
            ||
| 32 | return [  | 
            ||
| 33 | 'title' => SermonHelper::$titleValidation,  | 
            ||
| 34 | 'preacher' => SermonHelper::$titleValidation,  | 
            ||
| 35 | 'main_verses' => 'required|array',  | 
            ||
| 36 | 'date' => 'required|date',  | 
            ||
| 37 | 'reference_verses' => 'array',  | 
            ||
| 38 | 'sermon' => 'required|string|min:50',  | 
            ||
| 39 | 'resource' => 'sometimes|url',  | 
            ||
| 40 | ];  | 
            ||
| 48 |