@@ -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 | |
@@ -4,7 +4,6 @@ |
||
| 4 | 4 | use Isign\DocumentTypeGuesser; |
| 5 | 5 | use Isign\Document\Check; |
| 6 | 6 | use Isign\ResultInterface; |
| 7 | -use Isign\StatusResultInterface; |
|
| 8 | 7 | |
| 9 | 8 | class CheckTest extends TestCase |
| 10 | 9 | { |