Merge pull request #10594 from brettmc/bugfix/php82-dynamic-properties

[PHP] allow dynamic properties in Message
pull/10707/head
deannagarcia 2 years ago committed by GitHub
commit 8d0ddd95c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      php/src/Google/Protobuf/Internal/Message.php

@ -54,6 +54,7 @@ use Google\Protobuf\NullValue;
* or extend this class or its child classes by their own. See the comment of
* specific functions for more details.
*/
#[\AllowDynamicProperties]
class Message
{

Loading…
Cancel
Save