blob: face4fc6708d58a28ef56db7a312261105fa2a4f [file] [log] [blame]
<?php
namespace Google\Protobuf\Internal;
if (false) {
/**
* This class is deprecated. Use Google\Protobuf\RepeatedField instead.
* @deprecated
*/
class RepeatedField extends \Google\Protobuf\RepeatedField {}
}
class_exists(\Google\Protobuf\RepeatedField::class);
@trigger_error('Google\Protobuf\Internal\RepeatedField is deprecated and will be removed in the next major release. Use Google\Protobuf\RepeatedField instead', E_USER_DEPRECATED);