@@ -717,7 +717,7 @@ |
||
717 | 717 | * to follow the naming format used in $_SERVER. |
718 | 718 | * Example: 'HTTP_X_REQUESTED_WITH' instead of 'X-Requested-With' |
719 | 719 | * |
720 | - * @param bool|array $authentication |
|
720 | + * @param boolean $authentication |
|
721 | 721 | * @param array $params |
722 | 722 | * |
723 | 723 | * @return Client |
@@ -20,7 +20,6 @@ |
||
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; |