Conditions | 1 |
Paths | 1 |
Total Lines | 21 |
Code Lines | 18 |
Lines | 0 |
Ratio | 0 % |
Tests | 17 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
24 | 2 | protected function getProperties() |
|
25 | { |
||
26 | return [ |
||
27 | 2 | 'name', |
|
28 | 2 | 'format', |
|
29 | 2 | 'offsetType', |
|
30 | 2 | 'offsetValue', |
|
31 | 2 | 'offset2Type', |
|
32 | 2 | 'offset2Value', |
|
33 | 2 | 'truncateDay', |
|
34 | 2 | 'updatePolicy', |
|
35 | 2 | 'updateDay', |
|
36 | 2 | 'updateHour', |
|
37 | 2 | 'updateMinutte', |
|
38 | 2 | 'language', |
|
39 | 2 | 'variableOffset', |
|
40 | 2 | 'dataSource', |
|
41 | 2 | 'cPadding', |
|
42 | 'length' |
||
43 | 2 | ]; |
|
44 | } |
||
45 | |||
54 |
This check marks PHPDoc comments that could not be parsed by our parser. To see which comment annotations we can parse, please refer to our documentation on supported doc-types.