Passed
Push — master ( c6a16b...e7459b )
by Roberto
47s queued 12s
created
src/Exception/SignerException.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -20,13 +20,13 @@
 block discarded – undo
20 20
     public static function digestComparisonFailed()
21 21
     {
22 22
         return new static('O conteúdo do XML não corresponde ao Digest Value. '
23
-           . 'Provavelmente foi alterado após ter sido assinado');
23
+            . 'Provavelmente foi alterado após ter sido assinado');
24 24
     }
25 25
     
26 26
     public static function signatureComparisonFailed()
27 27
     {
28 28
         return new static('A assinatura do XML não combina. '
29
-           . 'O conteúdo provavelmente foi alterado após ter sido assinado.');
29
+            . 'O conteúdo provavelmente foi alterado após ter sido assinado.');
30 30
     }
31 31
     
32 32
     
Please login to merge, or discard this patch.