pecl-networking-gearman icon indicating copy to clipboard operation
pecl-networking-gearman copied to clipboard

Fix typo 'dolow' and mixed null

Open BlueTM opened this issue 2 years ago • 2 comments

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

BlueTM avatar Aug 29 '22 11:08 BlueTM

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

esabol avatar Aug 29 '22 15:08 esabol

Tagging @rlerdorf to get this merged. 😄

esabol avatar Oct 04 '22 05:10 esabol

@rlerdorf can you merge this stub fix?

BlueTM avatar Feb 23 '23 18:02 BlueTM