Completed
Pull Request — master (#21)
by Daniel
06:05
created
lib/Filter/StringFilter.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 
7 7
 use Psi\Component\Grid\FilterDataInterface;
8 8
 use Psi\Component\Grid\FilterInterface;
9
-use Psi\Component\ObjectAgent\Capabilities;
10 9
 use Psi\Component\ObjectAgent\Query\Comparison;
11 10
 use Psi\Component\ObjectAgent\Query\Expression;
12 11
 use Psi\Component\ObjectAgent\Query\Query;
Please login to merge, or discard this patch.
lib/Filter/NumberFilter.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 
7 7
 use Psi\Component\Grid\FilterDataInterface;
8 8
 use Psi\Component\Grid\FilterInterface;
9
-use Psi\Component\ObjectAgent\Capabilities;
10 9
 use Psi\Component\ObjectAgent\Query\Comparison;
11 10
 use Psi\Component\ObjectAgent\Query\Expression;
12 11
 use Psi\Component\ObjectAgent\Query\Query;
Please login to merge, or discard this patch.
lib/Body.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 namespace Psi\Component\Grid;
6 6
 
7 7
 use Psi\Component\Grid\Metadata\GridMetadata;
8
-use Psi\Component\Grid\CellData;
9 8
 
10 9
 class Body implements \Iterator
11 10
 {
Please login to merge, or discard this patch.
lib/RowData.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
 namespace Psi\Component\Grid;
6 6
 
7
-use Symfony\Component\Form\FormInterface;
8 7
 use Symfony\Component\Form\FormView;
9 8
 
10 9
 /**
Please login to merge, or discard this patch.