tomwalder / php-gds

Google Cloud Datastore Library for PHP
Apache License 2.0
164 stars 44 forks source link

Bug/support null query param value #164

Closed tkasa closed 6 years ago

tkasa commented 6 years ago

Fixed support for null. Also, expanded tests to verify fix.

Source: gettype(null) returns NULL instead of null - http://php.net/manual/en/function.gettype.php#refsect1-function.gettype-returnvalues

tomwalder commented 6 years ago

Brillant, thanks @tkasa