| Conditions | 1 |
| Paths | 1 |
| Total Lines | 4 |
| Code Lines | 2 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 30 | public function setFormat($format) |
||
| 31 | { |
||
| 32 | $this->reportRequest->Format = $format; |
||
|
1 ignored issue
–
show
|
|||
| 33 | } |
||
| 34 | |||
| 59 |
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..