Passed
Push — develop ( f9dd82...8b70f0 )
by Žilvinas
45s
created
src/Sign/ScPrepareResult.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -27,11 +27,11 @@
 block discarded – undo
27 27
     public function getFields()
28 28
     {
29 29
         return [
30
-           'status',
31
-           'algorithm',
32
-           'token',
33
-           'dtbs_hash',
34
-           'dtbs',
30
+            'status',
31
+            'algorithm',
32
+            'token',
33
+            'dtbs_hash',
34
+            'dtbs',
35 35
         ];
36 36
     }
37 37
 
Please login to merge, or discard this patch.
tests/Integration/SealTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
             'reason' => 'Elektroninis spaudas',
30 30
             'location' => 'Vilnius',
31 31
             'files' => [
32
-               __DIR__ . '/../data/document.pdf',
32
+                __DIR__ . '/../data/document.pdf',
33 33
             ]
34 34
         ];
35 35
     }
Please login to merge, or discard this patch.