Skip to content

Commit e70ce39

Browse files
committed
Fixed a PHPdoc annotation
1 parent 69bd8be commit e70ce39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Mime/Crypto/SMimeSigner.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ final class SMimeSigner extends SMime
3333
* @param string $certificate The path of the file containing the signing certificate (in PEM format)
3434
* @param string $privateKey The path of the file containing the private key (in PEM format)
3535
* @param string|null $privateKeyPassphrase A passphrase of the private key (if any)
36-
* @param string $extraCerts The path of the file containing intermediate certificates (in PEM format) needed by the signing certificate
36+
* @param string|null $extraCerts The path of the file containing intermediate certificates (in PEM format) needed by the signing certificate
3737
* @param int $signOptions Bitwise operator options for openssl_pkcs7_sign() (@see https://secure.php.net/manual/en/openssl.pkcs7.flags.php)
3838
*/
3939
public function __construct(string $certificate, string $privateKey, ?string $privateKeyPassphrase = null, ?string $extraCerts = null, int $signOptions = PKCS7_DETACHED)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy