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