Conditions | 1 |
Paths | 1 |
Total Lines | 5 |
Code Lines | 2 |
Lines | 0 |
Ratio | 0 % |
Tests | 3 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
50 | 2 | public function withAddedHeader(string $header, string $value): static |
|
51 | { |
||
52 | 2 | $this->psr = $this->psr->withAddedHeader($header, $value); |
|
1 ignored issue
–
show
|
|||
53 | |||
54 | 2 | return $this; |
|
55 | } |
||
76 |