Skip to content

Commit 0009a56

Browse files
committed
fix(agent): Update docstring
1 parent 0d708cb commit 0009a56

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

agent/lib_php_amqplib.c

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,9 @@
7070
*/
7171

7272
/*
73-
* Purpose : Retrieves host and port from an AMQP Connection and sets the
74-
* host/port values in the message_params.
73+
* Purpose : Ensures the php-amqplib instrumentation gets wrapped.
7574
*
76-
* Params : 1. PhpAmqpLib\Connection family of connections that inherit from
77-
* AbstractConnection
78-
* 2. nr_segment_message_params_t* message_params that will be
79-
* modified with port and host info, if available
75+
* Params : None
8076
*
8177
* Returns : None
8278
*/

0 commit comments

Comments
 (0)