Conditions | 1 |
Paths | 1 |
Total Lines | 24 |
Code Lines | 22 |
Lines | 0 |
Ratio | 0 % |
Tests | 2 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
52 | 15 | protected function defaults() |
|
53 | { |
||
54 | return [ |
||
55 | 15 | 'assigned_posts' => [], |
|
56 | 'assigned_terms' => [], |
||
57 | 'assigned_users' => [], |
||
58 | 'avatar' => '', |
||
59 | 'content' => '', |
||
60 | 'custom' => [], |
||
61 | 'date' => '', |
||
62 | 'email' => '', |
||
63 | 'form_id' => '', |
||
64 | 'ip_address' => '', |
||
65 | 'is_pinned' => false, |
||
66 | 'name' => '', |
||
67 | 'post_id' => '', |
||
68 | 'rating' => '', |
||
69 | 'referer' => '', |
||
70 | 'response' => '', |
||
71 | 'terms' => true, |
||
72 | 'terms_exist' => false, |
||
73 | 'title' => '', |
||
74 | 'type' => '', |
||
75 | 'url' => '', |
||
76 | ]; |
||
90 |