Commit 36201db
committed
return string in output handler
Returning a non-string result from user output handler is deprecated
From https://wiki.php.net/rfc/deprecations_php_8_4
A return value of true is treated like a context reset,
which is identical to returning an empty string.1 parent c5c376e commit 36201db
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1165 | 1165 | | |
1166 | 1166 | | |
1167 | 1167 | | |
1168 | | - | |
| 1168 | + | |
1169 | 1169 | | |
1170 | 1170 | | |
1171 | 1171 | | |
| |||
0 commit comments