YetiForceCompany/YetiForcePDF

View on GitHub
examples/ColSpan.php

Summary

Maintainability
A
0 mins
Test Coverage

Spaces must be used to indent lines; tabs are not allowed
Open

    $pdfFile = $document->render();
Severity: Minor
Found in examples/ColSpan.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

    $document = (new YetiForcePDF\Document())->init();
Severity: Minor
Found in examples/ColSpan.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

    file_put_contents($file . '.pdf', $pdfFile);
Severity: Minor
Found in examples/ColSpan.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

    $document->loadHtml(file_get_contents($file . '.html'));
Severity: Minor
Found in examples/ColSpan.php by phpcodesniffer

There are no issues that match your filters.

Category
Status