app/Conditions/RecordTraits/Comparison.php
Reference to undeclared property \App\Conditions\RecordTraits\Comparison->value
Open
Open
return $this->getValue() > $this->value;
- Exclude checks
Reference to undeclared property \App\Conditions\RecordTraits\Comparison->value
Open
Open
return $this->getValue() < $this->value;
- Exclude checks
Call to undeclared method \App\Conditions\RecordTraits\Comparison::getValue
Open
Open
return $this->getValue() >= $this->value;
- Exclude checks
Call to undeclared method \App\Conditions\RecordTraits\Comparison::getValue
Open
Open
return $this->getValue() > $this->value;
- Exclude checks
Reference to undeclared property \App\Conditions\RecordTraits\Comparison->value
Open
Open
return $this->getValue() <= $this->value;
- Exclude checks
Call to undeclared method \App\Conditions\RecordTraits\Comparison::getValue
Open
Open
return $this->getValue() <= $this->value;
- Exclude checks
Reference to undeclared property \App\Conditions\RecordTraits\Comparison->value
Open
Open
return $this->getValue() >= $this->value;
- Exclude checks
Call to undeclared method \App\Conditions\RecordTraits\Comparison::getValue
Open
Open
return $this->getValue() < $this->value;
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
* @return bool
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
/**
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
*/
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
{
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
}
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
return $this->getValue() <= $this->value;
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
* @return bool
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
*
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
}
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
/**
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
public function operatorL(): bool
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
* Less than operator.
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
{
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
*/
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
*
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
* @return bool
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
/**
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
* Greater than operator.
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
{
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
*
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
*/
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
public function operatorH(): bool
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
return $this->getValue() >= $this->value;
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
*
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
{
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
return $this->getValue() < $this->value;
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
}
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
public function operatorM(): bool
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
}
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
* @return bool
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
public function operatorG(): bool
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
* Less than or equal to operator.
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
*/
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
return $this->getValue() > $this->value;
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
/**
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
* Greater than or equal to operator.
- Exclude checks