protobuf
protobuf copied to clipboard
Fix PHP 8.2 dynamic property deprecation warning
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.