Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
brettmc committed Sep 7, 2024
1 parent f32e6d0 commit e883528
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/otel_observer.c
Original file line number Diff line number Diff line change
Expand Up @@ -1149,8 +1149,8 @@ void opentelemetry_observer_init(INIT_FUNC_ARGS) {
zend_observer_fcall_register(observer_fcall_init);
op_array_extension =
zend_get_op_array_extension_handle("opentelemetry");
#if PHP_VERSION_ID >= 80400
#if PHP_VERSION_ID >= 80400
zend_get_internal_function_extension_handle("opentelemetry");
#endif
#endif
}
}

0 comments on commit e883528

Please sign in to comment.