Skip to content

Commit

Permalink
Run make generate of api stubs
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Weinand <bob.weinand@datadoghq.com>
  • Loading branch information
bwoebi committed Jan 10, 2025
1 parent c8a88f2 commit a6ad4f5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/ddtrace_php_api.stubs.php
Original file line number Diff line number Diff line change
Expand Up @@ -2310,6 +2310,14 @@ class Type
const CLI = 'cli';
const SQL = 'sql';
const QUEUE = 'queue';
/**
* @deprecated use QUEUE instead
*/
const MESSAGE_CONSUMER = 'queue';
/**
* @deprecated use QUEUE instead
*/
const MESSAGE_PRODUCER = 'queue';
const CASSANDRA = 'cassandra';
const ELASTICSEARCH = 'elasticsearch';
const MEMCACHED = 'memcached';
Expand Down

0 comments on commit a6ad4f5

Please sign in to comment.