Skip to content

[Feature] Can set min and max values for axes. #714

[Feature] Can set min and max values for axes.

[Feature] Can set min and max values for axes. #714

Triggered via pull request February 18, 2025 13:41
Status Failure
Total duration 21m 34s
Artifacts

php.yml

on: pull_request
PHP CS Fixer
37s
PHP CS Fixer
PHP Mess Detector
24s
PHP Mess Detector
Matrix: PHP Static Analysis
Matrix: phpunit
Matrix: Check samples
Fit to window
Zoom out
Zoom in

Annotations

55 errors
PHP Static Analysis (8.3): tests/PhpWordTests/Element/AbstractElementTest.php#L33
Call to an undefined method PhpOffice\PhpWordTests\Element\AbstractElementTest::getMockForAbstractClass().
PHP Static Analysis (8.3): tests/PhpWordTests/Element/AbstractElementTest.php#L44
Call to an undefined method PhpOffice\PhpWordTests\Element\AbstractElementTest::getMockForAbstractClass().
PHP Static Analysis (8.4): tests/PhpWordTests/Element/AbstractElementTest.php#L33
Call to an undefined method PhpOffice\PhpWordTests\Element\AbstractElementTest::getMockForAbstractClass().
PHP Static Analysis (8.3): tests/PhpWordTests/Style/AbstractStyleTest.php#L38
Call to an undefined method PhpOffice\PhpWordTests\Style\AbstractStyleTest::getMockForAbstractClass().
PHP Static Analysis (8.4): tests/PhpWordTests/Element/AbstractElementTest.php#L44
Call to an undefined method PhpOffice\PhpWordTests\Element\AbstractElementTest::getMockForAbstractClass().
PHP Static Analysis (8.3): tests/PhpWordTests/Style/AbstractStyleTest.php#L65
Call to an undefined method PhpOffice\PhpWordTests\Style\AbstractStyleTest::getMockForAbstractClass().
PHP Static Analysis (8.4): tests/PhpWordTests/Style/AbstractStyleTest.php#L38
Call to an undefined method PhpOffice\PhpWordTests\Style\AbstractStyleTest::getMockForAbstractClass().
PHP Static Analysis (8.4): tests/PhpWordTests/Style/AbstractStyleTest.php#L65
Call to an undefined method PhpOffice\PhpWordTests\Style\AbstractStyleTest::getMockForAbstractClass().
PHP Static Analysis (8.3): tests/PhpWordTests/Style/AbstractStyleTest.php#L79
Call to an undefined method PhpOffice\PhpWordTests\Style\AbstractStyleTest::getMockForAbstractClass().
PHP Static Analysis (8.4): tests/PhpWordTests/Style/AbstractStyleTest.php#L79
Call to an undefined method PhpOffice\PhpWordTests\Style\AbstractStyleTest::getMockForAbstractClass().
PHP Static Analysis (8.3): tests/PhpWordTests/Style/AbstractStyleTest.php#L93
Call to an undefined method PhpOffice\PhpWordTests\Style\AbstractStyleTest::getMockForAbstractClass().
PHP Static Analysis (8.4): tests/PhpWordTests/Style/AbstractStyleTest.php#L93
Call to an undefined method PhpOffice\PhpWordTests\Style\AbstractStyleTest::getMockForAbstractClass().
PHP Static Analysis (8.3): tests/PhpWordTests/Writer/EPub3/Part/AbstractPartTest.php#L18
Call to an undefined method PhpOffice\PhpWordTests\Writer\EPub3\Part\AbstractPartTest::getMockForAbstractClass().
PHP Static Analysis (8.4): tests/PhpWordTests/Writer/EPub3/Part/AbstractPartTest.php#L18
Call to an undefined method PhpOffice\PhpWordTests\Writer\EPub3\Part\AbstractPartTest::getMockForAbstractClass().
PHP Static Analysis (8.3): tests/PhpWordTests/Writer/EPub3/Style/AbstractStyleTest.php#L17
Call to an undefined method PhpOffice\PhpWordTests\Writer\EPub3\Style\AbstractStyleTest::getMockForAbstractClass().
PHP Static Analysis (8.4): tests/PhpWordTests/Writer/EPub3/Style/AbstractStyleTest.php#L17
Call to an undefined method PhpOffice\PhpWordTests\Writer\EPub3\Style\AbstractStyleTest::getMockForAbstractClass().
PHP Static Analysis (8.4): tests/PhpWordTests/Writer/ODText/Part/AbstractPartTest.php#L37
Call to an undefined method PhpOffice\PhpWordTests\Writer\ODText\Part\AbstractPartTest::getMockForAbstractClass().
PHP Static Analysis (8.3): tests/PhpWordTests/Writer/ODText/Part/AbstractPartTest.php#L37
Call to an undefined method PhpOffice\PhpWordTests\Writer\ODText\Part\AbstractPartTest::getMockForAbstractClass().
PHP Static Analysis (8.3): tests/PhpWordTests/Writer/ODText/Part/AbstractPartTest.php#L49
Call to an undefined method PhpOffice\PhpWordTests\Writer\ODText\Part\AbstractPartTest::getMockForAbstractClass().
PHP Static Analysis (8.4): tests/PhpWordTests/Writer/ODText/Part/AbstractPartTest.php#L49
Call to an undefined method PhpOffice\PhpWordTests\Writer\ODText\Part\AbstractPartTest::getMockForAbstractClass().
PHP Static Analysis (7.4): src/PhpWord/Style/Chart.php#L583
Method PhpOffice\PhpWord\Style\Chart::minY() uses native union types but they're supported only on PHP 8.0 and later.
PHP Static Analysis (7.4): src/PhpWord/Style/Chart.php#L588
Method PhpOffice\PhpWord\Style\Chart::setMinY() uses native union types but they're supported only on PHP 8.0 and later.
PHP Static Analysis (7.4): src/PhpWord/Style/Chart.php#L593
Method PhpOffice\PhpWord\Style\Chart::minX() uses native union types but they're supported only on PHP 8.0 and later.
PHP Static Analysis (7.4): src/PhpWord/Style/Chart.php#L598
Method PhpOffice\PhpWord\Style\Chart::setMinX() uses native union types but they're supported only on PHP 8.0 and later.
PHP Static Analysis (7.4): src/PhpWord/Style/Chart.php#L603
Method PhpOffice\PhpWord\Style\Chart::maxY() uses native union types but they're supported only on PHP 8.0 and later.
PHP Static Analysis (7.4): src/PhpWord/Style/Chart.php#L608
Method PhpOffice\PhpWord\Style\Chart::setMaxY() uses native union types but they're supported only on PHP 8.0 and later.
PHP Static Analysis (7.4): src/PhpWord/Style/Chart.php#L613
Method PhpOffice\PhpWord\Style\Chart::maxX() uses native union types but they're supported only on PHP 8.0 and later.
PHP Static Analysis (7.4): src/PhpWord/Style/Chart.php#L618
Method PhpOffice\PhpWord\Style\Chart::setMaxX() uses native union types but they're supported only on PHP 8.0 and later.
PHP Static Analysis (7.4)
Process completed with exit code 1.
PHP Static Analysis (7.2): src/PhpWord/Style/Chart.php#L583
Method PhpOffice\PhpWord\Style\Chart::minY() uses native union types but they're supported only on PHP 8.0 and later.
PHP Static Analysis (7.2): src/PhpWord/Style/Chart.php#L588
Method PhpOffice\PhpWord\Style\Chart::setMinY() uses native union types but they're supported only on PHP 8.0 and later.
PHP Static Analysis (7.2): src/PhpWord/Style/Chart.php#L593
Method PhpOffice\PhpWord\Style\Chart::minX() uses native union types but they're supported only on PHP 8.0 and later.
PHP Static Analysis (7.2): src/PhpWord/Style/Chart.php#L598
Method PhpOffice\PhpWord\Style\Chart::setMinX() uses native union types but they're supported only on PHP 8.0 and later.
PHP Static Analysis (7.2): src/PhpWord/Style/Chart.php#L603
Method PhpOffice\PhpWord\Style\Chart::maxY() uses native union types but they're supported only on PHP 8.0 and later.
PHP Static Analysis (7.2): src/PhpWord/Style/Chart.php#L608
Method PhpOffice\PhpWord\Style\Chart::setMaxY() uses native union types but they're supported only on PHP 8.0 and later.
PHP Static Analysis (7.2): src/PhpWord/Style/Chart.php#L613
Method PhpOffice\PhpWord\Style\Chart::maxX() uses native union types but they're supported only on PHP 8.0 and later.
PHP Static Analysis (7.2): src/PhpWord/Style/Chart.php#L618
Method PhpOffice\PhpWord\Style\Chart::setMaxX() uses native union types but they're supported only on PHP 8.0 and later.
PHP Static Analysis (7.2)
Process completed with exit code 1.
PHP Static Analysis (7.3): src/PhpWord/Style/Chart.php#L583
Method PhpOffice\PhpWord\Style\Chart::minY() uses native union types but they're supported only on PHP 8.0 and later.
PHP Static Analysis (7.3): src/PhpWord/Style/Chart.php#L588
Method PhpOffice\PhpWord\Style\Chart::setMinY() uses native union types but they're supported only on PHP 8.0 and later.
PHP Static Analysis (7.3): src/PhpWord/Style/Chart.php#L593
Method PhpOffice\PhpWord\Style\Chart::minX() uses native union types but they're supported only on PHP 8.0 and later.
PHP Static Analysis (7.3): src/PhpWord/Style/Chart.php#L598
Method PhpOffice\PhpWord\Style\Chart::setMinX() uses native union types but they're supported only on PHP 8.0 and later.
PHP Static Analysis (7.3): src/PhpWord/Style/Chart.php#L603
Method PhpOffice\PhpWord\Style\Chart::maxY() uses native union types but they're supported only on PHP 8.0 and later.
PHP Static Analysis (7.3): src/PhpWord/Style/Chart.php#L608
Method PhpOffice\PhpWord\Style\Chart::setMaxY() uses native union types but they're supported only on PHP 8.0 and later.
PHP Static Analysis (7.3): src/PhpWord/Style/Chart.php#L613
Method PhpOffice\PhpWord\Style\Chart::maxX() uses native union types but they're supported only on PHP 8.0 and later.
PHP Static Analysis (7.3): src/PhpWord/Style/Chart.php#L618
Method PhpOffice\PhpWord\Style\Chart::setMaxX() uses native union types but they're supported only on PHP 8.0 and later.
PHP Static Analysis (7.3)
Process completed with exit code 1.
Check samples (7.4)
Process completed with exit code 255.
Check samples (7.3)
Process completed with exit code 255.
Check samples (7.1)
Process completed with exit code 255.
PHPUnit 7.4
Process completed with exit code 2.
Check samples (7.2)
Process completed with exit code 255.
PHPUnit 7.1
Process completed with exit code 2.
PHPUnit 7.2
Process completed with exit code 2.
PHPUnit 7.3
Process completed with exit code 2.