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 Nov 28, 2024
1 parent 2202b42 commit c7decb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Tag/Base/TagTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ public static function dataClass(): array
['<test class="main">', ['main']],
['<test class="main bold">', ['main bold']],
['<test class="main bold">', ['main', 'bold']],
['<test class="test-class-1 test-class-2">', [ClassEnum::TEST_CLASS_1, ClassEnum::TEST_CLASS_2]]
['<test class="test-class-1 test-class-2">', [ClassEnum::TEST_CLASS_1, ClassEnum::TEST_CLASS_2]],
];
}

Expand Down

0 comments on commit c7decb5

Please sign in to comment.