Skip to content

Commit

Permalink
fix(agent): Update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
zsistla committed Feb 4, 2025
1 parent 0d708cb commit 0009a56
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions agent/lib_php_amqplib.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,9 @@
*/

/*
* Purpose : Retrieves host and port from an AMQP Connection and sets the
* host/port values in the message_params.
* Purpose : Ensures the php-amqplib instrumentation gets wrapped.
*
* Params : 1. PhpAmqpLib\Connection family of connections that inherit from
* AbstractConnection
* 2. nr_segment_message_params_t* message_params that will be
* modified with port and host info, if available
* Params : None
*
* Returns : None
*/
Expand Down

0 comments on commit 0009a56

Please sign in to comment.