Skip to content

Commit f7ba921

Browse files
fix(#212): Remove typed property for now that is causing an error (#213)
* fix(#212): Remove typed property for now that is causing an error * Fix styling * Apply fixes from StyleCI (#214) Co-authored-by: StyleCI Bot <[email protected]> Co-authored-by: CodeDredd <[email protected]> Co-authored-by: StyleCI Bot <[email protected]>
1 parent 5d19d2a commit f7ba921

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/SoapClient.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,10 @@ class SoapClient
9494

9595
/**
9696
* The sent request object, if a request has been made.
97+
*
98+
* @var Request|null
9799
*/
98-
protected ?Request $request;
100+
protected $request;
99101

100102
/**
101103
* Create a new Soap Client instance.

0 commit comments

Comments
 (0)