Conditions | 1 |
Paths | 1 |
Total Lines | 5 |
Code Lines | 2 |
Lines | 0 |
Ratio | 0 % |
Tests | 3 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
16 | 2 | public function withProtocolVersion(string $version): static |
|
17 | { |
||
18 | 2 | $this->psr = $this->psr->withProtocolVersion($version); |
|
1 ignored issue
–
show
|
|||
19 | |||
20 | 2 | return $this; |
|
21 | } |
||
76 |