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