Conditions | 1 |
Paths | 1 |
Total Lines | 9 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 2 |
Changes | 0 |
1 | <?php |
||
39 | public function __call($functionName, $arguments) |
||
40 | { |
||
41 | $response = parent::__call($functionName, $arguments); |
||
42 | |||
43 | $this->log("Request {$functionName}: \n{$this->__getLastRequest()}\n\n"); |
||
44 | $this->log("Response {$functionName}: \n{$this->__getLastResponse()}\n\n"); |
||
45 | |||
46 | return $response; |
||
47 | } |
||
48 | |||
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..