PHPOffice/PHPPresentation

View on GitHub
src/PhpPresentation/Shape/Chart/Axis.php

Summary

Maintainability
B
5 hrs
Test Coverage
A
100%

Axis has 40 functions (exceeds 20 allowed). Consider refactoring.
Open

class Axis implements ComparableInterface
{
    public const AXIS_X = 'x';
    public const AXIS_Y = 'y';

Severity: Minor
Found in src/PhpPresentation/Shape/Chart/Axis.php - About 5 hrs to fix

    There are no issues that match your filters.

    Category
    Status