@@ -4,7 +4,6 @@ |
||
4 | 4 | namespace Selami\Entity\DataType; |
5 | 5 | |
6 | 6 | use Selami\Entity\Interfaces\DataTypeInterface; |
7 | -use InvalidArgumentException; |
|
8 | 7 | |
9 | 8 | class Boolean implements DataTypeInterface |
10 | 9 | { |
@@ -4,7 +4,6 @@ |
||
4 | 4 | namespace Selami\Entity\DataType; |
5 | 5 | |
6 | 6 | use Selami\Entity\Interfaces\DataTypeInterface; |
7 | -use InvalidArgumentException; |
|
8 | 7 | |
9 | 8 | class Html implements DataTypeInterface |
10 | 9 | { |
@@ -4,7 +4,6 @@ |
||
4 | 4 | namespace Selami\Entity\DataType; |
5 | 5 | |
6 | 6 | use Selami\Entity\Interfaces\DataTypeInterface; |
7 | -use InvalidArgumentException; |
|
8 | 7 | |
9 | 8 | class Integer implements DataTypeInterface |
10 | 9 | { |