UNPKG

@jymfony/framework-bundle

Version:

Jymfony Framework Bundle

12 lines (10 loc) 478 B
declare namespace Jymfony.Bundle.FrameworkBundle.DependencyInjection.Compiler { import ContainerBuilder = Jymfony.Component.DependencyInjection.ContainerBuilder; import CompilerPassInterface = Jymfony.Component.DependencyInjection.Compiler.CompilerPassInterface; export class TestServiceContainerRealRefPass extends implementationOf(CompilerPassInterface) { /** * @inheritdoc */ process(container: ContainerBuilder): void; } }