Conditions | 2 |
Paths | 2 |
Total Lines | 6 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
29 | public function __destruct() |
||
30 | { |
||
31 | foreach ($this->streams as $stream) { |
||
32 | @fclose($stream); |
||
1 ignored issue
–
show
|
|||
33 | } |
||
34 | } |
||
35 | |||
60 |
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..