Skip to content

Commit a6ad4f5

Browse files
committed
Run make generate of api stubs
Signed-off-by: Bob Weinand <bob.weinand@datadoghq.com>
1 parent c8a88f2 commit a6ad4f5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/ddtrace_php_api.stubs.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2310,6 +2310,14 @@ class Type
23102310
const CLI = 'cli';
23112311
const SQL = 'sql';
23122312
const QUEUE = 'queue';
2313+
/**
2314+
* @deprecated use QUEUE instead
2315+
*/
2316+
const MESSAGE_CONSUMER = 'queue';
2317+
/**
2318+
* @deprecated use QUEUE instead
2319+
*/
2320+
const MESSAGE_PRODUCER = 'queue';
23132321
const CASSANDRA = 'cassandra';
23142322
const ELASTICSEARCH = 'elasticsearch';
23152323
const MEMCACHED = 'memcached';

0 commit comments

Comments
 (0)