We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php |
||
| 33 | public function messages() |
||
| 34 | { |
||
| 35 | return [ |
||
| 36 | 'title.required' => 'Please provide a campaign tite!', |
||
| 37 | 'title.unique' => 'Already exists a campaign with this title!', |
||
| 38 | 'expires.required' => 'Please provide a date when the campaign will expire!', |
||
| 39 | 'id_user' => 'Looks like the author is not recognized!', |
||
| 40 | ]; |
||
| 41 | } |
||
| 42 | } |
||
| 43 |