Test Setup Failed
Pull Request — master (#13)
by Chauncey
12:38
created
src/Charcoal/Property/AbstractProperty.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/Charcoal/Property/ModelStructureProperty.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Charcoal\Property;
4 4
 
5
-use PDO;
6 5
 use ArrayAccess;
7 6
 use RuntimeException;
8 7
 use InvalidArgumentException;
Please login to merge, or discard this patch.
src/Charcoal/Property/StructureProperty.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/Charcoal/Property/ObjectProperty.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Traversable;
6 6
 use RuntimeException;
7 7
 use InvalidArgumentException;
8
-
9 8
 use PDO;
10 9
 
11 10
 // From PSR-6
Please login to merge, or discard this patch.
src/Charcoal/Property/PropertyValidator.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.