aboutsummaryrefslogtreecommitdiffhomepage
path: root/php/src/Google/Protobuf/Field_Kind.php
blob: aa2023704788619efb4498bd904555289afadfd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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\Kind instead.
     * @deprecated
     */
    class Field_Kind {}
}
class_exists(Field\Kind::class);
@trigger_error('Google\Protobuf\Field_Kind is deprecated and will be removed in the next major release. Use Google\Protobuf\Field\Kind instead', E_USER_DEPRECATED);