MAXakaWIZARD/xls-writer

View on GitHub
src/Record/Font.php

Summary

Maintainability
A
1 hr
Test Coverage

Method getData has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function getData(XlsFont $font)
    {
        $dyHeight = $font->getSize() * 20; // Height of font (1/20 of a point)
        $icv = $font->getColor(); // Index to color palette
        $bls = $font->getBold(); // Bold style
Severity: Minor
Found in src/Record/Font.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status