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