[Feature] Can set min and max values for axes. #715
Annotations
10 errors
Run phpstan:
src/PhpWord/Style/Chart.php#L583
Method PhpOffice\PhpWord\Style\Chart::minY() has no return type specified.
|
Run phpstan:
src/PhpWord/Style/Chart.php#L588
Method PhpOffice\PhpWord\Style\Chart::setMinY() has parameter $minY with no type specified.
|
Run phpstan:
src/PhpWord/Style/Chart.php#L593
Method PhpOffice\PhpWord\Style\Chart::minX() has no return type specified.
|
Run phpstan:
src/PhpWord/Style/Chart.php#L598
Method PhpOffice\PhpWord\Style\Chart::setMinX() has no return type specified.
|
Run phpstan:
src/PhpWord/Style/Chart.php#L598
Method PhpOffice\PhpWord\Style\Chart::setMinX() has parameter $minX with no type specified.
|
Run phpstan:
src/PhpWord/Style/Chart.php#L603
Method PhpOffice\PhpWord\Style\Chart::maxY() has no return type specified.
|
Run phpstan:
src/PhpWord/Style/Chart.php#L608
Method PhpOffice\PhpWord\Style\Chart::setMaxY() has parameter $maxY with no type specified.
|
Run phpstan:
src/PhpWord/Style/Chart.php#L613
Method PhpOffice\PhpWord\Style\Chart::maxX() has no return type specified.
|
Run phpstan:
src/PhpWord/Style/Chart.php#L618
Method PhpOffice\PhpWord\Style\Chart::setMaxX() has parameter $maxX with no type specified.
|
Run phpstan:
tests/PhpWordTests/Element/AbstractElementTest.php#L33
Call to an undefined method PhpOffice\PhpWordTests\Element\AbstractElementTest::getMockForAbstractClass().
|
Loading