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
(new DkimOptions())->algorithm(DkimSigner::ALGO_SHA256)
causes error because method algorithm has "int" als datatype but DkimSigner::ALGO_SHA256 is of type string
How to reproduce
(new DkimOptions())->algorithm(DkimSigner::ALGO_SHA256)