Skip to content

Commit 76d4663

Browse files
committed
Use Symfony5 class names in connectors
#5532
1 parent 6c1ee4f commit 76d4663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Codeception/Module/SOAP.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class SOAP extends CodeceptionModule implements DependsOnModule
6666
EOF;
6767

6868
/**
69-
* @var \Symfony\Component\BrowserKit\Client
69+
* @var \Symfony\Component\BrowserKit\AbstractBrowser
7070
*/
7171
public $client = null;
7272
public $isFunctional = false;

0 commit comments

Comments
 (0)