Skip to content

Commit 4188e96

Browse files
committed
chore: corrects doc
1 parent 6aec22c commit 4188e96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Providers/Http/DTO/Request.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ private static function parseDataFromUri(string $uri): ?array
403403
$questionPos = strpos($uri, '?');
404404
$cleanUri = $questionPos !== false ? substr($uri, 0, $questionPos) : $uri;
405405

406-
// PHPStan doesn't understand that parse_str always creates string keys
406+
// PHPStan doesn't understand that parse_str always creates string keys in the root
407407
return [ // @phpstan-ignore-line
408408
'uri' => $cleanUri,
409409
'data' => $queryParams,

0 commit comments

Comments
 (0)