Skip to content

Commit 892d43e

Browse files
committed
Use Symfony5 class names in connectors
#5532
1 parent 4e033c5 commit 892d43e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Codeception/Module/REST.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ class REST extends CodeceptionModule implements DependsOnModule, PartedModule, A
8282
protected $DEFAULT_SHORTEN_VALUE = 150;
8383

8484
/**
85-
* @var \Symfony\Component\HttpKernel\Client|\Symfony\Component\BrowserKit\Client
85+
* @var \Symfony\Component\HttpKernel\HttpKernelBrowser|\Symfony\Component\BrowserKit\AbstractBrowser
8686
*/
8787
public $client = null;
8888
public $isFunctional = false;

0 commit comments

Comments
 (0)