You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The above code outputs many copies of the following pair of deprecation warnings:
DEPRECATED strlen(): Passing null to parameter #1 ($string) of type string is deprecated in vendor/google/protobuf/src/Google/Protobuf/Internal/Message.php on line 1890.DEPRECATED strlen(): Passing null to parameter #1 ($string) of type string is deprecated in vendor/google/protobuf/src/Google/Protobuf/Internal/GPBJsonWire.php on line 23.
The text was updated successfully, but these errors were encountered:
Environment details
Steps to reproduce
Call the
getName()
method of either a Secret or a SecretVersion.Code example
The above code outputs many copies of the following pair of deprecation warnings:
The text was updated successfully, but these errors were encountered: