Completed
Pull Request — 3.1 (#348)
by Piotr
09:36 queued 07:40
created
spec/FSi/Bundle/AdminBundle/Display/Property/Formatter/BooleanSpec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace spec\FSi\Bundle\AdminBundle\Display\Property\Formatter;
4 4
 
5 5
 use PhpSpec\ObjectBehavior;
6
-use Prophecy\Argument;
7 6
 
8 7
 class BooleanSpec extends ObjectBehavior
9 8
 {
Please login to merge, or discard this patch.
spec/FSi/Bundle/AdminBundle/Display/Property/Formatter/CallbackSpec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace spec\FSi\Bundle\AdminBundle\Display\Property\Formatter;
4 4
 
5 5
 use PhpSpec\ObjectBehavior;
6
-use Prophecy\Argument;
7 6
 
8 7
 class CallbackSpec extends ObjectBehavior
9 8
 {
Please login to merge, or discard this patch.
FSiAdminBundle.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,6 @@
 block discarded – undo
21 21
 use FSi\Bundle\AdminBundle\DependencyInjection\Compiler\TwigGlobalsPass;
22 22
 use FSi\Bundle\AdminBundle\DependencyInjection\FSIAdminExtension;
23 23
 use FSi\Bundle\AdminBundle\Finder\AdminClassFinder;
24
-use Symfony\Component\DependencyInjection\Compiler\PassConfig;
25 24
 use Symfony\Component\DependencyInjection\ContainerBuilder;
26 25
 use Symfony\Component\HttpKernel\Bundle\Bundle;
27 26
 
Please login to merge, or discard this patch.
spec/FSi/Bundle/AdminBundle/Admin/CRUD/DependentCRUDElementSpec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 use FSi\Bundle\AdminBundle\Admin\CRUD\DataIndexerElement;
13 13
 use FSi\Bundle\AdminBundle\Admin\DependentElement;
14 14
 use FSi\Bundle\AdminBundle\Admin\Element;
15
-use FSi\Bundle\AdminBundle\Exception\RuntimeException;
16 15
 use FSi\Component\DataGrid\DataGridFactoryInterface;
17 16
 use FSi\Component\DataGrid\DataGridInterface;
18 17
 use FSi\Component\DataIndexer\DataIndexerInterface;
Please login to merge, or discard this patch.
spec/FSi/Bundle/AdminBundle/Admin/CRUD/DependentFormElementSpec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use FSi\Bundle\AdminBundle\Admin\CRUD\DataIndexerElement;
6 6
 use FSi\Bundle\AdminBundle\Admin\DependentElement;
7 7
 use FSi\Bundle\AdminBundle\Admin\Element;
8
-use FSi\Bundle\AdminBundle\Exception\RuntimeException;
9 8
 use FSi\Component\DataIndexer\DataIndexerInterface;
10 9
 use PhpSpec\ObjectBehavior;
11 10
 use Prophecy\Argument;
Please login to merge, or discard this patch.
spec/FSi/Bundle/AdminBundle/Admin/CRUD/DependentListElementSpec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use FSi\Bundle\AdminBundle\Admin\CRUD\DataIndexerElement;
6 6
 use FSi\Bundle\AdminBundle\Admin\DependentElement;
7 7
 use FSi\Bundle\AdminBundle\Admin\Element;
8
-use FSi\Bundle\AdminBundle\Exception\RuntimeException;
9 8
 use FSi\Component\DataGrid\DataGridFactoryInterface;
10 9
 use FSi\Component\DataIndexer\DataIndexerInterface;
11 10
 use FSi\Component\DataSource\DataSourceFactoryInterface;
Please login to merge, or discard this patch.
spec/FSi/Bundle/AdminBundle/Admin/CRUD/GenericCRUDElementSpec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 
10 10
 namespace spec\FSi\Bundle\AdminBundle\Admin\CRUD;
11 11
 
12
-use FSi\Bundle\AdminBundle\Exception\RuntimeException;
13 12
 use FSi\Component\DataGrid\DataGridFactory;
14 13
 use FSi\Component\DataGrid\DataGridInterface;
15 14
 use FSi\Component\DataSource\DataSourceFactoryInterface;
Please login to merge, or discard this patch.
spec/FSi/Bundle/AdminBundle/Admin/CRUD/GenericFormElementSpec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace spec\FSi\Bundle\AdminBundle\Admin\CRUD;
4 4
 
5
-use FSi\Bundle\AdminBundle\Exception\RuntimeException;
6 5
 use PhpSpec\ObjectBehavior;
7 6
 use Prophecy\Argument;
8 7
 use Symfony\Component\Form\FormFactoryInterface;
Please login to merge, or discard this patch.
spec/FSi/Bundle/AdminBundle/Admin/CRUD/GenericListElementSpec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace spec\FSi\Bundle\AdminBundle\Admin\CRUD;
4 4
 
5
-use FSi\Bundle\AdminBundle\Exception\RuntimeException;
6 5
 use FSi\Component\DataGrid\DataGridFactoryInterface;
7 6
 use FSi\Component\DataSource\DataSourceFactoryInterface;
8 7
 use PhpSpec\ObjectBehavior;
Please login to merge, or discard this patch.