| Conditions | 2 |
| Paths | 2 |
| Total Lines | 6 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 31 | public function __construct(Stream $stream1, Stream $stream2) |
||
|
2 ignored issues
–
show
|
|||
| 32 | { |
||
| 33 | foreach (func_get_args() as $stream) { |
||
| 34 | $this->addStream($stream); |
||
| 35 | } |
||
| 36 | } |
||
| 37 | |||
| 79 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.