소스 검색

[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();
         }
     }