Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Oct 28, 2024
1 parent 365b52d commit da93255
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Widget/RadioListTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,6 @@ public static function dataAddRadioWrapClass(): array
#[DataProvider('dataAddRadioWrapClass')]
public function testAddRadioWrapClass(string $expected, array $class): void
{

$html = RadioList::create('test')
->items([1 => 'One', 2 => 'Two'])
->radioWrapTag('div')
Expand Down

0 comments on commit da93255

Please sign in to comment.