Conditions | 1 |
Paths | 1 |
Total Lines | 14 |
Code Lines | 12 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 2 |
Changes | 0 |
1 | <?php |
||
12 | protected function defaults() |
||
13 | { |
||
14 | return [ |
||
15 | 'assigned_to' => '', |
||
16 | 'category' => '', |
||
17 | 'count' => 10, |
||
18 | 'offset' => '', |
||
19 | 'order' => 'DESC', |
||
20 | 'orderby' => 'date', |
||
21 | 'pagination' => false, |
||
22 | 'post__in' => [], |
||
23 | 'post__not_in' => [], |
||
24 | 'rating' => '', |
||
25 | 'type' => '', |
||
26 | ]; |
||
29 |