Passed
Pull Request — develop (#13)
by Rimas
02:38
created
tests/Integration/CheckTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
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
 {
Please login to merge, or discard this patch.
src/Exception/QueryValidator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.