| 1 | <?php |
||
| 8 | final class CanonicalizeHeaderRelaxed implements CanonicalizeHeaderInterface |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * @param HeaderInterface $header |
||
| 12 | * @return string |
||
| 13 | */ |
||
| 14 | 2 | public function canonicalize(HeaderInterface $header): string |
|
| 21 | |||
| 22 | /** |
||
| 23 | * @return string |
||
| 24 | */ |
||
| 25 | 1 | public function name(): string |
|
| 29 | } |