Completed
Pull Request — master (#5)
by Klaus
08:46
created
src/Node/ObjectNode.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,8 +3,6 @@
 block discarded – undo
3 3
 
4 4
 namespace Linio\Component\Input\Node;
5 5
 
6
-use Linio\Component\Input\Instantiator\SetInstantiator;
7
-
8 6
 class ObjectNode extends BaseNode
9 7
 {
10 8
     public function getValue(string $field, $value)
Please login to merge, or discard this patch.
src/TypeHandler.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -3,6 +3,8 @@  discard block
 block discarded – undo
3 3
 
4 4
 namespace Linio\Component\Input;
5 5
 
6
+use Linio\Component\Input\Instantiator\InstantiatorInterface;
7
+use Linio\Component\Input\Instantiator\SetInstantiator;
6 8
 use Linio\Component\Input\Node\BaseNode;
7 9
 use Linio\Component\Input\Node\BoolNode;
8 10
 use Linio\Component\Input\Node\CollectionNode;
@@ -13,8 +15,6 @@  discard block
 block discarded – undo
13 15
 use Linio\Component\Input\Node\ObjectNode;
14 16
 use Linio\Component\Input\Node\ScalarCollectionNode;
15 17
 use Linio\Component\Input\Node\StringNode;
16
-use Linio\Component\Input\Instantiator\InstantiatorInterface;
17
-use Linio\Component\Input\Instantiator\SetInstantiator;
18 18
 
19 19
 class TypeHandler
20 20
 {
Please login to merge, or discard this patch.