1 | <?php declare(strict_types=1); |
||
9 | final class Uuid4Strategy implements RequestIdStrategyInterface |
||
10 | { |
||
11 | /** |
||
12 | * @param RequestInterface $request |
||
13 | * @param array $options |
||
14 | * @return string |
||
15 | */ |
||
16 | 2 | public function determineRequestId(RequestInterface $request, array $options): string |
|
20 | } |
||
21 |