In WorkOs::SessionManager here, there's a type signature with T.nilable(T.untyped). Sorbet rejects this:
sorbet/rbi/gems/workos@8.0.1.rbi:23305: T.nilable(T.untyped) is the same as T.untyped https://srb.help/5070
23305 | sig { params(client: WorkOS::Client, encryptor: T.nilable(T.untyped)).void }
^^^^^^^^^^^^^^^^^^^^
In
WorkOs::SessionManagerhere, there's a type signature withT.nilable(T.untyped). Sorbet rejects this: