From a759f5588c101bb02f2d783fcfbc9b61b08c6efb Mon Sep 17 00:00:00 2001 From: Nilambar Sharma Date: Wed, 3 Apr 2024 18:04:07 +0545 Subject: [PATCH] Fix CS error --- src/Fetch_Command.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Fetch_Command.php b/src/Fetch_Command.php index b00563c..74c6519 100644 --- a/src/Fetch_Command.php +++ b/src/Fetch_Command.php @@ -127,7 +127,7 @@ function ( $args ) use ( $response_size_limit ) { remove_all_filters( 'oembed_dataparse' ); // Save a few cycles. add_filter( 'oembed_dataparse', - function ( $ret, $data, $url ) { + function ( $ret, $data, $url ) { // phpcs:ignore Generic.CodeAnalysis.UnusedFunctionParameter.Found return $data; }, PHP_INT_MAX,