Skip to content

Commit 9f663a2

Browse files
authored
Fix: Deprecation notice on PHP 8.1+ (#7)
1 parent d95ec60 commit 9f663a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Renderer/NativeRenderer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function render(QueryString $queryString): string
3737
{
3838
return http_build_query(
3939
$queryString->getParams(),
40-
null,
40+
'',
4141
$this->separator ?? ini_get('arg_separator.output'),
4242
$this->encoding
4343
);

0 commit comments

Comments
 (0)