Skip to content

Commit 3c6f485

Browse files
authored
Merge pull request #15 from Codeception/fix-client-property
Fix type of client property
2 parents a49ed0b + 9126dd2 commit 3c6f485

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)