@@ -20,7 +20,7 @@ |
||
20 | 20 | class TestBundle extends Bundle |
21 | 21 | { |
22 | 22 | /** |
23 | - * @return ExtensionInterface |
|
23 | + * @return boolean |
|
24 | 24 | */ |
25 | 25 | public function getContainerExtension() |
26 | 26 | { |
@@ -10,7 +10,6 @@ |
||
10 | 10 | |
11 | 11 | use KleijnWeb\JwtBundle\Tests\Authenticator\AuthenticatorTest; |
12 | 12 | use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; |
13 | -use Symfony\Bundle\FrameworkBundle\Client; |
|
14 | 13 | |
15 | 14 | /** |
16 | 15 | * @author John Kleijn <[email protected]> |