Skip to content

1.6.2: trim() on null depreciated in PHP 8.1

Compare
Choose a tag to compare
@adambinnersley adambinnersley released this 11 Nov 19:07
· 2 commits to master since this release
dc8b087
Added ($variable ? $variable : '') rather than ($variable ?? '') to maintain compatibility with PHP < 7