mini\Http\Message\ServerRequest::fixQueryParams() Method

protected static

Signature

protected static function fixQueryParams(array $queryParams): array

Parameters

Name Type Default Description
$queryParams array required Documentation missing

Returns

array

Documentation

Ensures that the passed query params adhere to the shape of query params as they would come from $_GET.

Source

src/Http/Message/ServerRequestTrait.php:434-438