You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The typespec claims, the function email_reply_to() returns {nil, nil} | true | {String.t, String.t} | String.t, when in fact it returns nil | true | String.t, as far as I understand it.
This is probably not critical, just a minor annoyance in that it throws warnings at me while developing.
The text was updated successfully, but these errors were encountered:
coherence/lib/coherence/config.ex
Line 141 in 956b6b7
The typespec claims, the function
email_reply_to()
returns{nil, nil} | true | {String.t, String.t} | String.t
, when in fact it returnsnil | true | String.t
, as far as I understand it.This is probably not critical, just a minor annoyance in that it throws warnings at me while developing.
The text was updated successfully, but these errors were encountered: