We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd9a614 commit 9b27700Copy full SHA for 9b27700
service_container/compiler_passes.rst
@@ -17,11 +17,10 @@ Compiler passes are registered in the ``build()`` method of the application kern
17
18
use App\DependencyInjection\Compiler\CustomPass;
19
use Symfony\Bundle\FrameworkBundle\Kernel\MicroKernelTrait;
20
- use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
21
use Symfony\Component\DependencyInjection\ContainerBuilder;
22
use Symfony\Component\HttpKernel\Kernel as BaseKernel;
23
24
- class Kernel extends BaseKernel implements CompilerPassInterface
+ class Kernel extends BaseKernel
25
{
26
use MicroKernelTrait;
27
0 commit comments