Completed
Pull Request — master (#244)
by Łukasz
09:35
created
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.
Admin/ResourceRepository/ResourceFormBuilder.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
62 62
     }
63 63
 
64 64
     /**
65
-     * @param $key
65
+     * @param string $key
66 66
      * @return string
67 67
      */
68 68
     private function createPropertyPath($key)
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
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace spec\FSi\Bundle\AdminBundle\Menu\KnpMenu;
4 4
 
5 5
 use PhpSpec\ObjectBehavior;
6
-use Prophecy\Argument;
7 6
 
8 7
 class ElementVoterSpec extends ObjectBehavior
9 8
 {
Please login to merge, or discard this patch.