protobuf icon indicating copy to clipboard operation
protobuf copied to clipboard

Fix PHP 8.2 dynamic property deprecation warning

Open edsrzf opened this issue 3 years ago • 0 comments

PHP 8.2 deprecates dynamic properties. MapFieldIter triggers a warning on PHP 8.2 because it doesn't declare the key_type property. This PR declares the property to fix the warning.

edsrzf avatar Dec 10 '22 00:12 edsrzf