File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -105,14 +105,14 @@ class Frame extends AbstractStyle
105
105
/**
106
106
* Leftmost (horizontal) position
107
107
*
108
- * @var Absolute
108
+ * @var int| Absolute Default is set with int, but converted to Absolute when read
109
109
*/
110
110
private $ left = 0 ;
111
111
112
112
/**
113
113
* Topmost (vertical) position
114
114
*
115
- * @var Absolute
115
+ * @var int| Absolute Default is set with int, but converted to Absolute when read
116
116
*/
117
117
private $ top = 0 ;
118
118
Original file line number Diff line number Diff line change @@ -31,14 +31,14 @@ class Indentation extends AbstractStyle
31
31
/**
32
32
* Left indentation
33
33
*
34
- * @var Absolute
34
+ * @var int| Absolute Default is set with int, but converted to Absolute when read
35
35
*/
36
36
private $ left = 0 ;
37
37
38
38
/**
39
39
* Right indentation
40
40
*
41
- * @var Absolute
41
+ * @var int| Absolute Default is set with int, but converted to Absolute when read
42
42
*/
43
43
private $ right = 0 ;
44
44
You can’t perform that action at this time.
0 commit comments