YetiForceCompany/YetiForcePDF

View on GitHub
lib/Pages.php

Summary

Maintainability
A
0 mins
Test Coverage

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

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

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

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

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

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

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

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

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

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

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

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

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

    public function addProcSet(Objects\Basic\ArrayObject $procSet)
Severity: Minor
Found in lib/Pages.php by phpcodesniffer

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

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

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

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

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

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

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

     * Add proc set.
Severity: Minor
Found in lib/Pages.php by phpcodesniffer

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

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

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

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

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

        foreach ($this->children as $child) {
Severity: Minor
Found in lib/Pages.php by phpcodesniffer

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

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

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

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

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

        $this->procSet = $procSet;
Severity: Minor
Found in lib/Pages.php by phpcodesniffer

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

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

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

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

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

     * @param \YetiForcePDF\Objects\Basic\ArrayObject $procSet
Severity: Minor
Found in lib/Pages.php by phpcodesniffer

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

     * @return $this
Severity: Minor
Found in lib/Pages.php by phpcodesniffer

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

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

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

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

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

            ->addValue('Count', (string) \count($kids))
Severity: Minor
Found in lib/Pages.php by phpcodesniffer

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

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

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

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

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

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

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

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

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

        return $this;
Severity: Minor
Found in lib/Pages.php by phpcodesniffer

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

            ->addValue('Type', '/Pages')
Severity: Minor
Found in lib/Pages.php by phpcodesniffer

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

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

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

            $this->addValue('ProcSet', $this->procSet->getReference());
Severity: Minor
Found in lib/Pages.php by phpcodesniffer

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

     * Proc Set.
Severity: Minor
Found in lib/Pages.php by phpcodesniffer

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

        return parent::render();
Severity: Minor
Found in lib/Pages.php by phpcodesniffer

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

        $kids = [];
Severity: Minor
Found in lib/Pages.php by phpcodesniffer

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

        if ($this->procSet) {
Severity: Minor
Found in lib/Pages.php by phpcodesniffer

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

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

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

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

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

            $kids[] = $child->getReference();
Severity: Minor
Found in lib/Pages.php by phpcodesniffer

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

            ->addValue('Kids', '[' . implode("\n    ", $kids) . ']');
Severity: Minor
Found in lib/Pages.php by phpcodesniffer

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

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

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

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

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

     * @var \YetiForcePDF\Objects\Basic\ArrayObject
Severity: Minor
Found in lib/Pages.php by phpcodesniffer

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

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

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

    protected $procSet;
Severity: Minor
Found in lib/Pages.php by phpcodesniffer

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

        $this->clearValues()
Severity: Minor
Found in lib/Pages.php by phpcodesniffer

There are no issues that match your filters.

Category
Status