Files
archived-runtime/Internal/HttpKernel/HttpKernelInterfaceRuntime.php
Fabien Potencier 9371c120b2 Fix typo
2021-04-17 18:36:24 +02:00

22 lines
423 B
PHP

<?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Runtime\Symfony\Component\HttpKernel;
use Symfony\Component\Runtime\SymfonyRuntime;
/**
* @internal
*/
class HttpKernelInterfaceRuntime extends SymfonyRuntime
{
}