瀏覽代碼

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.');