@@ -21,7 +21,7 @@ |
||
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 | /** |
@@ -88,7 +88,7 @@ |
||
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 | } |
@@ -10,8 +10,8 @@ |
||
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( |
@@ -27,11 +27,11 @@ |
||
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 |