YetiForceCompany/YetiForceCRM

View on GitHub
app/Conditions/QueryTraits/Comparison.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%

Call to undeclared method \App\Conditions\QueryTraits\Comparison::getValue
Open

        return ['>', $this->getColumnName(), $this->getValue()];
Severity: Critical
Found in app/Conditions/QueryTraits/Comparison.php by phan

Call to undeclared method \App\Conditions\QueryTraits\Comparison::getValue
Open

        return ['<', $this->getColumnName(), $this->getValue()];
Severity: Critical
Found in app/Conditions/QueryTraits/Comparison.php by phan

Call to undeclared method \App\Conditions\QueryTraits\Comparison::getColumnName
Open

        return ['>', $this->getColumnName(), $this->getValue()];
Severity: Critical
Found in app/Conditions/QueryTraits/Comparison.php by phan

Call to undeclared method \App\Conditions\QueryTraits\Comparison::getValue
Open

        return ['<=', $this->getColumnName(), $this->getValue()];
Severity: Critical
Found in app/Conditions/QueryTraits/Comparison.php by phan

Call to undeclared method \App\Conditions\QueryTraits\Comparison::getColumnName
Open

        return ['>=', $this->getColumnName(), $this->getValue()];
Severity: Critical
Found in app/Conditions/QueryTraits/Comparison.php by phan

Call to undeclared method \App\Conditions\QueryTraits\Comparison::getColumnName
Open

        return ['<=', $this->getColumnName(), $this->getValue()];
Severity: Critical
Found in app/Conditions/QueryTraits/Comparison.php by phan

Call to undeclared method \App\Conditions\QueryTraits\Comparison::getValue
Open

        return ['>=', $this->getColumnName(), $this->getValue()];
Severity: Critical
Found in app/Conditions/QueryTraits/Comparison.php by phan

Call to undeclared method \App\Conditions\QueryTraits\Comparison::getColumnName
Open

        return ['<', $this->getColumnName(), $this->getValue()];
Severity: Critical
Found in app/Conditions/QueryTraits/Comparison.php by phan

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

     *

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

    {

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

     * @return array

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

    /**

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

    /**

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

     */

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

     * Greater or equal operator.

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

        return ['>=', $this->getColumnName(), $this->getValue()];

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

    }

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

     * Greater operator.

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

    public function operatorG(): array

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

    /**

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

    public function operatorH(): array

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

    }

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

     * @return array

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

     */

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

    {

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

     * @return array

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

     */

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

     *

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

     */

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

    public function operatorM(): array

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

        return ['<=', $this->getColumnName(), $this->getValue()];

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

    }

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

    }

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

    {

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

     * Lower operator.

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

     * @return array

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

    {

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

        return ['>', $this->getColumnName(), $this->getValue()];

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

    /**

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

     * Lower or equal operator.

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

    public function operatorL(): array

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

        return ['<', $this->getColumnName(), $this->getValue()];

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

     *

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

     *

There are no issues that match your filters.

Category
Status