From 8ead9ae5803a8e2e49dbedde329b672bfaa76d40 Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Thu, 19 Dec 2024 16:12:13 +0100 Subject: [PATCH] Multiline comment --- plugins/optimization-detective/debug.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/plugins/optimization-detective/debug.php b/plugins/optimization-detective/debug.php index bf2b8dfde..06c059577 100644 --- a/plugins/optimization-detective/debug.php +++ b/plugins/optimization-detective/debug.php @@ -37,8 +37,10 @@ function od_debug_add_inp_schema_properties( array $additional_properties ): arr $additional_properties['inpData'] = array( 'description' => __( 'INP metrics', 'optimization-detective' ), 'type' => 'array', - // All extended properties must be optional so that URL Metrics are not all immediately invalidated once an extension is deactivated. - // Also, no INP data will be sent if the user never interacted with the page. + /* + * All extended properties must be optional so that URL Metrics are not all immediately invalidated once an extension is deactivated. + * Also, no INP data will be sent if the user never interacted with the page. + */ 'required' => false, 'items' => array( 'type' => 'object',