YetiForceCompany/YetiForceCRM

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

Summary

Maintainability
A
0 mins
Test Coverage
F
0%

Reference to undeclared property \App\Conditions\RecordTraits\Comparison->value
Open

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

Reference to undeclared property \App\Conditions\RecordTraits\Comparison->value
Open

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

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

        return $this->getValue() >= $this->value;
Severity: Critical
Found in app/Conditions/RecordTraits/Comparison.php by phan

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

        return $this->getValue() > $this->value;
Severity: Critical
Found in app/Conditions/RecordTraits/Comparison.php by phan

Reference to undeclared property \App\Conditions\RecordTraits\Comparison->value
Open

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

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

        return $this->getValue() <= $this->value;
Severity: Critical
Found in app/Conditions/RecordTraits/Comparison.php by phan

Reference to undeclared property \App\Conditions\RecordTraits\Comparison->value
Open

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

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

        return $this->getValue() < $this->value;
Severity: Critical
Found in app/Conditions/RecordTraits/Comparison.php by phan

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

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

    public function operatorL(): bool

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

     * Less than 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

     *

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

     * Greater than 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

     */

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

    public function operatorH(): bool

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

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

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->value;

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(): 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

     * @return bool

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

    public function operatorG(): bool

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

     * Less than or equal to 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

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

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 or equal to operator.

There are no issues that match your filters.

Category
Status