diff --git a/src/Symfony/Bundle/FrameworkBundle/Test/WebTestCase.php b/src/Symfony/Bundle/FrameworkBundle/Test/WebTestCase.php index 09ab5eeb66498..fe78e0e0c3885 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Test/WebTestCase.php +++ b/src/Symfony/Bundle/FrameworkBundle/Test/WebTestCase.php @@ -11,6 +11,7 @@ namespace Symfony\Bundle\FrameworkBundle\Test; +use Symfony\Bundle\FrameworkBundle\Client; use Symfony\Bundle\FrameworkBundle\KernelBrowser; use Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException; @@ -35,7 +36,7 @@ protected function doTearDown(): void * @param array $options An array of options to pass to the createKernel method * @param array $server An array of server parameters * - * @return KernelBrowser A KernelBrowser instance + * @return Client A Client instance */ protected static function createClient(array $options = [], array $server = []) {