Skip to content

Commit 8337120

Browse files
committed
fix cs error
1 parent c7035d3 commit 8337120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Functional/DependencyInjection/ServiceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ protected function bootDebugKernel()
3232
{
3333
static::ensureKernelShutdown();
3434

35-
/** @var \AppKernel $kernel */
3635
static::$kernel = static::createKernel();
36+
assert(static::$kernel instanceof \AppKernel);
3737
static::$kernel->addCompilerPass(new ServicesPublicPass());
3838
$fs = new Filesystem();
3939
$fs->remove(static::$kernel->getCacheDir());

0 commit comments

Comments
 (0)