Completed
Branch master (5af635)
by Maciej
02:13
created
src/Artisan/FormArtisan.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 use WFV\Collection\ErrorCollection;
9 9
 use WFV\Collection\InputCollection;
10 10
 use WFV\Collection\RuleCollection;
11
-
12 11
 use WFV\FormComposite;
13 12
 use WFV\Validators;
14 13
 use WFV\Validator;
Please login to merge, or discard this patch.
src/FormComposite.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 WFV\Abstraction\Composable;
6 6
 use WFV\Contract\ArtisanInterface;
7
-use WFV\Contract\ValidateInterface;
8 7
 
9 8
 /**
10 9
  * Form Composition
Please login to merge, or discard this patch.