Passed
Pull Request — master (#304)
by Tim
02:17
created
bin/encryptedattribute.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,6 +21,6 @@
 block discarded – undo
21 21
     PEMCertificatesMock::getPublicKey(PEMCertificatesMock::PUBLIC_KEY)
22 22
 );
23 23
 $attribute = new Attribute('urn:encrypted:attribute', null, null, [new AttributeValue('very secret data')]);
24
-$encAttribute= new EncryptedAttribute($attribute->encrypt($encryptor));
24
+$encAttribute = new EncryptedAttribute($attribute->encrypt($encryptor));
25 25
 
26 26
 echo $encAttribute->toXML()->ownerDocument->saveXML();
Please login to merge, or discard this patch.