10000 Code style fix. · scp/symfony@eba9de1 · GitHub
[go: up one dir, main page]

Skip to content

Commit eba9de1

Browse files
author
Shein Alexey
committed
Code style fix.
1 parent 0b1abb3 commit eba9de1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/Symfony/Tests/Component/Console/Helper/FormatterHelperTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ public function testFormatBlock()
5252
);
5353
}
5454

55-
public function testFormatBlockWithDiacriticLetters() {
55+
public function testFormatBlockWithDiacriticLetters()
56+
{
5657

5758
if (!extension_loaded('mbstring')) {
5859
$this->markTestSkipped('This test requires mbstring to work.');

0 commit comments

Comments
 (0)
0