@@ -242,8 +242,6 @@ |
||
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 |
@@ -62,7 +62,7 @@ |
||
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) |
@@ -3,7 +3,6 @@ |
||
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 | { |