We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aec22c commit 4188e96Copy full SHA for 4188e96
src/Providers/Http/DTO/Request.php
@@ -403,7 +403,7 @@ private static function parseDataFromUri(string $uri): ?array
403
$questionPos = strpos($uri, '?');
404
$cleanUri = $questionPos !== false ? substr($uri, 0, $questionPos) : $uri;
405
406
- // PHPStan doesn't understand that parse_str always creates string keys
+ // PHPStan doesn't understand that parse_str always creates string keys in the root
407
return [ // @phpstan-ignore-line
408
'uri' => $cleanUri,
409
'data' => $queryParams,
0 commit comments