From 768f82f20424c50ae032fbc5c060a48f21ff4e7f Mon Sep 17 00:00:00 2001 From: PululuK Date: Fri, 16 Jun 2023 00:22:00 +0200 Subject: [PATCH] Apply php-cs-fixer --- classes/Tools.php | 1 - 1 file changed, 1 deletion(-) diff --git a/classes/Tools.php b/classes/Tools.php index de5ee88da0666..68a0ae77188d0 100644 --- a/classes/Tools.php +++ b/classes/Tools.php @@ -3864,7 +3864,6 @@ public static function arrayInsertElementAfterKey(array $array, string $targetKe * * @return string */ - public static function makeHtmlDataAttributes(array $dataAttributes): string { $htmlDataAttributes = '';