浏览代码

[FrameworkBundle] fixed CS

Daniel Holmes 14 年之前
父节点
当前提交
34b44a0ff1
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      src/Symfony/Bundle/FrameworkBundle/Test/WebTestCase.php

+ 1 - 2
src/Symfony/Bundle/FrameworkBundle/Test/WebTestCase.php

@@ -156,8 +156,7 @@ abstract class WebTestCase extends BaseWebTestCase
      */
     protected function tearDown()
     {
-        if ($this->kernel !== null && $this->kernel->isBooted())
-        {
+        if ($this->kernel !== null && $this->kernel->isBooted()) {
             $this->kernel->shutdown();
         }
     }