@@ -161,7 +161,7 @@ |
||
161 | 161 | * |
162 | 162 | * @param string $name |
163 | 163 | * @param string $type |
164 | - * @param mixed $value |
|
164 | + * @param string $value |
|
165 | 165 | * @param string $profile |
166 | 166 | * |
167 | 167 | * @return Setting |
@@ -16,7 +16,6 @@ |
||
16 | 16 | use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; |
17 | 17 | use ONGR\ElasticsearchBundle\Service\Manager; |
18 | 18 | use ONGR\ElasticsearchDSL\Query\MatchAllQuery; |
19 | -use Symfony\Component\Translation\TranslatorInterface; |
|
20 | 19 | use Symfony\Component\DependencyInjection\ContainerInterface; |
21 | 20 | |
22 | 21 | /** |