| 1 | <?php |
||
| 20 | class RequestUriRule implements Rule |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * {@inheritdoc} |
||
| 24 | */ |
||
| 25 | public function handle(ClientId $clientId, DataBag $commandParameters, DataBag $validatedParameters, callable $next): DataBag |
||
| 38 | |||
| 39 | /** |
||
| 40 | * @param mixed $value |
||
| 41 | */ |
||
| 42 | private function checkAllUris($value) |
||
| 53 | } |
||
| 54 |