Conditions | 1 |
Paths | 1 |
Total Lines | 5 |
Code Lines | 2 |
Lines | 0 |
Ratio | 0 % |
Tests | 3 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
69 | 3 | public function withBody(PsrStream $body): static |
|
70 | { |
||
71 | 3 | $this->psr = $this->psr->withBody($body); |
|
1 ignored issue
–
show
|
|||
72 | |||
73 | 3 | return $this; |
|
74 | } |
||
76 |