Completed
Pull Request — master (#21)
by Daniel
06:05
created
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.