Passed
Branch feature-validator (55f4e3)
by Thomas
03:27
created
src/Dbal/Type/Boolean.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,10 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace ORM\Dbal\Type;
4 4
 
5
-use ORM\Dbal\Column;
6 5
 use ORM\Dbal\Dbal;
7 6
 use ORM\Dbal\Error;
8
-use ORM\Dbal\Error\NotValid;
9 7
 use ORM\Dbal\Type;
10 8
 
11 9
 /**
Please login to merge, or discard this patch.