name: MakeFirewallsEventDispatcherTraceablePass class_comment: '# * @author Mathieu Lechat ' dependencies: - name: CompilerPassInterface type: class source: Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface - name: ContainerBuilder type: class source: Symfony\Component\DependencyInjection\ContainerBuilder - name: ContainerInterface type: class source: Symfony\Component\DependencyInjection\ContainerInterface - name: Reference type: class source: Symfony\Component\DependencyInjection\Reference - name: TraceableEventDispatcher type: class source: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher properties: [] methods: - name: process visibility: public parameters: - name: container comment: null traits: - Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface - Symfony\Component\DependencyInjection\ContainerBuilder - Symfony\Component\DependencyInjection\ContainerInterface - Symfony\Component\DependencyInjection\Reference - Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher interfaces: - CompilerPassInterface