Merge commit '36bca61764984ff5395653cf8377ec5daa71b709' as 'libs/protobuf'
This commit is contained in:
16
libs/protobuf/php/src/Google/Protobuf/Field_Cardinality.php
Normal file
16
libs/protobuf/php/src/Google/Protobuf/Field_Cardinality.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
# source: google/protobuf/type.proto
|
||||
|
||||
namespace Google\Protobuf;
|
||||
|
||||
if (false) {
|
||||
/**
|
||||
* This class is deprecated. Use Google\Protobuf\Field\Cardinality instead.
|
||||
* @deprecated
|
||||
*/
|
||||
class Field_Cardinality {}
|
||||
}
|
||||
class_exists(Field\Cardinality::class);
|
||||
@trigger_error('Google\Protobuf\Field_Cardinality is deprecated and will be removed in the next major release. Use Google\Protobuf\Field\Cardinality instead', E_USER_DEPRECATED);
|
||||
|
||||
Reference in New Issue
Block a user