PHPOffice/PHPPresentation

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

Summary

Maintainability
C
1 day
Test Coverage
A
100%

RichText has 48 functions (exceeds 20 allowed). Consider refactoring.
Open

class RichText extends AbstractShape implements ComparableInterface
{
    /** Wrapping */
    public const WRAP_NONE = 'none';
    public const WRAP_SQUARE = 'square';
Severity: Minor
Found in src/PhpPresentation/Shape/RichText.php - About 6 hrs to fix

    File RichText.php has 323 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    <?php
    /**
     * This file is part of PHPPresentation - A pure PHP library for reading and writing
     * presentations documents.
     *
    Severity: Minor
    Found in src/PhpPresentation/Shape/RichText.php - About 3 hrs to fix

      There are no issues that match your filters.

      Category
      Status