Passed
Pull Request — master (#267)
by Alexis
06:20
created
Test/WebTestCase.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -654,7 +654,7 @@
 block discarded – undo
654 654
      * to follow the naming format used in $_SERVER.
655 655
      * Example: 'HTTP_X_REQUESTED_WITH' instead of 'X-Requested-With'
656 656
      *
657
-     * @param bool|array $authentication
657
+     * @param boolean $authentication
658 658
      * @param array      $params
659 659
      *
660 660
      * @return Client
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
 use Symfony\Component\DomCrawler\Crawler;
21 21
 use Symfony\Component\BrowserKit\Cookie;
22 22
 use Symfony\Component\HttpKernel\Kernel;
23
-use Symfony\Component\HttpFoundation\Response;
24 23
 use Symfony\Component\Security\Core\Authentication\Token\TokenInterface;
25 24
 use Symfony\Component\Security\Core\User\UserInterface;
26 25
 use Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken;
Please login to merge, or discard this patch.