YetiForceCompany/YetiForceCRM

View on GitHub
app/Conditions/RecordTraits/ComparisonField.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%

Call to undeclared method \App\Conditions\RecordTraits\ComparisonField::getValueFromSource
Open

        return $this->getValue() >= $this->getValueFromSource();

Call to undeclared method \App\Conditions\RecordTraits\ComparisonField::getValueFromSource
Open

        return $this->getValue() > $this->getValueFromSource();

Call to undeclared method \App\Conditions\RecordTraits\ComparisonField::getValueFromSource
Open

        return $this->getValue() <= $this->getValueFromSource();

Call to undeclared method \App\Conditions\RecordTraits\ComparisonField::getValueFromSource
Open

        return $this->getValue() < $this->getValueFromSource();

Call to undeclared method \App\Conditions\RecordTraits\ComparisonField::getValue
Open

        return $this->getValue() < $this->getValueFromSource();

Call to undeclared method \App\Conditions\RecordTraits\ComparisonField::getValue
Open

        return $this->getValue() >= $this->getValueFromSource();

Call to undeclared method \App\Conditions\RecordTraits\ComparisonField::getValue
Open

        return $this->getValue() > $this->getValueFromSource();

Call to undeclared method \App\Conditions\RecordTraits\ComparisonField::getValue
Open

        return $this->getValue() <= $this->getValueFromSource();

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

     * Less than field operator.

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 $this->getValue() < $this->getValueFromSource();

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

    public function operatorMf(): bool

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 than field operator.

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

     * Less than field or equal operator.

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

        return $this->getValue() >= $this->getValueFromSource();

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

    public function operatorLf(): bool

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 $this->getValue() > $this->getValueFromSource();

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

     * Greater than field or equal operator.

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

    public function operatorGf(): bool

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 $this->getValue() <= $this->getValueFromSource();

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 bool

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

    }

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

     * @return bool

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

    public function operatorHf(): bool

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 bool

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

     * @return bool

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

    {

There are no issues that match your filters.

Category
Status