rule('accepted', $condition); return $this; } public function declined(bool | Closure $condition = true): static { $this->rule('declined', $condition); return $this; } }