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
* 6.4:
Fix php.net links
[DoctrineBridge] Restore compatibility with Doctrine ODM by validating $class object type
[FrameworkBundle] Add functional tests for the `ContainerLintCommand` command
Fix precision loss when rounding large integers in `NumberToLocalizedStringTransformer`
Copy file name to clipboardExpand all lines: Crypto/SMimeEncrypter.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ final class SMimeEncrypter extends SMime
24
24
25
25
/**
26
26
* @param string|string[] $certificate The path (or array of paths) of the file(s) containing the X.509 certificate(s)
27
-
* @param int|null $cipher A set of algorithms used to encrypt the message. Must be one of these PHP constants: https://www.php.net/manual/en/openssl.ciphers.php
27
+
* @param int|null $cipher A set of algorithms used to encrypt the message. Must be one of these PHP constants: https://php.net/openssl.ciphers
0 commit comments