Commit be36f28
committed
Prevent null from being used as an array key.
Since PHP 8.5 using null as array key is deprecated.
If used as an array key is converted to an empty string,
which is most likely not a valid key in the properties array.1 parent 6731f32 commit be36f28
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
0 commit comments