From 4aa25223a683824afbcfabe17905fd6bdd24314d Mon Sep 17 00:00:00 2001 From: Amber Sistla Date: Tue, 4 Feb 2025 17:27:07 -0700 Subject: [PATCH] style(agent): Comment clarification --- agent/lib_php_amqplib.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/agent/lib_php_amqplib.c b/agent/lib_php_amqplib.c index 0e552d90b..213b08db3 100644 --- a/agent/lib_php_amqplib.c +++ b/agent/lib_php_amqplib.c @@ -79,8 +79,6 @@ static void nr_php_amqplib_ensure_class() { zval retval_zpd; int result = FAILURE; -//amber -return; result = zend_eval_string("class_exists('PhpAmqpLib\\Channel\\AMQPChannel');", &retval_zpd, "Get nr_php_amqplib_class_exists"); @@ -93,7 +91,7 @@ return; } /* - * Version detection will be called directly from PhpAmqpLib\\Package::VERSION + * Version detection will be called pulled from PhpAmqpLib\\Package::VERSION * nr_php_amqplib_handle_version will automatically load the class if it isn't * loaded yet and then evaluate the string. To avoid the VERY unlikely but not * impossible fatal error if the file/class isn't loaded yet, we need to wrap