소스 검색

Code style fix.

Shein Alexey 13 년 전
부모
커밋
eba9de1593
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      tests/Symfony/Tests/Component/Console/Helper/FormatterHelperTest.php

+ 2 - 1
tests/Symfony/Tests/Component/Console/Helper/FormatterHelperTest.php

@@ -52,7 +52,8 @@ class FormatterHelperTest extends \PHPUnit_Framework_TestCase
         );
     }
 
-    public function testFormatBlockWithDiacriticLetters() {
+    public function testFormatBlockWithDiacriticLetters()
+    {
 
         if (!extension_loaded('mbstring')) {
             $this->markTestSkipped('This test requires mbstring to work.');