From b8b116e00a87ec07996ba964379f786c513e81dc Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Tue, 5 Dec 2023 15:15:35 +0000 Subject: [PATCH] Apply fixes from StyleCI --- tests/Column/ActionColumnTest.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tests/Column/ActionColumnTest.php b/tests/Column/ActionColumnTest.php index be388781f..3f68ca6fa 100644 --- a/tests/Column/ActionColumnTest.php +++ b/tests/Column/ActionColumnTest.php @@ -982,13 +982,13 @@ class: static fn(array $data, DataContext $context) => [ '', new ActionButton(attributes: ['data-key' => 6], overrideAttributes: true), ['data-id' => 5], - 'red' + 'red', ], 'override-attributes-with-class' => [ '', new ActionButton(attributes: ['data-key' => 6], class: 'green', overrideAttributes: true), ['data-id' => 5], - 'red' + 'red', ], ]; } @@ -999,8 +999,7 @@ public function testActionButtons( ActionButton $button, array $buttonAttributes = [], array|string|null $buttonClass = null, - ): void - { + ): void { $this->initialize(buttonAttributes: $buttonAttributes, buttonClass: $buttonClass); $dataReader = new IterableDataReader([