aboutsummaryrefslogtreecommitdiffhomepage
path: root/php/src/Google/Protobuf/Field_Cardinality.php
blob: dff8f8931b5aeb4a87dcce666e8411ec5c205e83 (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\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);