@@ -39,7 +39,7 @@ |
||
| 39 | 39 | { |
| 40 | 40 | $privateKey = (new RSA())->createKey(self::PRIVATE_KEY_BITS)['privatekey']; |
| 41 | 41 | |
| 42 | - $privateKeyInfo = PrivateKeyInfo::fromPEM(PEM::fromString( $privateKey)); |
|
| 42 | + $privateKeyInfo = PrivateKeyInfo::fromPEM(PEM::fromString($privateKey)); |
|
| 43 | 43 | |
| 44 | 44 | $publicKeyInfo = $privateKeyInfo->publicKeyInfo(); |
| 45 | 45 | |