@@ -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 | { |
@@ -17,7 +17,7 @@ |
||
17 | 17 | */ |
18 | 18 | public function __construct($message, ConstraintViolationListInterface $violations) |
19 | 19 | { |
20 | - parent::__construct($message.': '.(string)$violations); |
|
20 | + parent::__construct($message.': '.(string) $violations); |
|
21 | 21 | |
22 | 22 | $this->violations = $violations; |
23 | 23 | } |