We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea0e4cf commit 2d515f1Copy full SHA for 2d515f1
agent/fw_drupal8.c
@@ -628,11 +628,6 @@ static bool nr_drupal_hook_attribute_instrument(zval* module_handler) {
628
hook_implementation_map = nr_php_get_zval_object_property(
629
module_handler, "hookImplementationsMap");
630
631
- if (NULL == hook_implementation_map) {
632
- nrl_warning(NRL_FRAMEWORK, "NULL hookImplementationsMap object property");
633
- return false;
634
- }
635
-
636
if (!nr_php_is_zval_valid_array(hook_implementation_map)) {
637
nrl_warning(NRL_FRAMEWORK,
638
"hookImplementationsMap property not a valid array");
0 commit comments