php-protocolbuffers icon indicating copy to clipboard operation
php-protocolbuffers copied to clipboard

fix php_protocolbuffers_parse_magic_method

Open dongqiaoershao opened this issue 6 years ago • 0 comments

If the field is defined as "optional uint32 xxx_y_zzz", than the magic method in php file must be called as "getXxx_YZzz(), setXxx_YZzz()". This PR will fix that bug. Best wishes.

dongqiaoershao avatar May 13 '19 04:05 dongqiaoershao