Completed
Pull Request — master (#68)
by Daniel
02:22
created
lib/Filter/DateFilter.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@  discard block
 block discarded – undo
5 5
 namespace Psi\Component\Grid\Filter;
6 6
 
7 7
 use Psi\Component\Grid\FilterDataInterface;
8
-use Psi\Component\Grid\FilterInterface;
9 8
 use Psi\Component\ObjectAgent\Query\Comparison;
10 9
 use Psi\Component\ObjectAgent\Query\Expression;
11 10
 use Psi\Component\ObjectAgent\Query\Query;
@@ -13,8 +12,6 @@  discard block
 block discarded – undo
13 12
 use Symfony\Component\Form\FormBuilderInterface;
14 13
 use Symfony\Component\Form\FormInterface;
15 14
 use Symfony\Component\OptionsResolver\OptionsResolver;
16
-use Symfony\Component\Form\Extension\Core\Type\ChoiceType;
17
-use Psi\Component\Grid\Filter\BooleanFilterData;
18 15
 use Symfony\Component\Form\Extension\Core\Type\DateType;
19 16
 use Psi\Component\Grid\Filter\DateFilterData;
20 17
 
Please login to merge, or discard this patch.
lib/Filter/StringFilter.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -5,13 +5,9 @@
 block discarded – undo
5 5
 namespace Psi\Component\Grid\Filter;
6 6
 
7 7
 use Psi\Component\Grid\FilterDataInterface;
8
-use Psi\Component\Grid\FilterInterface;
9
-use Psi\Component\ObjectAgent\Capabilities;
10 8
 use Psi\Component\ObjectAgent\Query\Comparison;
11 9
 use Psi\Component\ObjectAgent\Query\Expression;
12 10
 use Psi\Component\ObjectAgent\Query\Query;
13
-use Symfony\Component\Form\Extension\Core\Type\ChoiceType;
14
-use Symfony\Component\Form\Extension\Core\Type\HiddenType;
15 11
 use Symfony\Component\Form\Extension\Core\Type\TextType;
16 12
 use Symfony\Component\Form\FormBuilderInterface;
17 13
 use Symfony\Component\Form\FormInterface;
Please login to merge, or discard this patch.
lib/Filter/NumberFilter.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -5,13 +5,9 @@
 block discarded – undo
5 5
 namespace Psi\Component\Grid\Filter;
6 6
 
7 7
 use Psi\Component\Grid\FilterDataInterface;
8
-use Psi\Component\Grid\FilterInterface;
9
-use Psi\Component\ObjectAgent\Capabilities;
10 8
 use Psi\Component\ObjectAgent\Query\Comparison;
11 9
 use Psi\Component\ObjectAgent\Query\Expression;
12 10
 use Psi\Component\ObjectAgent\Query\Query;
13
-use Symfony\Component\Form\Extension\Core\Type\ChoiceType;
14
-use Symfony\Component\Form\Extension\Core\Type\HiddenType;
15 11
 use Symfony\Component\Form\Extension\Core\Type\TextType;
16 12
 use Symfony\Component\Form\FormBuilderInterface;
17 13
 use Symfony\Component\Form\FormInterface;
Please login to merge, or discard this patch.