Completed
Push — master ( 79270e...ee280a )
by John
14:25
created
src/Tests/Functional/App/TestBundle.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/Tests/Functional/FunctionalTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
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]>
Please login to merge, or discard this patch.