Skip to content

Commit b277aaf

Browse files
keradusnicolas-grekas
authored andcommitted
CS: trailing commas
1 parent 92ea07f commit b277aaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Channel/BrowserChannelTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class BrowserChannelTest extends TestCase
3535
public function testImportanceLevelIsReflectedInFlashMessageType(
3636
FlashMessageImportanceMapperInterface $mapper,
3737
string $importance,
38-
string $expectedFlashMessageType
38+
string $expectedFlashMessageType,
3939
) {
4040
$session = $this->createMock(Session::class);
4141
$session->method('getFlashBag')->willReturn(new FlashBag());

0 commit comments

Comments
 (0)