Eloquent\Phony\Verification\AbstractCardinalityVerifier::thrice PHP Method

thrice() public method

Requires that the next verification matches exactly three times.
public thrice ( )
    public function thrice()
    {
        $this->cardinality = new Cardinality(3, 3);
        return $this;
    }