Completed
Pull Request — 2.1 (#250)
by Piotr
15:39
created
spec/FSi/Bundle/AdminBundle/Admin/CRUD/GenericBatchElementSpec.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\Admin\CRUD;
4 4
 
5 5
 use PhpSpec\ObjectBehavior;
6
-use Prophecy\Argument;
7 6
 
8 7
 class GenericBatchElementSpec extends ObjectBehavior
9 8
 {
Please login to merge, or discard this patch.
spec/FSi/Bundle/AdminBundle/Admin/Manager/ElementCollectionVisitorSpec.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\Admin\Manager;
4 4
 
5 5
 use PhpSpec\ObjectBehavior;
6
-use Prophecy\Argument;
7 6
 
8 7
 class ElementCollectionVisitorSpec extends ObjectBehavior
9 8
 {
Please login to merge, or discard this patch.
spec/FSi/Bundle/AdminBundle/Admin/ManagerSpec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 namespace spec\FSi\Bundle\AdminBundle\Admin;
11 11
 
12 12
 use PhpSpec\ObjectBehavior;
13
-use Prophecy\Argument;
14 13
 
15 14
 class ManagerSpec extends ObjectBehavior
16 15
 {
Please login to merge, or discard this patch.
Admin/ResourceRepository/Context/Request/FormSubmitHandlerSpec.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\Event\FormEvents;
6 6
 use FSi\Bundle\AdminBundle\Exception\RequestHandlerException;
7 7
 use PhpSpec\ObjectBehavior;
8
-use Prophecy\Argument;
9 8
 use Symfony\Component\HttpFoundation\Response;
10 9
 
11 10
 class FormSubmitHandlerSpec extends ObjectBehavior
Please login to merge, or discard this patch.
FSi/Bundle/AdminBundle/Admin/ResourceRepository/ResourceFormBuilderSpec.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
 use FSi\Bundle\AdminBundle\Exception\RuntimeException;
6 6
 use PhpSpec\ObjectBehavior;
7
-use Prophecy\Argument;
8 7
 
9 8
 class ResourceFormBuilderSpec extends ObjectBehavior
10 9
 {
Please login to merge, or discard this patch.
spec/FSi/Bundle/AdminBundle/Controller/AdminControllerSpec.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\Controller;
4 4
 
5 5
 use PhpSpec\ObjectBehavior;
6
-use Prophecy\Argument;
7 6
 
8 7
 class AdminControllerSpec extends ObjectBehavior
9 8
 {
Please login to merge, or discard this patch.
DataGrid/Extension/Admin/ColumnTypeExtension/AttributesExtensionSpec.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\DataGrid\Extension\Admin\ColumnTypeExtension;
4 4
 
5 5
 use PhpSpec\ObjectBehavior;
6
-use Prophecy\Argument;
7 6
 
8 7
 class AttributesExtensionSpec extends ObjectBehavior
9 8
 {
Please login to merge, or discard this patch.
DataGrid/Extension/Admin/ColumnTypeExtension/BatchActionExtensionSpec.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -242,8 +242,6 @@
 block discarded – undo
242 242
     /**
243 243
      * @param \FSi\Bundle\AdminBundle\Admin\Manager $manager
244 244
      * @param \FSi\Bundle\AdminBundle\Admin\CRUD\BatchElement $batchElement
245
-     * @param \Symfony\Component\HttpFoundation\Request $request
246
-     * @param \Symfony\Component\HttpFoundation\ParameterBag $queryAttributes
247 245
      * @param \Symfony\Component\Routing\RouterInterface $router
248 246
      * @param \Symfony\Component\Form\Test\FormBuilderInterface $formBuilder
249 247
      * @param \Symfony\Component\Form\FormView $formView
Please login to merge, or discard this patch.
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.