PHPOffice/PHPPresentation

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

Summary

Maintainability
A
2 hrs
Test Coverage
A
100%

Legend has 24 functions (exceeds 20 allowed). Consider refactoring.
Open

class Legend implements ComparableInterface
{
    /** Legend positions */
    public const POSITION_BOTTOM = 'b';
    public const POSITION_LEFT = 'l';
Severity: Minor
Found in src/PhpPresentation/Shape/Chart/Legend.php - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status