PHPOffice/PHPPresentation

View on GitHub
src/PhpPresentation/Shape/RichText/Paragraph.php

Summary

Maintainability
A
3 hrs
Test Coverage
A
100%

Paragraph has 27 functions (exceeds 20 allowed). Consider refactoring.
Open

class Paragraph implements ComparableInterface
{
    public const LINE_SPACING_MODE_PERCENT = 'percent';
    public const LINE_SPACING_MODE_POINT = 'point';

Severity: Minor
Found in src/PhpPresentation/Shape/RichText/Paragraph.php - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status