Conditions | 1 |
Paths | 1 |
Total Lines | 24 |
Code Lines | 22 |
Lines | 0 |
Ratio | 0 % |
Tests | 21 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
24 | 2 | protected function getProperties() |
|
25 | { |
||
26 | return [ |
||
27 | 2 | 'anchorPoint', |
|
28 | 2 | 'xPos', |
|
29 | 2 | 'yPos', |
|
30 | 2 | 'width', |
|
31 | 2 | 'height', |
|
32 | 2 | 'orion', |
|
33 | 2 | 'description', |
|
34 | 2 | 'fontName', |
|
35 | 2 | 'fontSize', |
|
36 | 2 | 'fontBold', |
|
37 | 2 | 'fontItalic', |
|
38 | 2 | 'fontUnderline', |
|
39 | 2 | 'inverted', |
|
40 | 2 | 'alignment', |
|
41 | 2 | 'data', |
|
42 | 2 | 'ftbMode', |
|
43 | 2 | 'lineSpacing', |
|
44 | 2 | 'removeBlank', |
|
45 | 2 | 'fontWidth', |
|
46 | 2 | 'charSpacing', |
|
47 | 'phantomField' |
||
48 | 2 | ]; |
|
59 |