PHPOffice/PHPPresentation

View on GitHub
src/PhpPresentation/Style/Alignment.php

Summary

Maintainability
A
2 hrs
Test Coverage
A
100%

Alignment has 23 functions (exceeds 20 allowed). Consider refactoring.
Open

class Alignment implements ComparableInterface
{
    // Horizontal alignment
    public const HORIZONTAL_GENERAL = 'l';
    public const HORIZONTAL_LEFT = 'l';
Severity: Minor
Found in src/PhpPresentation/Style/Alignment.php - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status