[Feature] Can set min and max values for axes. #713
Annotations
10 errors
Run phpstan:
src/PhpWord/Style/Chart.php#L585
Method PhpOffice\PhpWord\Style\Chart::minY() uses native union types but they're supported only on PHP 8.0 and later.
|
Run phpstan:
src/PhpWord/Style/Chart.php#L590
Method PhpOffice\PhpWord\Style\Chart::setMinY() uses native union types but they're supported only on PHP 8.0 and later.
|
Run phpstan:
src/PhpWord/Style/Chart.php#L595
Method PhpOffice\PhpWord\Style\Chart::minX() uses native union types but they're supported only on PHP 8.0 and later.
|
Run phpstan:
src/PhpWord/Style/Chart.php#L600
Method PhpOffice\PhpWord\Style\Chart::setMinX() uses native union types but they're supported only on PHP 8.0 and later.
|
Run phpstan:
src/PhpWord/Style/Chart.php#L605
Method PhpOffice\PhpWord\Style\Chart::maxY() uses native union types but they're supported only on PHP 8.0 and later.
|
Run phpstan:
src/PhpWord/Style/Chart.php#L610
Method PhpOffice\PhpWord\Style\Chart::setMaxY() uses native union types but they're supported only on PHP 8.0 and later.
|
Run phpstan:
src/PhpWord/Style/Chart.php#L615
Method PhpOffice\PhpWord\Style\Chart::maxX() uses native union types but they're supported only on PHP 8.0 and later.
|
Run phpstan:
src/PhpWord/Style/Chart.php#L620
Method PhpOffice\PhpWord\Style\Chart::setMaxX() uses native union types but they're supported only on PHP 8.0 and later.
|
Run phpstan:
src/PhpWord/Writer/Word2007/Part/Chart.php#L391
Parameter #3 $value of method PhpOffice\PhpWord\Shared\XMLWriter::writeElementBlock() expects string|null, float|int<min, -1>|int<1, max> given.
|
Run phpstan:
src/PhpWord/Writer/Word2007/Part/Chart.php#L394
Parameter #3 $value of method PhpOffice\PhpWord\Shared\XMLWriter::writeElementBlock() expects string|null, float|int<min, -1>|int<1, max> given.
|
Loading