Completed
Push — develop ( 3c9b6d...449012 )
by Žilvinas
04:38
created
tests/Integration/ScSignTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use Isign\Sign\Sc;
7 7
 use Isign\Sign\ScPrepare;
8 8
 use Isign\Sign\ScPrepareResult;
9
-use Isign\StatusResultInterface;
10 9
 
11 10
 class ScSignTest extends TestCase
12 11
 {
Please login to merge, or discard this patch.
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.