@@ -3,7 +3,6 @@ discard block |
||
3 | 3 | namespace Charcoal\Property; |
4 | 4 | |
5 | 5 | use PDO; |
6 | -use Exception; |
|
7 | 6 | use LogicException; |
8 | 7 | use RuntimeException; |
9 | 8 | use InvalidArgumentException; |
@@ -11,7 +10,6 @@ discard block |
||
11 | 10 | // From PSR-3 |
12 | 11 | use Psr\Log\LoggerAwareInterface; |
13 | 12 | use Psr\Log\LoggerAwareTrait; |
14 | -use Psr\Log\NullLogger; |
|
15 | 13 | |
16 | 14 | // From Pimple |
17 | 15 | use Pimple\Container; |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Charcoal\Property; |
4 | 4 | |
5 | -use PDO; |
|
6 | 5 | use ArrayAccess; |
7 | 6 | use RuntimeException; |
8 | 7 | use InvalidArgumentException; |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use PDO; |
6 | 6 | use InvalidArgumentException; |
7 | -use UnexpectedValueException; |
|
8 | 7 | |
9 | 8 | // From 'charcoal-translator' |
10 | 9 | use Charcoal\Translator\Translation; |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use Traversable; |
6 | 6 | use RuntimeException; |
7 | 7 | use InvalidArgumentException; |
8 | - |
|
9 | 8 | use PDO; |
10 | 9 | |
11 | 10 | // From PSR-6 |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | // From 'charcoal-core' |
6 | 6 | use Charcoal\Validator\AbstractValidator; |
7 | -use Charcoal\Validator\ValidatableInterface; |
|
8 | 7 | |
9 | 8 | /** |
10 | 9 | * Property Validator |