Completed
Push — master ( e0ab63...a85d1e )
by Maciej
11s
created
src/Artisan/FormArtisan.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 use WFV\Collection\ErrorCollection;
8 8
 use WFV\Collection\InputCollection;
9 9
 use WFV\Collection\RuleCollection;
10
-
11 10
 use WFV\FormComposite;
12 11
 
13 12
 /**
Please login to merge, or discard this patch.
src/FormComposite.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,8 +3,6 @@
 block discarded – undo
3 3
 defined( 'ABSPATH' ) || die();
4 4
 
5 5
 use WFV\Artisan\FormArtisan;
6
-use WFV\Contract\ValidateInterface;
7
-use WFV\RuleFactory;
8 6
 
9 7
 /**
10 8
  * Form Composition
Please login to merge, or discard this patch.
wfv-validate.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 
18 18
 require_once WFV_VALIDATE__PLUGIN_DIR . '/vendor/autoload.php';
19 19
 
20
-use WFV\FormComposite;
21 20
 use WFV\RuleFactory;
22 21
 use WFV\Validator;
23 22
 use WFV\Artisan\Director;
Please login to merge, or discard this patch.