YetiForceCompany/YetiForcePDF

View on GitHub
lib/Base.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/Base.php by phpcodesniffer

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

     * @param array $args - associative array of values - might be helpful
Severity: Minor
Found in lib/Base.php by phpcodesniffer

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

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

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

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

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

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

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

     * Get document.
Severity: Minor
Found in lib/Base.php by phpcodesniffer

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

     * Set document.
Severity: Minor
Found in lib/Base.php by phpcodesniffer

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

    public function getDocument(): Document
Severity: Minor
Found in lib/Base.php by phpcodesniffer

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

        return $this->document;
Severity: Minor
Found in lib/Base.php by phpcodesniffer

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

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

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

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

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

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

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

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

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

     * @var \YetiForcePDF\Document
Severity: Minor
Found in lib/Base.php by phpcodesniffer

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

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

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

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

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

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

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

     * Initialisation instead of constructor.
Severity: Minor
Found in lib/Base.php by phpcodesniffer

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

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

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

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

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

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

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

    public function setDocument(Document $document)
Severity: Minor
Found in lib/Base.php by phpcodesniffer

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

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

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

     * @return \YetiForcePDF\Document
Severity: Minor
Found in lib/Base.php by phpcodesniffer

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

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

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

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

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

    protected $document;
Severity: Minor
Found in lib/Base.php by phpcodesniffer

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

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

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

     * @param \YetiForcePDF\Document $document
Severity: Minor
Found in lib/Base.php by phpcodesniffer

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

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

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

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

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

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

There are no issues that match your filters.

Category
Status