Completed
Pull Request — master (#21)
by Daniel
02:31
created
lib/Form/Type/RowType.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 Symfony\Component\Form\AbstractType;
8 8
 use Symfony\Component\Form\Extension\Core\Type\FormType;
9 9
 use Symfony\Component\Form\FormBuilderInterface;
10
-use Symfony\Component\OptionsResolver\Options;
11 10
 use Symfony\Component\OptionsResolver\OptionsResolver;
12 11
 use Psi\Component\Grid\CellWithFormInterface;
13 12
 use Psi\Component\Grid\RowData;
Please login to merge, or discard this patch.
lib/GridFactory.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -5,10 +5,7 @@
 block discarded – undo
5 5
 namespace Psi\Component\Grid;
6 6
 
7 7
 use Metadata\MetadataFactory;
8
-use Psi\Component\Grid\Metadata\GridMetadata;
9 8
 use Psi\Component\ObjectAgent\AgentFinder;
10
-use Psi\Component\ObjectAgent\AgentInterface;
11
-use Psi\Component\ObjectAgent\Query\Query;
12 9
 use Psi\Component\Grid\Grid;
13 10
 use Psi\Component\Grid\GridViewFactory;
14 11
 
Please login to merge, or discard this patch.