@@ -62,11 +62,11 @@ |
||
62 | 62 | */ |
63 | 63 | private $encryptionKey; |
64 | 64 | |
65 | - /** |
|
66 | - * The earliest time this assertion is valid, as an UNIX timestamp. |
|
67 | - * |
|
68 | - * @var int |
|
69 | - */ |
|
65 | + /** |
|
66 | + * The earliest time this assertion is valid, as an UNIX timestamp. |
|
67 | + * |
|
68 | + * @var int |
|
69 | + */ |
|
70 | 70 | private $notBefore; |
71 | 71 | |
72 | 72 | /** |
@@ -63,7 +63,7 @@ |
||
63 | 63 | CertificateProvider $configuration |
64 | 64 | ) : bool { |
65 | 65 | $logger = $this->logger; |
66 | - $pemCandidates = $this->configuredKeys->filter(function (Key $key) use ($logger) { |
|
66 | + $pemCandidates = $this->configuredKeys->filter(function(Key $key) use ($logger) { |
|
67 | 67 | if (!$key instanceof X509) { |
68 | 68 | $logger->debug(sprintf('Skipping unknown key type: "%s"', $key['type'])); |
69 | 69 | return false; |