Conditions | 1 |
Paths | 1 |
Total Lines | 5 |
Code Lines | 2 |
Lines | 0 |
Ratio | 0 % |
Tests | 3 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
57 | 2 | public function withoutHeader(string $header): static |
|
58 | { |
||
59 | 2 | $this->psr = $this->psr->withoutHeader($header); |
|
1 ignored issue
–
show
|
|||
60 | |||
61 | 2 | return $this; |
|
62 | } |
||
76 |