Skip to content

Commit 23a8a68

Browse files
committed
[FrameworkBundle] Fix BC break on WebTestCase::createClient
1 parent 791a212 commit 23a8a68

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Test/WebTestCase.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
namespace Symfony\Bundle\FrameworkBundle\Test;
1313

14+
use Symfony\Bundle\FrameworkBundle\Client;
1415
use Symfony\Bundle\FrameworkBundle\KernelBrowser;
1516
use Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException;
1617

@@ -35,7 +36,7 @@ protected function doTearDown(): void
3536
* @param array $options An array of options to pass to the createKernel method
3637
* @param array $server An array of server parameters
3738
*
38-
* @return KernelBrowser A KernelBrowser instance
39+
* @return Client A Client instance
3940
*/
4041
protected static function createClient(array $options = [], array $server = [])
4142
{

0 commit comments

Comments
 (0)