From cdd7ad020e165fe680703b6d3319b908b682fb7a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 20 Oct 2023 17:12:29 +0300 Subject: jaeger-client -> opentelemetry --- .../src/Jaeger/Thrift/BatchSubmitResponse.php | 56 ---------------------- 1 file changed, 56 deletions(-) delete mode 100644 vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/BatchSubmitResponse.php (limited to 'vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/BatchSubmitResponse.php') diff --git a/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/BatchSubmitResponse.php b/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/BatchSubmitResponse.php deleted file mode 100644 index 7ddc25eb5..000000000 --- a/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/BatchSubmitResponse.php +++ /dev/null @@ -1,56 +0,0 @@ - array( - 'var' => 'ok', - 'isRequired' => true, - 'type' => TType::BOOL, - ), - ); - - /** - * @var bool - */ - public $ok = null; - - public function __construct($vals=null) { - if (is_array($vals)) { - parent::__construct(self::$_TSPEC, $vals); - } - } - - public function getName() { - return 'BatchSubmitResponse'; - } - - public function read($input) - { - return $this->_read('BatchSubmitResponse', self::$_TSPEC, $input); - } - - public function write($output) { - return $this->_write('BatchSubmitResponse', self::$_TSPEC, $output); - } - -} - -- cgit v1.2.3