Completed
Push — master ( 6ce741...a35cdf )
by Ivan
03:08
created
src/structures/TimestampResponse.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -85,11 +85,11 @@
 block discarded – undo
85 85
                 'messageImprint' => [
86 86
                     'tag' => ASN1::TYPE_SEQUENCE,
87 87
                     'children' => [
88
-                       'hashAlgorithm' => Common::AlgorithmIdentifier(),
89
-                       'hashedMessage' => [
88
+                        'hashAlgorithm' => Common::AlgorithmIdentifier(),
89
+                        'hashedMessage' => [
90 90
                             'tag' => ASN1::TYPE_OCTET_STRING
91 91
                             //'optional' => true // non-optional
92
-                       ]
92
+                        ]
93 93
                     ]
94 94
                 ],
95 95
                 'serialNumber' => ['tag' => ASN1::TYPE_INTEGER, 'base' => 16, 'optional' => true ], // non-optional
Please login to merge, or discard this patch.
src/structures/TimestampRequest.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -107,10 +107,10 @@
 block discarded – undo
107 107
                 'messageImprint' => [
108 108
                     'tag' => ASN1::TYPE_SEQUENCE,
109 109
                     'children' => [
110
-                       'hashAlgorithm' => Common::AlgorithmIdentifier(),
111
-                       'hashedMessage' => [
110
+                        'hashAlgorithm' => Common::AlgorithmIdentifier(),
111
+                        'hashedMessage' => [
112 112
                             'tag' => ASN1::TYPE_OCTET_STRING
113
-                       ]
113
+                        ]
114 114
                     ]
115 115
                 ],
116 116
                 'nonce' => [
Please login to merge, or discard this patch.