@@ -22,6 +22,7 @@ discard block |
||
22 | 22 | { |
23 | 23 | /** |
24 | 24 | * {@inheritdoc} |
25 | + * @param string $exception |
|
25 | 26 | */ |
26 | 27 | public function expectException($exception, $message = '', $code = null) |
27 | 28 | { |
@@ -42,6 +43,7 @@ discard block |
||
42 | 43 | |
43 | 44 | /** |
44 | 45 | * {@inheritdoc} |
46 | + * @param string $originalClassName |
|
45 | 47 | */ |
46 | 48 | protected function createMock($originalClassName) |
47 | 49 | { |
@@ -18,9 +18,6 @@ |
||
18 | 18 | use Sonata\AdminBundle\Util\FormViewIterator; |
19 | 19 | use Symfony\Component\Form\FormBuilderInterface; |
20 | 20 | use Symfony\Component\Form\FormView; |
21 | -use Symfony\Component\PropertyAccess\Exception\NoSuchPropertyException; |
|
22 | -use Symfony\Component\PropertyAccess\Exception\UnexpectedTypeException; |
|
23 | -use Symfony\Component\PropertyAccess\PropertyAccessorInterface; |
|
24 | 21 | |
25 | 22 | /** |
26 | 23 | * @author Thomas Rabaix <[email protected]> |
@@ -16,7 +16,6 @@ |
||
16 | 16 | use Symfony\Component\DependencyInjection\ChildDefinition; |
17 | 17 | use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface; |
18 | 18 | use Symfony\Component\DependencyInjection\ContainerBuilder; |
19 | -use Symfony\Component\DependencyInjection\ContainerInterface; |
|
20 | 19 | use Symfony\Component\DependencyInjection\Definition; |
21 | 20 | use Symfony\Component\DependencyInjection\DefinitionDecorator; |
22 | 21 | use Symfony\Component\DependencyInjection\Reference; |