Change max weight
This commit is contained in:
parent
843f16ae0c
commit
d0ab14320c
@ -42,6 +42,6 @@ class BooleanStatus implements ReasonStatusInterface
|
||||
*/
|
||||
public function getWeight(): int
|
||||
{
|
||||
return $this->value ? 0 : 1;
|
||||
return $this->value ? 0 : PHP_INT_MAX;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user