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
if ($contentEncryptionAlgorithmManager !== null) {
58
+
trigger_deprecation(
59
+
'web-token/jwt-library',
60
+
'3.3.0',
61
+
'The parameter "$contentEncryptionAlgorithmManager" is deprecated and will be removed in 4.0.0. Please set all algorithms in the first argument and set "null" instead.'
if ($contentEncryptionAlgorithmManager !== null) {
37
+
trigger_deprecation(
38
+
'web-token/jwt-library',
39
+
'3.3.0',
40
+
'The parameter "$contentEncryptionAlgorithmManager" is deprecated and will be removed in 4.0.0. Please set all algorithms in the first argument and set "null" instead.'
0 commit comments