YetiForceCompany/YetiForcePDF

View on GitHub
lib/Objects/GraphicState.php

Summary

Maintainability
A
0 mins
Test Coverage

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

    protected $resourceType = 'ExtGState';
Severity: Minor
Found in lib/Objects/GraphicState.php by phpcodesniffer

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

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

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

        $this->addValue('SA', 'true');
Severity: Minor
Found in lib/Objects/GraphicState.php by phpcodesniffer

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

     * Get number.
Severity: Minor
Found in lib/Objects/GraphicState.php by phpcodesniffer

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

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

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

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

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

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

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

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

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

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

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

        return $this->number;
Severity: Minor
Found in lib/Objects/GraphicState.php by phpcodesniffer

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

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

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

        $this->document->getCurrentPage()->addResource($this->resourceType, $this->number, $this);
Severity: Minor
Found in lib/Objects/GraphicState.php by phpcodesniffer

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        $this->number = 'GS' . $this->document->getActualGraphicStateId();
Severity: Minor
Found in lib/Objects/GraphicState.php by phpcodesniffer

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

        $this->addValue('Type', '/ExtGState');
Severity: Minor
Found in lib/Objects/GraphicState.php by phpcodesniffer

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

    protected $number = 'GS1';
Severity: Minor
Found in lib/Objects/GraphicState.php by phpcodesniffer

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

        parent::init();
Severity: Minor
Found in lib/Objects/GraphicState.php by phpcodesniffer

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

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

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

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

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

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

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

     * Graphic state number.
Severity: Minor
Found in lib/Objects/GraphicState.php by phpcodesniffer

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

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

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

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

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

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

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

     * @return string
Severity: Minor
Found in lib/Objects/GraphicState.php by phpcodesniffer

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

    public function getNumber()
Severity: Minor
Found in lib/Objects/GraphicState.php by phpcodesniffer

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

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

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

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

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

    public function init()
Severity: Minor
Found in lib/Objects/GraphicState.php by phpcodesniffer

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

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

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

     * Which type of dictionary (Page, Catalog, Font etc...).
Severity: Minor
Found in lib/Objects/GraphicState.php by phpcodesniffer

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

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

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

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

There are no issues that match your filters.

Category
Status