@@ -261,7 +261,7 @@ |
||
| 261 | 261 | private static function addSign( |
| 262 | 262 | Configuration $srcMetadata, |
| 263 | 263 | Configuration $dstMetadata, |
| 264 | - SignableElementInterface &$element, |
|
| 264 | + SignableElementInterface&$element, |
|
| 265 | 265 | ): void { |
| 266 | 266 | $dstPrivateKey = $dstMetadata->getOptionalString('signature.privatekey', null); |
| 267 | 267 | $cryptoUtils = new Utils\Crypto(); |