Skip to content

Commit 3dca927

Browse files
committed
Use Symfony5 class names in connectors
#5532
1 parent 73045f1 commit 3dca927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Codeception/Lib/InnerBrowser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class InnerBrowser extends Module implements Web, PageSourceSaver, ElementLocato
3838

3939
/**
4040
* @api
41-
* @var \Symfony\Component\BrowserKit\Client
41+
* @var \Symfony\Component\BrowserKit\AbstractBrowser
4242
*/
4343
public $client;
4444

0 commit comments

Comments
 (0)