Completed
Push — master ( 114870...d35a30 )
by Žilvinas
03:56
created
src/Document/Check.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
     /** @var string Possible values: pdf, adoc, mdoc */
22 22
     private $type;
23 23
 
24
-     /** @var string file path */
24
+        /** @var string file path */
25 25
     private $path;
26 26
 
27 27
     /**
Please login to merge, or discard this patch.
tests/Integration/MobileSignTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@
 block discarded – undo
88 88
             'reason' => 'Dokumento asirašymas',
89 89
             'location' => 'Vilnius',
90 90
             'files' => [
91
-               __DIR__ . '/../data/document.pdf',
91
+                __DIR__ . '/../data/document.pdf',
92 92
             ]
93 93
         ];
94 94
     }
Please login to merge, or discard this patch.
tests/Integration/ScSignTest.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -10,8 +10,8 @@
 block discarded – undo
10 10
 class ScSignTest extends TestCase
11 11
 {
12 12
     /**
13
-    * @expectedException Isign\Exception\QueryValidator
14
-    */
13
+     * @expectedException Isign\Exception\QueryValidator
14
+     */
15 15
     public function testRequiredParams()
16 16
     {
17 17
         $this->client->get(new ScPrepare(
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.