Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8661379

Browse filesBrowse files
committed
[Mime] Remove unused var
1 parent fe61dd5 commit 8661379
Copy full SHA for 8661379

File tree

Expand file treeCollapse file tree

1 file changed

+0
-6
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-6
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Mime/Crypto/SMimeSigner.php
-6Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@ final class SMimeSigner extends SMime
2424
private $signOptions;
2525
private $extraCerts;
2626

27-
/**
28-
* @var string|null
29-
*/
30-
private $privateKeyPassphrase;
31-
3227
/**
3328
* @param string $certificate The path of the file containing the signing certificate (in PEM format)
3429
* @param string $privateKey The path of the file containing the private key (in PEM format)
@@ -52,7 +47,6 @@ public function __construct(string $certificate, string $privateKey, string $pri
5247

5348
$this->signOptions = $signOptions ?? PKCS7_DETACHED;
5449
$this->extraCerts = $extraCerts ? realpath($extraCerts) : null;
55-
$this->privateKeyPassphrase = $privateKeyPassphrase;
5650
}
5751

5852
public function sign(Message $message): Message

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.