From 338d68ae257a6cc5830f24d77f9e68e9d374dab7 Mon Sep 17 00:00:00 2001 From: Bernie Reiter Date: Tue, 18 Jun 2024 14:38:12 +0200 Subject: [PATCH] Coding Standards --- tests/phpunit/data/blocks/notice/variations.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/phpunit/data/blocks/notice/variations.php b/tests/phpunit/data/blocks/notice/variations.php index 59a62c7244108..bed66d9544176 100644 --- a/tests/phpunit/data/blocks/notice/variations.php +++ b/tests/phpunit/data/blocks/notice/variations.php @@ -5,6 +5,6 @@ 'name' => 'warning', 'title' => 'warning', 'description' => 'Shows warning.', - 'keywords' => array( 'warning' ) - ) + 'keywords' => array( 'warning' ), + ), );