php / pecl-networking-gearman

PHP wrapper to libgearman
https://pecl.php.net/package/gearman
Other
33 stars 25 forks source link

Fix typo 'dolow' and mixed null #15

Closed BlueTM closed 1 year ago

BlueTM commented 2 years ago

Fix method name typo, from 'dolow' to 'doLow'. Fix mixed type, mixed types cannot be nullable, 'null' is already part of the mixed type.

esabol commented 2 years ago

This PR looks correct to me. Mixed types cannot be nullable.

esabol commented 2 years ago

Tagging @rlerdorf to get this merged. 😄

BlueTM commented 1 year ago

@rlerdorf can you merge this stub fix?