PHPOffice/PHPPresentation

View on GitHub
samples/Sample_11_Shape.php

Summary

Maintainability
A
1 hr
Test Coverage

Method fnSlideRichTextLineSpacing has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function fnSlideRichTextLineSpacing(PhpPresentation $objPHPPresentation): void
{
    // Create templated slide
    echo date('H:i:s') . ' Create templated slide' . EOL;
    $currentSlide = createTemplatedSlide($objPHPPresentation);
Severity: Minor
Found in samples/Sample_11_Shape.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status