PHPOffice/PHPPresentation

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

Summary

Maintainability
B
5 hrs
Test Coverage
A
100%

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

class Series implements ComparableInterface
{
    // Label positions
    public const LABEL_BESTFIT = 'bestFit';
    public const LABEL_BOTTOM = 'b';
Severity: Minor
Found in src/PhpPresentation/Shape/Chart/Series.php - About 5 hrs to fix

    There are no issues that match your filters.

    Category
    Status