@@ -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 | /** |
@@ -21,9 +21,9 @@ |
||
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 |
@@ -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( |