Skip to content

Commit 9126dd2

Browse files
authored
Fix type of client property
1 parent a49ed0b commit 9126dd2

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
@@ -78,7 +78,7 @@ class SOAP extends Module implements DependsOnModule
7878
Framework modules can be used as well for functional testing of SOAP API.
7979
EOF;
8080

81-
public AbstractBrowser $client;
81+
public ?AbstractBrowser $client;
8282

8383
public bool $isFunctional = false;
8484

0 commit comments

Comments
 (0)