Eloquent\Phony\Mock\Exception\InvalidTypeException::type PHP Method

type() public method

Get the type.
public type ( ) : mixed
return mixed The type.
    public function type()
    {
        return $this->type;
    }
InvalidTypeException