stellarwp / db

A WPDB wrapper and query builder library.
GNU General Public License v2.0
64 stars 4 forks source link

Don't `trim( null )` #15

Closed Camwyn closed 1 year ago

Camwyn commented 1 year ago

Passing null to trim() is deprecated since PHP 8.1

Ticket: https://stellarwp.atlassian.net/browse/BTRIA-2080