| Total Complexity | 2 |
| Total Lines | 18 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 23 | trait QueryRequestStruct |
||
| 24 | { |
||
| 25 | use RequestStruct; |
||
| 26 | |||
| 27 | /** |
||
| 28 | * @inheritDoc |
||
| 29 | */ |
||
| 30 | protected static function getOnlyParamsFromRequest(ServerRequest $request, string|int ...$values): array |
||
| 33 | } |
||
| 34 | |||
| 35 | /** |
||
| 36 | * @inheritDoc |
||
| 37 | */ |
||
| 38 | protected static function getExceptParamsFromRequest(ServerRequest $request, string|int ...$values): array |
||
| 43 |