Commit 1b4e681
committed
Fix deprecation: null parameter to http_build_query
PHP 8.1 logs a deprecation error:
> PHP Deprecated: http_build_query():
> Passing null to parameter #2 ($numeric_prefix) of type string is deprecated
This can be fixed without breaking PHP 7.
Related: #2931 parent dcad97b commit 1b4e681
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| |||
0 commit comments