name: CleanRememberMeVerifierPass
class_comment: '# * Cleans up the remember me verifier cache if cache is missing.

  # *

  # * @author Jordi Boggiano <j.boggiano@seld.be>'
dependencies:
- name: CompilerPassInterface
  type: class
  source: Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface
- name: ContainerBuilder
  type: class
  source: Symfony\Component\DependencyInjection\ContainerBuilder
properties: []
methods:
- name: process
  visibility: public
  parameters:
  - name: container
  comment: null
traits:
- Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface
- Symfony\Component\DependencyInjection\ContainerBuilder
interfaces:
- CompilerPassInterface