From 0beaeede6d8238628a01a51117a9b66bf5985fa0 Mon Sep 17 00:00:00 2001 From: COQUARD Cyrille Date: Tue, 10 Oct 2023 15:47:30 +0200 Subject: [PATCH] Fixed PHPCS --- inc/classes/class-imagify-assets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/classes/class-imagify-assets.php b/inc/classes/class-imagify-assets.php index 2c56a8ac1..7d5e1fc2c 100755 --- a/inc/classes/class-imagify-assets.php +++ b/inc/classes/class-imagify-assets.php @@ -187,7 +187,7 @@ public function register_styles_and_scripts() { $this->register_script( 'sweetalert', 'sweetalert2', [ 'promise-polyfill' ], '4.6.6' )->localize( 'imagifySwal' ); $this->register_bud_script( 'runtime', 'runtime' ); - $this->register_bud_script( 'chart', 'chart', ['runtime'], '4.4.0' ); + $this->register_bud_script( 'chart', 'chart', [ 'runtime' ], '4.4.0' ); $this->register_script( 'event-move', 'jquery.event.move', [ 'jquery' ], '2.0.1' );