MAXakaWIZARD/xls-writer

View on GitHub
src/Record/ObjPicture.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function getData($objectId, Range $area, Margin $margin)
    {
        $objCount = 0x01; // Count of objects in file (set to 1)
        $grbit = 0x0614; // Option flags
        $data = pack("Vv3", $objCount, static::TYPE, $objectId, $grbit);
Severity: Minor
Found in src/Record/ObjPicture.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status