stellarwp / db

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

Adjust signatures of __callStatic() methods to match wpdb #7

Closed borkweb closed 1 year ago

borkweb commented 1 year ago

While the docs for wpdb::insert and wpdb::replace claim array|string for the $format parameter, the default is null. This PR adds null as a valid argument value.