YetiForceCompany/YetiForcePDF

View on GitHub
lib/Catalog.php

Summary

Maintainability
A
0 mins
Test Coverage

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

     * @var string
Severity: Minor
Found in lib/Catalog.php by phpcodesniffer

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

    /**
Severity: Minor
Found in lib/Catalog.php by phpcodesniffer

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

    /**
Severity: Minor
Found in lib/Catalog.php by phpcodesniffer

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

     *
Severity: Minor
Found in lib/Catalog.php by phpcodesniffer

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

     */
Severity: Minor
Found in lib/Catalog.php by phpcodesniffer

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

    }
Severity: Minor
Found in lib/Catalog.php by phpcodesniffer

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

     * {@inheritdoc}
Severity: Minor
Found in lib/Catalog.php by phpcodesniffer

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

    protected $dictionaryType = 'Catalog';
Severity: Minor
Found in lib/Catalog.php by phpcodesniffer

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

    protected $name = 'Catalog';
Severity: Minor
Found in lib/Catalog.php by phpcodesniffer

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

     * Children elements.
Severity: Minor
Found in lib/Catalog.php by phpcodesniffer

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

     */
Severity: Minor
Found in lib/Catalog.php by phpcodesniffer

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

     * Object name.
Severity: Minor
Found in lib/Catalog.php by phpcodesniffer

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

     * @var \YetiForcePDF\Objects\PdfObject[]
Severity: Minor
Found in lib/Catalog.php by phpcodesniffer

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

    protected $children = [];
Severity: Minor
Found in lib/Catalog.php by phpcodesniffer

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

    public function render(): string
Severity: Minor
Found in lib/Catalog.php by phpcodesniffer

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

    {
Severity: Minor
Found in lib/Catalog.php by phpcodesniffer

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

     *
Severity: Minor
Found in lib/Catalog.php by phpcodesniffer

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

    /**
Severity: Minor
Found in lib/Catalog.php by phpcodesniffer

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

        ]);
Severity: Minor
Found in lib/Catalog.php by phpcodesniffer

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

            '<</Type /Catalog/Pages ' . $this->document->getPagesObject()->getReference() . '>>',
Severity: Minor
Found in lib/Catalog.php by phpcodesniffer

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

            'endobj',
Severity: Minor
Found in lib/Catalog.php by phpcodesniffer

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

    /**
Severity: Minor
Found in lib/Catalog.php by phpcodesniffer

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

     */
Severity: Minor
Found in lib/Catalog.php by phpcodesniffer

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

     */
Severity: Minor
Found in lib/Catalog.php by phpcodesniffer

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

     * {@inheritdoc}
Severity: Minor
Found in lib/Catalog.php by phpcodesniffer

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

        return implode("\n", [
Severity: Minor
Found in lib/Catalog.php by phpcodesniffer

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

            $this->getRawId() . ' obj',
Severity: Minor
Found in lib/Catalog.php by phpcodesniffer

There are no issues that match your filters.

Category
Status