| Conditions | 1 |
| Paths | 1 |
| Total Lines | 13 |
| Code Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 35 | public function executeAction() |
||
| 36 | { |
||
| 37 | $this->transaction->getOrder()->setOperation($this->getOperation()); |
||
| 38 | |||
| 39 | $action = $this->getAction(); |
||
| 40 | |||
| 41 | $response = $this->transaction->sendHttpRequest( |
||
| 42 | $this->transaction->getIpag()->getEndpoint()->$action(), |
||
| 43 | $this->serializer->serialize() |
||
| 44 | ); |
||
| 45 | |||
| 46 | return $this->transaction->populate($response); |
||
| 47 | } |
||
| 48 | |||
| 103 |
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..