Completed
Push — master ( 846cba...bacad2 )
by Thijs
06:54
created
src/SAML2/SignedElementHelper.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -176,8 +176,8 @@
 block discarded – undo
176 176
         foreach ($this->certificates as $cert) {
177 177
 
178 178
             /* Construct a PEM formatted certificate */
179
-            $pemCert = "-----BEGIN CERTIFICATE-----\n" .
180
-                chunk_split($cert, 64) .
179
+            $pemCert = "-----BEGIN CERTIFICATE-----\n".
180
+                chunk_split($cert, 64).
181 181
                 "-----END CERTIFICATE-----\n";
182 182
 
183 183
             /* Extract the public key from the certificate for validation. */
Please login to merge, or discard this patch.