| @@ -132,7 +132,7 @@ | ||
| 132 | 132 | ), $suite->getName()); | 
| 133 | 133 | } | 
| 134 | 134 | |
| 135 | -        $contexts = array_filter($contexts, function ($context) use ($contextsToRemove): bool { | |
| 135 | +        $contexts = array_filter($contexts, function($context) use ($contextsToRemove): bool { | |
| 136 | 136 | return !in_array($this->normalizeContext($context), $contextsToRemove, true); | 
| 137 | 137 | }); | 
| 138 | 138 | |
| @@ -190,7 +190,7 @@ | ||
| 190 | 190 |      { | 
| 191 | 191 |          $env = getenv('APP_ENV'); | 
| 192 | 192 |          try { | 
| 193 | - (new Dotenv())->bootEnv(basename(dirname(__DIR__)).'/../.env', $env); | |
| 193 | + (new Dotenv())->bootEnv(basename(dirname(__DIR__)) . '/../.env', $env); | |
| 194 | 194 | } | 
| 195 | 195 |          catch (PathException $exception) { | 
| 196 | 196 | return null; | 
| @@ -191,8 +191,7 @@ | ||
| 191 | 191 |          $env = getenv('APP_ENV'); | 
| 192 | 192 |          try { | 
| 193 | 193 | (new Dotenv())->bootEnv(basename(dirname(__DIR__)).'/../.env', $env); | 
| 194 | - } | |
| 195 | -        catch (PathException $exception) { | |
| 194 | +        } catch (PathException $exception) { | |
| 196 | 195 | return null; | 
| 197 | 196 | } | 
| 198 | 197 | } |