| 1 | <?php |
||
| 8 | final class CanonicalizeBodySimple implements CanonicalizeBodyInterface |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * @param StreamInterface $body |
||
| 12 | * @return string |
||
| 13 | */ |
||
| 14 | 2 | public function canonicalize(StreamInterface $body): string |
|
| 18 | |||
| 19 | /** |
||
| 20 | * @return string |
||
| 21 | */ |
||
| 22 | 2 | public static function name(): string |
|
| 26 | } |