Eloquent\Phony\Mock\Exception\InvalidTypeException::type PHP Метод

type() публичный Метод

Get the type.
public type ( ) : mixed
Результат mixed The type.
    public function type()
    {
        return $this->type;
    }
InvalidTypeException