Explorar o código

[FrameworkBundle] fixed CS

Daniel Holmes %!s(int64=14) %!d(string=hai) anos
pai
achega
34b44a0ff1
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  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();
         }
     }