Forráskód Böngészése

[FrameworkBundle] fixed CS

Daniel Holmes 14 éve
szülő
commit
34b44a0ff1

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