Commit bb202fc
Jan-Marten de Boer
Fix passing null to parameter of type string
Passing `null` to internal PHP functions, with argument type of string
is deprecated in PHP 8.1.
This can be easily fixed by supplying empty strings instead.1 parent 0655386 commit bb202fc
File tree
2 files changed
+2
-2
lines changed- src
- HttpClient/Plugin
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments