Skip to content

Commit

Permalink
review: use 0 retval for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
bduranleau-nr committed Jan 23, 2025
1 parent dafcd5d commit da14399
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 @@ -342,7 +342,7 @@ NR_PHP_WRAPPER(nr_drupal8_name_the_wt_cached) {
goto end;
}

if (false
if (0
== nr_php_object_instanceof_class(
request, "Symfony\\Component\\HttpFoundation\\Request")) {
nrl_verbosedebug(
Expand Down

0 comments on commit da14399

Please sign in to comment.