| Conditions | 1 |
| Paths | 1 |
| Total Lines | 5 |
| Code Lines | 2 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 3 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 43 | 2 | public function withHeader(string $header, string $value): static |
|
| 44 | { |
||
| 45 | 2 | $this->psr = $this->psr->withHeader($header, $value); |
|
|
1 ignored issue
–
show
|
|||
| 46 | |||
| 47 | 2 | return $this; |
|
| 48 | } |
||
| 76 |