Skip to content

Commit 97fb5bd

Browse files
cs fix
1 parent 90092b7 commit 97fb5bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Test/KernelTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ protected static function getContainer(): ContainerInterface
111111
protected static function createKernel(array $options = []): KernelInterface
112112
{
113113
static::$class ??= static::getKernelClass();
114-
114+
115115
$env = $options['environment'] ?? $_ENV['APP_ENV'] ?? $_SERVER['APP_ENV'] ?? 'test';
116116
$debug = $options['debug'] ?? $_ENV['APP_DEBUG'] ?? $_SERVER['APP_DEBUG'] ?? true;
117117

0 commit comments

Comments
 (0)