Completed
Push — develop ( f46dcd...3c9b6d )
by Paulius
04:12
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.
src/Sign/ScPrepareResult.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -21,9 +21,9 @@
 block discarded – undo
21 21
     public function getFields()
22 22
     {
23 23
         return [
24
-           'status',
25
-           'dtbs',
26
-           'token'
24
+            'status',
25
+            'dtbs',
26
+            'token'
27 27
         ];
28 28
     }
29 29
 
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.