Conditions | 1 |
Paths | 1 |
Total Lines | 13 |
Code Lines | 11 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 2 |
Changes | 3 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
13 | protected function defaults() |
||
14 | { |
||
15 | return [ |
||
16 | 'assign_to' => '', |
||
17 | 'category' => '', |
||
18 | 'content' => '', |
||
19 | 'email' => '', |
||
20 | 'form_id' => '', |
||
21 | 'ip_address' => glsr( Helper::class )->getIpAddress(), // required for Akismet and Blacklist validation |
||
22 | 'name' => '', |
||
23 | 'rating' => '0', |
||
24 | 'terms' => '', |
||
25 | 'title' => '', |
||
26 | ]; |
||
29 |