Completed
Branch master (68ed5c)
by Ivan
04:20
created
src/Timestamp.php 1 patch
Indentation   +18 added lines, -18 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@  discard block
 block discarded – undo
21 21
             'messageImprint' => [
22 22
                 'tag' => ASN1::TYPE_SEQUENCE,
23 23
                 'children' => [
24
-                   'hashAlgorithm' => [
24
+                    'hashAlgorithm' => [
25 25
                         'tag' => ASN1::TYPE_SEQUENCE,
26 26
                         'children' => [
27 27
                             "algorithm" => [
@@ -32,10 +32,10 @@  discard block
 block discarded – undo
32 32
                                 'optional' => true
33 33
                             ]
34 34
                         ]
35
-                   ],
36
-                   'hashedMessage' => [
35
+                    ],
36
+                    'hashedMessage' => [
37 37
                         'tag' => ASN1::TYPE_OCTET_STRING
38
-                   ]
38
+                    ]
39 39
                 ]
40 40
             ],
41 41
             'nonce' => [
@@ -92,16 +92,16 @@  discard block
 block discarded – undo
92 92
                                 'tag' => ASN1::TYPE_SET,
93 93
                                 'children' => [
94 94
                                     'hashAlgorithm' => [
95
-                                         'tag' => ASN1::TYPE_SEQUENCE,
96
-                                         'children' => [
97
-                                             "algorithm" => [
98
-                                                 'tag' => ASN1::TYPE_OBJECT_IDENTIFIER
99
-                                             ],
100
-                                             'parameters' => [
101
-                                                 'tag' => ASN1::TYPE_ANY,
102
-                                                 'optional' => true
103
-                                             ]
104
-                                         ]
95
+                                            'tag' => ASN1::TYPE_SEQUENCE,
96
+                                            'children' => [
97
+                                                "algorithm" => [
98
+                                                    'tag' => ASN1::TYPE_OBJECT_IDENTIFIER
99
+                                                ],
100
+                                                'parameters' => [
101
+                                                    'tag' => ASN1::TYPE_ANY,
102
+                                                    'optional' => true
103
+                                                ]
104
+                                            ]
105 105
                                     ],
106 106
                                 ],
107 107
                             ],
@@ -120,7 +120,7 @@  discard block
 block discarded – undo
120 120
             'messageImprint' => [
121 121
                 'tag' => ASN1::TYPE_SEQUENCE,
122 122
                 'children' => [
123
-                   'hashAlgorithm' => [
123
+                    'hashAlgorithm' => [
124 124
                         'tag' => ASN1::TYPE_SEQUENCE,
125 125
                         'children' => [
126 126
                             "algorithm" => [
@@ -131,11 +131,11 @@  discard block
 block discarded – undo
131 131
                                 'optional' => true
132 132
                             ]
133 133
                         ]
134
-                   ],
135
-                   'hashedMessage' => [
134
+                    ],
135
+                    'hashedMessage' => [
136 136
                         'tag' => ASN1::TYPE_OCTET_STRING,
137 137
                         'optional' => true // non-optional
138
-                   ]
138
+                    ]
139 139
                 ]
140 140
             ],
141 141
             'serialNumber' => ['tag' => ASN1::TYPE_INTEGER, 'optional' => true ], // non-optional
Please login to merge, or discard this patch.