Skip to content

Commit

Permalink
chore(agent): Improves code comment
Browse files Browse the repository at this point in the history
Co-authored-by: Michal Nowacki <[email protected]>
  • Loading branch information
mfulb and lavarou authored Feb 15, 2024
1 parent b3bc447 commit 001a7ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/fw_drupal8.c
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ NR_PHP_WRAPPER_END
* having to pass the lower case name of the class). If present then an attempt
* is made to retrieve the 'VERSION' class constant. Both of these checks rely
* on existing "nr_" routines that have been designed to be robust and will not
* cause an issue if either check were to fail.
* cause an issue in user's application if either check were to fail.
*/
void nr_drupal_version() {
zval* zval_version = NULL;
Expand Down

0 comments on commit 001a7ee

Please sign in to comment.