Skip to content

Commit 067dfd8

Browse files
committed
Attempt to fix Scrutinizer issue
1 parent edb7654 commit 067dfd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/PhpWord/Style/Chart.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ class Chart extends AbstractStyle
3030
/**
3131
* Width (in EMU)
3232
*
33-
* @var Absolute
33+
* @var int|Absolute Default is specified with int, but it will be converted to Absolute when read.
3434
*/
3535
private $width = 1000000;
3636

3737
/**
3838
* Height (in EMU)
3939
*
40-
* @var Absolute
40+
* @var int|Absolute Default is specified with int, but it will be converted to Absolute when read.
4141
*/
4242
private $height = 1000000;
4343

0 commit comments

Comments
 (0)