Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreyu authored and github-actions[bot] committed Jan 12, 2025
1 parent dabdbd6 commit 2207676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/Column/Type/HtmlColumnTypeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public function testDefaultAllowedTagsOption(): void
}

#[DataProvider('provideAllowedTagsOption')]
public function testPassingAllowedTagsOption(null|string|array $allowedTags): void
public function testPassingAllowedTagsOption(string|array|null $allowedTags): void
{
$column = $this->createColumn(['allowed_tags' => $allowedTags]);
$columnValueView = $this->createColumnValueView($column);
Expand Down

0 comments on commit 2207676

Please sign in to comment.