| 1 | <?php |
||
| 9 | final class CanonicalizeHeaderSimple implements CanonicalizeHeaderInterface |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * @param HeaderInterface $header |
||
| 13 | * @return string |
||
| 14 | */ |
||
| 15 | 2 | public function canonicalize(HeaderInterface $header): string |
|
| 19 | |||
| 20 | /** |
||
| 21 | * @return string |
||
| 22 | */ |
||
| 23 | 1 | public function name(): string |
|
| 27 | } |