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