1 | <?php |
||
11 | class DebugSoapClient extends SoapClient |
||
12 | { |
||
13 | /** |
||
14 | * Log file (or stream) to use for logging SOAP requests/responses |
||
15 | * @var string |
||
16 | */ |
||
17 | protected $logFile = null; |
||
18 | |||
19 | public function __construct($wsdl, array $options = []) |
||
31 | |||
32 | |||
33 | public function __destruct() |
||
37 | |||
38 | |||
39 | public function __call($functionName, $arguments) |
||
48 | |||
49 | |||
50 | protected function log($message) |
||
54 | } |
||
55 |
Our type inference engine has found an assignment to a property that is incompatible with the declared type of that property.
Either this assignment is in error or the assigned type should be added to the documentation/type hint for that property..