Commit b33c174
committed
fix: prevent TypeError in html_entity_decode with null values
- Add null coalescing operators (??) to handle null settings values
- Fixes TypeError: html_entity_decode(): Argument #1 ($string) must be of type string, null given
- Applied to notes_label and notes_placeholder settings across multiple methods
- Ensures PHP 7.4-8.4 compatibility maintained1 parent 15bedb0 commit b33c174
2 files changed
+580
-577
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
73 | 76 | | |
74 | 77 | | |
75 | 78 | | |
| |||
0 commit comments