https://dev.adressermittlung.de/kontakt

Log Messages

Info. & Errors 2

Informational and error log messages generated during the execution of the application.

Level Channel Message
INFO 17:20:07 request Matched route
"kontakt"
.
[
  "route" => "kontakt"
  "route_parameters" => [
    "_controller" => "Symfony\Bundle\FrameworkBundle\Controller\RedirectController::urlRedirectAction"
    "path" => "/kontakt/"
    "permanent" => true
    "scheme" => null
    "httpPort" => 80
    "httpsPort" => 443
    "_route" => "kontakt"
    "template" => "views/kontakt.html.twig"
    "breadcrumbs" => [
      "home" => "Startseite"
      "kontakt" => "Kontakt"
    ]
    "sitemap" => true
  ]
  "request_uri" => "https://dev.adressermittlung.de/kontakt"
  "method" => "GET"
]
INFO 17:20:07 security Populated the TokenStorage with an anonymous Token.

Deprecations 133

Log messages generated by using features marked as deprecated.

Time Channel Message
17:20:07 php User Deprecated: The "Symfony\Component\Debug\DebugClassLoader" class is deprecated since Symfony 4.4, use "Symfony\Component\ErrorHandler\DebugClassLoader" instead.
[
  "exception" => ErrorException {#7
    #message: "User Deprecated: The "Symfony\Component\Debug\DebugClassLoader" class is deprecated since Symfony 4.4, use "Symfony\Component\ErrorHandler\DebugClassLoader" instead."
    #code: 0
    #file: "/home/wf10501/www/vendor/symfony/debug/DebugClassLoader.php"
    #line: 16
    #severity: E_USER_DEPRECATED
    trace: {
      /home/wf10501/www/vendor/symfony/debug/DebugClassLoader.php:16 {
        include …
        › 
        › @trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.4, use "%s" instead.', DebugClassLoader::class, \Symfony\Component\ErrorHandler\DebugClassLoader::class), \E_USER_DEPRECATED);}
      /home/wf10501/www/vendor/composer/ClassLoader.php:444 {
        Composer\Autoload\includeFile($file) …
        › {    include $file;}
      }
      /home/wf10501/www/vendor/composer/ClassLoader.php:322 {
        Composer\Autoload\ClassLoader->loadClass($class) …
        › if ($file = $this->findFile($class)) {    includeFile($file);}
      Composer\Autoload\ClassLoader->loadClass() {}
      /home/wf10501/www/vendor/symfony/debug/Debug.php:62 {
        Symfony\Component\Debug\Debug::enable($errorReportingLevel = E_ALL, $displayErrors = true) …
        › 
        ›     DebugClassLoader::enable();}
      }
      /home/wf10501/www/public/index.php:24 {
        › 
        ›     Debug::enable();}
      }
    }
  }
]
17:20:07 php (7 times) User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.
[
  "exception" => ErrorException {#114
    #message: "User Deprecated: Calling the "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead."
    #code: 0
    #file: "/home/wf10501/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    #line: 148
    #severity: E_USER_DEPRECATED
    trace: {
      /home/wf10501/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:148 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › } else {    @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), \E_USER_DEPRECATED);    $swap = $event;
      }
      /home/wf10501/www/vendor/symfony/http-kernel/HttpKernel.php:127 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, $type = self::MASTER_REQUEST) …
        › $event = new GetResponseEvent($this, $request, $type);$this->dispatcher->dispatch(KernelEvents::REQUEST, $event);}
      /home/wf10501/www/vendor/symfony/http-kernel/HttpKernel.php:68 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/wf10501/www/vendor/symfony/http-kernel/Kernel.php:200 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/wf10501/www/public/index.php:37 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/wf10501/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:148 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › } else {    @trigger_error(sprintf('Calling the "%s::dispatch()" method with the event name as first argument is deprecated since Symfony 4.3, pass it second and provide the event object first instead.', EventDispatcherInterface::class), \E_USER_DEPRECATED);    $swap = $event;
  }
  /home/wf10501/www/vendor/symfony/http-kernel/HttpKernel.php:127 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, $type = self::MASTER_REQUEST) …
    › $event = new GetResponseEvent($this, $request, $type);$this->dispatcher->dispatch(KernelEvents::REQUEST, $event);}
  /home/wf10501/www/vendor/symfony/http-kernel/HttpKernel.php:68 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/wf10501/www/vendor/symfony/http-kernel/Kernel.php:200 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/wf10501/www/public/index.php:37 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
17:20:07 php User Deprecated: Option "generator_base_class" given to router Symfony\Bundle\FrameworkBundle\Routing\Router is deprecated since Symfony 4.3.
[
  "exception" => ErrorException {#106
    #message: "User Deprecated: Option "generator_base_class" given to router Symfony\Bundle\FrameworkBundle\Routing\Router is deprecated since Symfony 4.3."
    #code: 0
    #file: "/home/wf10501/www/vendor/symfony/routing/Router.php"
    #line: 436
    #severity: E_USER_DEPRECATED
    trace: {
      /home/wf10501/www/vendor/symfony/routing/Router.php:436 {
        Symfony\Component\Routing\Router->checkDeprecatedOption(string $key) …
        ›     case 'matcher_cache_class':        @trigger_error(sprintf('Option "%s" given to router %s is deprecated since Symfony 4.3.', $key, static::class), \E_USER_DEPRECATED);}
      }
      /home/wf10501/www/vendor/symfony/routing/Router.php:152 {
        Symfony\Component\Routing\Router->setOptions(array $options) …
        › foreach ($options as $key => $value) {    $this->checkDeprecatedOption($key);    if (\array_key_exists($key, $this->options)) {
      }
      /home/wf10501/www/vendor/symfony/framework-bundle/Routing/Router.php:47 {
        Symfony\Bundle\FrameworkBundle\Routing\Router->__construct(ContainerInterface $container, $resource, array $options = [], RequestContext $context = null) …
        ›     $this->context = $context ?: new RequestContext();    $this->setOptions($options);}
      }
      /home/wf10501/www/var/cache/dev/ContainerR31Bbd1/srcDevDebugProjectContainer.php:696 {
        ContainerR31Bbd1\srcDevDebugProjectContainer->getRouterService() …
        › {    $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router($this, 'kernel:loadRoutes', ['cache_dir' => $this->targetDir.'', 'debug' => true, 'generator_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator', 'generator_base_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator', 'generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\PhpGeneratorDumper', 'generator_cache_class' => 'srcDevDebugProjectContainerUrlGenerator', 'matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher', 'matcher_base_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher', 'matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\PhpMatcherDumper', 'matcher_cache_class' => 'srcDevDebugProjectContainerUrlMatcher', 'strict_requirements' => true, 'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));}
      /home/wf10501/www/var/cache/dev/ContainerR31Bbd1/srcDevDebugProjectContainer.php:1152 {
        ContainerR31Bbd1\srcDevDebugProjectContainer->getRouterListenerService() …
        › {    return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__, 4), true);}
      }
      /home/wf10501/www/var/cache/dev/ContainerR31Bbd1/srcDevDebugProjectContainer.php:522 {
        ContainerR31Bbd1\srcDevDebugProjectContainer->ContainerR31Bbd1\{closure} …
        › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['router_listener'] ?? $this->getRouterListenerService());}, 1 => 'onKernelRequest'], 32);
      }
      /home/wf10501/www/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /home/wf10501/www/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /home/wf10501/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /home/wf10501/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › 
        › $this->preProcess($eventName);try {
      }
      /home/wf10501/www/vendor/symfony/http-kernel/HttpKernel.php:127 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, $type = self::MASTER_REQUEST) …
        › $event = new GetResponseEvent($this, $request, $type);$this->dispatcher->dispatch(KernelEvents::REQUEST, $event);}
      /home/wf10501/www/vendor/symfony/http-kernel/HttpKernel.php:68 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/wf10501/www/vendor/symfony/http-kernel/Kernel.php:200 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/wf10501/www/public/index.php:37 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/wf10501/www/vendor/symfony/routing/Router.php:436 {
    Symfony\Component\Routing\Router->checkDeprecatedOption(string $key) …
    ›     case 'matcher_cache_class':        @trigger_error(sprintf('Option "%s" given to router %s is deprecated since Symfony 4.3.', $key, static::class), \E_USER_DEPRECATED);}
  }
  /home/wf10501/www/vendor/symfony/routing/Router.php:152 {
    Symfony\Component\Routing\Router->setOptions(array $options) …
    › foreach ($options as $key => $value) {    $this->checkDeprecatedOption($key);    if (\array_key_exists($key, $this->options)) {
  }
  /home/wf10501/www/vendor/symfony/framework-bundle/Routing/Router.php:47 {
    Symfony\Bundle\FrameworkBundle\Routing\Router->__construct(ContainerInterface $container, $resource, array $options = [], RequestContext $context = null) …
    ›     $this->context = $context ?: new RequestContext();    $this->setOptions($options);}
  }
  /home/wf10501/www/var/cache/dev/ContainerR31Bbd1/srcDevDebugProjectContainer.php:696 {
    ContainerR31Bbd1\srcDevDebugProjectContainer->getRouterService() …
    › {    $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router($this, 'kernel:loadRoutes', ['cache_dir' => $this->targetDir.'', 'debug' => true, 'generator_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator', 'generator_base_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator', 'generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\PhpGeneratorDumper', 'generator_cache_class' => 'srcDevDebugProjectContainerUrlGenerator', 'matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher', 'matcher_base_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher', 'matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\PhpMatcherDumper', 'matcher_cache_class' => 'srcDevDebugProjectContainerUrlMatcher', 'strict_requirements' => true, 'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));}
  /home/wf10501/www/var/cache/dev/ContainerR31Bbd1/srcDevDebugProjectContainer.php:1152 {
    ContainerR31Bbd1\srcDevDebugProjectContainer->getRouterListenerService() …
    › {    return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__, 4), true);}
  }
  /home/wf10501/www/var/cache/dev/ContainerR31Bbd1/srcDevDebugProjectContainer.php:522 {
    ContainerR31Bbd1\srcDevDebugProjectContainer->ContainerR31Bbd1\{closure} …
    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['router_listener'] ?? $this->getRouterListenerService());}, 1 => 'onKernelRequest'], 32);
  }
  /home/wf10501/www/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /home/wf10501/www/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /home/wf10501/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /home/wf10501/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › 
    › $this->preProcess($eventName);try {
  }
  /home/wf10501/www/vendor/symfony/http-kernel/HttpKernel.php:127 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, $type = self::MASTER_REQUEST) …
    › $event = new GetResponseEvent($this, $request, $type);$this->dispatcher->dispatch(KernelEvents::REQUEST, $event);}
  /home/wf10501/www/vendor/symfony/http-kernel/HttpKernel.php:68 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/wf10501/www/vendor/symfony/http-kernel/Kernel.php:200 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/wf10501/www/public/index.php:37 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
17:20:07 php User Deprecated: Option "generator_cache_class" given to router Symfony\Bundle\FrameworkBundle\Routing\Router is deprecated since Symfony 4.3.
[
  "exception" => ErrorException {#105
    #message: "User Deprecated: Option "generator_cache_class" given to router Symfony\Bundle\FrameworkBundle\Routing\Router is deprecated since Symfony 4.3."
    #code: 0
    #file: "/home/wf10501/www/vendor/symfony/routing/Router.php"
    #line: 436
    #severity: E_USER_DEPRECATED
    trace: {
      /home/wf10501/www/vendor/symfony/routing/Router.php:436 {
        Symfony\Component\Routing\Router->checkDeprecatedOption(string $key) …
        ›     case 'matcher_cache_class':        @trigger_error(sprintf('Option "%s" given to router %s is deprecated since Symfony 4.3.', $key, static::class), \E_USER_DEPRECATED);}
      }
      /home/wf10501/www/vendor/symfony/routing/Router.php:152 {
        Symfony\Component\Routing\Router->setOptions(array $options) …
        › foreach ($options as $key => $value) {    $this->checkDeprecatedOption($key);    if (\array_key_exists($key, $this->options)) {
      }
      /home/wf10501/www/vendor/symfony/framework-bundle/Routing/Router.php:47 {
        Symfony\Bundle\FrameworkBundle\Routing\Router->__construct(ContainerInterface $container, $resource, array $options = [], RequestContext $context = null) …
        ›     $this->context = $context ?: new RequestContext();    $this->setOptions($options);}
      }
      /home/wf10501/www/var/cache/dev/ContainerR31Bbd1/srcDevDebugProjectContainer.php:696 {
        ContainerR31Bbd1\srcDevDebugProjectContainer->getRouterService() …
        › {    $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router($this, 'kernel:loadRoutes', ['cache_dir' => $this->targetDir.'', 'debug' => true, 'generator_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator', 'generator_base_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator', 'generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\PhpGeneratorDumper', 'generator_cache_class' => 'srcDevDebugProjectContainerUrlGenerator', 'matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher', 'matcher_base_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher', 'matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\PhpMatcherDumper', 'matcher_cache_class' => 'srcDevDebugProjectContainerUrlMatcher', 'strict_requirements' => true, 'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));}
      /home/wf10501/www/var/cache/dev/ContainerR31Bbd1/srcDevDebugProjectContainer.php:1152 {
        ContainerR31Bbd1\srcDevDebugProjectContainer->getRouterListenerService() …
        › {    return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__, 4), true);}
      }
      /home/wf10501/www/var/cache/dev/ContainerR31Bbd1/srcDevDebugProjectContainer.php:522 {
        ContainerR31Bbd1\srcDevDebugProjectContainer->ContainerR31Bbd1\{closure} …
        › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['router_listener'] ?? $this->getRouterListenerService());}, 1 => 'onKernelRequest'], 32);
      }
      /home/wf10501/www/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /home/wf10501/www/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /home/wf10501/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /home/wf10501/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › 
        › $this->preProcess($eventName);try {
      }
      /home/wf10501/www/vendor/symfony/http-kernel/HttpKernel.php:127 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, $type = self::MASTER_REQUEST) …
        › $event = new GetResponseEvent($this, $request, $type);$this->dispatcher->dispatch(KernelEvents::REQUEST, $event);}
      /home/wf10501/www/vendor/symfony/http-kernel/HttpKernel.php:68 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/wf10501/www/vendor/symfony/http-kernel/Kernel.php:200 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/wf10501/www/public/index.php:37 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/wf10501/www/vendor/symfony/routing/Router.php:436 {
    Symfony\Component\Routing\Router->checkDeprecatedOption(string $key) …
    ›     case 'matcher_cache_class':        @trigger_error(sprintf('Option "%s" given to router %s is deprecated since Symfony 4.3.', $key, static::class), \E_USER_DEPRECATED);}
  }
  /home/wf10501/www/vendor/symfony/routing/Router.php:152 {
    Symfony\Component\Routing\Router->setOptions(array $options) …
    › foreach ($options as $key => $value) {    $this->checkDeprecatedOption($key);    if (\array_key_exists($key, $this->options)) {
  }
  /home/wf10501/www/vendor/symfony/framework-bundle/Routing/Router.php:47 {
    Symfony\Bundle\FrameworkBundle\Routing\Router->__construct(ContainerInterface $container, $resource, array $options = [], RequestContext $context = null) …
    ›     $this->context = $context ?: new RequestContext();    $this->setOptions($options);}
  }
  /home/wf10501/www/var/cache/dev/ContainerR31Bbd1/srcDevDebugProjectContainer.php:696 {
    ContainerR31Bbd1\srcDevDebugProjectContainer->getRouterService() …
    › {    $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router($this, 'kernel:loadRoutes', ['cache_dir' => $this->targetDir.'', 'debug' => true, 'generator_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator', 'generator_base_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator', 'generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\PhpGeneratorDumper', 'generator_cache_class' => 'srcDevDebugProjectContainerUrlGenerator', 'matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher', 'matcher_base_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher', 'matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\PhpMatcherDumper', 'matcher_cache_class' => 'srcDevDebugProjectContainerUrlMatcher', 'strict_requirements' => true, 'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));}
  /home/wf10501/www/var/cache/dev/ContainerR31Bbd1/srcDevDebugProjectContainer.php:1152 {
    ContainerR31Bbd1\srcDevDebugProjectContainer->getRouterListenerService() …
    › {    return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__, 4), true);}
  }
  /home/wf10501/www/var/cache/dev/ContainerR31Bbd1/srcDevDebugProjectContainer.php:522 {
    ContainerR31Bbd1\srcDevDebugProjectContainer->ContainerR31Bbd1\{closure} …
    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['router_listener'] ?? $this->getRouterListenerService());}, 1 => 'onKernelRequest'], 32);
  }
  /home/wf10501/www/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /home/wf10501/www/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /home/wf10501/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /home/wf10501/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › 
    › $this->preProcess($eventName);try {
  }
  /home/wf10501/www/vendor/symfony/http-kernel/HttpKernel.php:127 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, $type = self::MASTER_REQUEST) …
    › $event = new GetResponseEvent($this, $request, $type);$this->dispatcher->dispatch(KernelEvents::REQUEST, $event);}
  /home/wf10501/www/vendor/symfony/http-kernel/HttpKernel.php:68 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/wf10501/www/vendor/symfony/http-kernel/Kernel.php:200 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/wf10501/www/public/index.php:37 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
17:20:07 php User Deprecated: Option "matcher_base_class" given to router Symfony\Bundle\FrameworkBundle\Routing\Router is deprecated since Symfony 4.3.
[
  "exception" => ErrorException {#104
    #message: "User Deprecated: Option "matcher_base_class" given to router Symfony\Bundle\FrameworkBundle\Routing\Router is deprecated since Symfony 4.3."
    #code: 0
    #file: "/home/wf10501/www/vendor/symfony/routing/Router.php"
    #line: 436
    #severity: E_USER_DEPRECATED
    trace: {
      /home/wf10501/www/vendor/symfony/routing/Router.php:436 {
        Symfony\Component\Routing\Router->checkDeprecatedOption(string $key) …
        ›     case 'matcher_cache_class':        @trigger_error(sprintf('Option "%s" given to router %s is deprecated since Symfony 4.3.', $key, static::class), \E_USER_DEPRECATED);}
      }
      /home/wf10501/www/vendor/symfony/routing/Router.php:152 {
        Symfony\Component\Routing\Router->setOptions(array $options) …
        › foreach ($options as $key => $value) {    $this->checkDeprecatedOption($key);    if (\array_key_exists($key, $this->options)) {
      }
      /home/wf10501/www/vendor/symfony/framework-bundle/Routing/Router.php:47 {
        Symfony\Bundle\FrameworkBundle\Routing\Router->__construct(ContainerInterface $container, $resource, array $options = [], RequestContext $context = null) …
        ›     $this->context = $context ?: new RequestContext();    $this->setOptions($options);}
      }
      /home/wf10501/www/var/cache/dev/ContainerR31Bbd1/srcDevDebugProjectContainer.php:696 {
        ContainerR31Bbd1\srcDevDebugProjectContainer->getRouterService() …
        › {    $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router($this, 'kernel:loadRoutes', ['cache_dir' => $this->targetDir.'', 'debug' => true, 'generator_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator', 'generator_base_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator', 'generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\PhpGeneratorDumper', 'generator_cache_class' => 'srcDevDebugProjectContainerUrlGenerator', 'matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher', 'matcher_base_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher', 'matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\PhpMatcherDumper', 'matcher_cache_class' => 'srcDevDebugProjectContainerUrlMatcher', 'strict_requirements' => true, 'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));}
      /home/wf10501/www/var/cache/dev/ContainerR31Bbd1/srcDevDebugProjectContainer.php:1152 {
        ContainerR31Bbd1\srcDevDebugProjectContainer->getRouterListenerService() …
        › {    return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__, 4), true);}
      }
      /home/wf10501/www/var/cache/dev/ContainerR31Bbd1/srcDevDebugProjectContainer.php:522 {
        ContainerR31Bbd1\srcDevDebugProjectContainer->ContainerR31Bbd1\{closure} …
        › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['router_listener'] ?? $this->getRouterListenerService());}, 1 => 'onKernelRequest'], 32);
      }
      /home/wf10501/www/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /home/wf10501/www/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /home/wf10501/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /home/wf10501/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › 
        › $this->preProcess($eventName);try {
      }
      /home/wf10501/www/vendor/symfony/http-kernel/HttpKernel.php:127 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, $type = self::MASTER_REQUEST) …
        › $event = new GetResponseEvent($this, $request, $type);$this->dispatcher->dispatch(KernelEvents::REQUEST, $event);}
      /home/wf10501/www/vendor/symfony/http-kernel/HttpKernel.php:68 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/wf10501/www/vendor/symfony/http-kernel/Kernel.php:200 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/wf10501/www/public/index.php:37 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/wf10501/www/vendor/symfony/routing/Router.php:436 {
    Symfony\Component\Routing\Router->checkDeprecatedOption(string $key) …
    ›     case 'matcher_cache_class':        @trigger_error(sprintf('Option "%s" given to router %s is deprecated since Symfony 4.3.', $key, static::class), \E_USER_DEPRECATED);}
  }
  /home/wf10501/www/vendor/symfony/routing/Router.php:152 {
    Symfony\Component\Routing\Router->setOptions(array $options) …
    › foreach ($options as $key => $value) {    $this->checkDeprecatedOption($key);    if (\array_key_exists($key, $this->options)) {
  }
  /home/wf10501/www/vendor/symfony/framework-bundle/Routing/Router.php:47 {
    Symfony\Bundle\FrameworkBundle\Routing\Router->__construct(ContainerInterface $container, $resource, array $options = [], RequestContext $context = null) …
    ›     $this->context = $context ?: new RequestContext();    $this->setOptions($options);}
  }
  /home/wf10501/www/var/cache/dev/ContainerR31Bbd1/srcDevDebugProjectContainer.php:696 {
    ContainerR31Bbd1\srcDevDebugProjectContainer->getRouterService() …
    › {    $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router($this, 'kernel:loadRoutes', ['cache_dir' => $this->targetDir.'', 'debug' => true, 'generator_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator', 'generator_base_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator', 'generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\PhpGeneratorDumper', 'generator_cache_class' => 'srcDevDebugProjectContainerUrlGenerator', 'matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher', 'matcher_base_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher', 'matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\PhpMatcherDumper', 'matcher_cache_class' => 'srcDevDebugProjectContainerUrlMatcher', 'strict_requirements' => true, 'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));}
  /home/wf10501/www/var/cache/dev/ContainerR31Bbd1/srcDevDebugProjectContainer.php:1152 {
    ContainerR31Bbd1\srcDevDebugProjectContainer->getRouterListenerService() …
    › {    return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__, 4), true);}
  }
  /home/wf10501/www/var/cache/dev/ContainerR31Bbd1/srcDevDebugProjectContainer.php:522 {
    ContainerR31Bbd1\srcDevDebugProjectContainer->ContainerR31Bbd1\{closure} …
    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['router_listener'] ?? $this->getRouterListenerService());}, 1 => 'onKernelRequest'], 32);
  }
  /home/wf10501/www/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /home/wf10501/www/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /home/wf10501/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /home/wf10501/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › 
    › $this->preProcess($eventName);try {
  }
  /home/wf10501/www/vendor/symfony/http-kernel/HttpKernel.php:127 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, $type = self::MASTER_REQUEST) …
    › $event = new GetResponseEvent($this, $request, $type);$this->dispatcher->dispatch(KernelEvents::REQUEST, $event);}
  /home/wf10501/www/vendor/symfony/http-kernel/HttpKernel.php:68 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/wf10501/www/vendor/symfony/http-kernel/Kernel.php:200 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/wf10501/www/public/index.php:37 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
17:20:07 php User Deprecated: Option "matcher_cache_class" given to router Symfony\Bundle\FrameworkBundle\Routing\Router is deprecated since Symfony 4.3.
[
  "exception" => ErrorException {#103
    #message: "User Deprecated: Option "matcher_cache_class" given to router Symfony\Bundle\FrameworkBundle\Routing\Router is deprecated since Symfony 4.3."
    #code: 0
    #file: "/home/wf10501/www/vendor/symfony/routing/Router.php"
    #line: 436
    #severity: E_USER_DEPRECATED
    trace: {
      /home/wf10501/www/vendor/symfony/routing/Router.php:436 {
        Symfony\Component\Routing\Router->checkDeprecatedOption(string $key) …
        ›     case 'matcher_cache_class':        @trigger_error(sprintf('Option "%s" given to router %s is deprecated since Symfony 4.3.', $key, static::class), \E_USER_DEPRECATED);}
      }
      /home/wf10501/www/vendor/symfony/routing/Router.php:152 {
        Symfony\Component\Routing\Router->setOptions(array $options) …
        › foreach ($options as $key => $value) {    $this->checkDeprecatedOption($key);    if (\array_key_exists($key, $this->options)) {
      }
      /home/wf10501/www/vendor/symfony/framework-bundle/Routing/Router.php:47 {
        Symfony\Bundle\FrameworkBundle\Routing\Router->__construct(ContainerInterface $container, $resource, array $options = [], RequestContext $context = null) …
        ›     $this->context = $context ?: new RequestContext();    $this->setOptions($options);}
      }
      /home/wf10501/www/var/cache/dev/ContainerR31Bbd1/srcDevDebugProjectContainer.php:696 {
        ContainerR31Bbd1\srcDevDebugProjectContainer->getRouterService() …
        › {    $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router($this, 'kernel:loadRoutes', ['cache_dir' => $this->targetDir.'', 'debug' => true, 'generator_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator', 'generator_base_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator', 'generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\PhpGeneratorDumper', 'generator_cache_class' => 'srcDevDebugProjectContainerUrlGenerator', 'matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher', 'matcher_base_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher', 'matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\PhpMatcherDumper', 'matcher_cache_class' => 'srcDevDebugProjectContainerUrlMatcher', 'strict_requirements' => true, 'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));}
      /home/wf10501/www/var/cache/dev/ContainerR31Bbd1/srcDevDebugProjectContainer.php:1152 {
        ContainerR31Bbd1\srcDevDebugProjectContainer->getRouterListenerService() …
        › {    return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__, 4), true);}
      }
      /home/wf10501/www/var/cache/dev/ContainerR31Bbd1/srcDevDebugProjectContainer.php:522 {
        ContainerR31Bbd1\srcDevDebugProjectContainer->ContainerR31Bbd1\{closure} …
        › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['router_listener'] ?? $this->getRouterListenerService());}, 1 => 'onKernelRequest'], 32);
      }
      /home/wf10501/www/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /home/wf10501/www/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /home/wf10501/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /home/wf10501/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › 
        › $this->preProcess($eventName);try {
      }
      /home/wf10501/www/vendor/symfony/http-kernel/HttpKernel.php:127 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, $type = self::MASTER_REQUEST) …
        › $event = new GetResponseEvent($this, $request, $type);$this->dispatcher->dispatch(KernelEvents::REQUEST, $event);}
      /home/wf10501/www/vendor/symfony/http-kernel/HttpKernel.php:68 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/wf10501/www/vendor/symfony/http-kernel/Kernel.php:200 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/wf10501/www/public/index.php:37 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/wf10501/www/vendor/symfony/routing/Router.php:436 {
    Symfony\Component\Routing\Router->checkDeprecatedOption(string $key) …
    ›     case 'matcher_cache_class':        @trigger_error(sprintf('Option "%s" given to router %s is deprecated since Symfony 4.3.', $key, static::class), \E_USER_DEPRECATED);}
  }
  /home/wf10501/www/vendor/symfony/routing/Router.php:152 {
    Symfony\Component\Routing\Router->setOptions(array $options) …
    › foreach ($options as $key => $value) {    $this->checkDeprecatedOption($key);    if (\array_key_exists($key, $this->options)) {
  }
  /home/wf10501/www/vendor/symfony/framework-bundle/Routing/Router.php:47 {
    Symfony\Bundle\FrameworkBundle\Routing\Router->__construct(ContainerInterface $container, $resource, array $options = [], RequestContext $context = null) …
    ›     $this->context = $context ?: new RequestContext();    $this->setOptions($options);}
  }
  /home/wf10501/www/var/cache/dev/ContainerR31Bbd1/srcDevDebugProjectContainer.php:696 {
    ContainerR31Bbd1\srcDevDebugProjectContainer->getRouterService() …
    › {    $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router($this, 'kernel:loadRoutes', ['cache_dir' => $this->targetDir.'', 'debug' => true, 'generator_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator', 'generator_base_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator', 'generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\PhpGeneratorDumper', 'generator_cache_class' => 'srcDevDebugProjectContainerUrlGenerator', 'matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher', 'matcher_base_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher', 'matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\PhpMatcherDumper', 'matcher_cache_class' => 'srcDevDebugProjectContainerUrlMatcher', 'strict_requirements' => true, 'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));}
  /home/wf10501/www/var/cache/dev/ContainerR31Bbd1/srcDevDebugProjectContainer.php:1152 {
    ContainerR31Bbd1\srcDevDebugProjectContainer->getRouterListenerService() …
    › {    return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__, 4), true);}
  }
  /home/wf10501/www/var/cache/dev/ContainerR31Bbd1/srcDevDebugProjectContainer.php:522 {
    ContainerR31Bbd1\srcDevDebugProjectContainer->ContainerR31Bbd1\{closure} …
    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['router_listener'] ?? $this->getRouterListenerService());}, 1 => 'onKernelRequest'], 32);
  }
  /home/wf10501/www/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /home/wf10501/www/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /home/wf10501/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /home/wf10501/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › 
    › $this->preProcess($eventName);try {
  }
  /home/wf10501/www/vendor/symfony/http-kernel/HttpKernel.php:127 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, $type = self::MASTER_REQUEST) …
    › $event = new GetResponseEvent($this, $request, $type);$this->dispatcher->dispatch(KernelEvents::REQUEST, $event);}
  /home/wf10501/www/vendor/symfony/http-kernel/HttpKernel.php:68 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/wf10501/www/vendor/symfony/http-kernel/Kernel.php:200 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/wf10501/www/public/index.php:37 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
17:20:07 php User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.
[
  "exception" => ErrorException {#306
    #message: "User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0."
    #code: 0
    #file: "/home/wf10501/www/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php"
    #line: 66
    #severity: E_USER_DEPRECATED
    trace: {
      /home/wf10501/www/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66 {
        Doctrine\ORM\Mapping\UnderscoreNamingStrategy->__construct($case = CASE_LOWER, bool $numberAware = false) …
        ›     'Creating ' . self::class . ' without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.',    E_USER_DEPRECATED);
      }
      /home/wf10501/www/var/cache/dev/ContainerR31Bbd1/getDoctrine_Orm_DefaultEntityManagerService.php:53 {
        require …
        › $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');$a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());$a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
      }
      /home/wf10501/www/var/cache/dev/ContainerR31Bbd1/srcDevDebugProjectContainer.php:400 {
        ContainerR31Bbd1\srcDevDebugProjectContainer->load($file, $lazyLoad = true) …
        › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /home/wf10501/www/var/cache/dev/ContainerR31Bbd1/getLoginFormAuthenticatorService.php:17 {
        require …
        › 
        › return $this->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->load('getDoctrine_Orm_DefaultEntityManagerService.php')), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.csrf.token_manager'] ?? $this->load('getSecurity_Csrf_TokenManagerService.php')), ($this->services['security.password_encoder'] ?? $this->load('getSecurity_PasswordEncoderService.php')));}
      /home/wf10501/www/var/cache/dev/ContainerR31Bbd1/srcDevDebugProjectContainer.php:400 {
        ContainerR31Bbd1\srcDevDebugProjectContainer->load($file, $lazyLoad = true) …
        › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /home/wf10501/www/var/cache/dev/ContainerR31Bbd1/getSecurity_Firewall_Map_Context_MainService.php:36 {
        require …
        ›     yield 4 => ($this->privates['security.access_listener'] ?? $this->load('getSecurity_AccessListenerService.php'));}, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver('Symfony\\Component\\Security\\Core\\Authentication\\Token\\AnonymousToken', 'Symfony\\Component\\Security\\Core\\Authentication\\Token\\RememberMeToken'))), $c, 'main', ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->load('getLoginFormAuthenticatorService.php')), NULL, NULL, ($this->privates['monolog.logger.security'] ?? $this->load('getMonolog_Logger_SecurityService.php')), false), $d, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'App\\Security\\LoginFormAuthenticator', NULL, NULL, [0 => 'guard', 1 => 'anonymous'], NULL));}
      /home/wf10501/www/var/cache/dev/ContainerR31Bbd1/srcDevDebugProjectContainer.php:400 {
        ContainerR31Bbd1\srcDevDebugProjectContainer->load($file, $lazyLoad = true) …
        › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /home/wf10501/www/vendor/symfony/dependency-injection/Container.php:448 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/wf10501/www/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/wf10501/www/vendor/symfony/security-bundle/Security/FirewallMap.php:162 {
        Symfony\Bundle\SecurityBundle\Security\_FirewallMap->getFirewallContext(Request $request) …
        › 
        ›     return $this->container->get($contextId);}
      }
      /home/wf10501/www/vendor/symfony/security-bundle/Security/FirewallMap.php:133 {
        Symfony\Bundle\SecurityBundle\Security\_FirewallMap->getFirewallConfig(Request $request) …
        › {    $context = $this->getFirewallContext($request);}
      /home/wf10501/www/vendor/symfony/security-bundle/EventListener/FirewallListener.php:44 {
        Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->onKernelRequest(GetResponseEvent $event) …
        › 
        › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
      }
      /home/wf10501/www/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/wf10501/www/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/wf10501/www/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
        › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
      /home/wf10501/www/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/wf10501/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/wf10501/www/vendor/symfony/http-kernel/HttpKernel.php:127 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, $type = self::MASTER_REQUEST) …
        › $event = new GetResponseEvent($this, $request, $type);$this->dispatcher->dispatch(KernelEvents::REQUEST, $event);}
      /home/wf10501/www/vendor/symfony/http-kernel/HttpKernel.php:68 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/wf10501/www/vendor/symfony/http-kernel/Kernel.php:200 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/wf10501/www/public/index.php:37 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/wf10501/www/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66 {
    Doctrine\ORM\Mapping\UnderscoreNamingStrategy->__construct($case = CASE_LOWER, bool $numberAware = false) …
    ›     'Creating ' . self::class . ' without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.',    E_USER_DEPRECATED);
  }
  /home/wf10501/www/var/cache/dev/ContainerR31Bbd1/getDoctrine_Orm_DefaultEntityManagerService.php:53 {
    require …
    › $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');$a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());$a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  }
  /home/wf10501/www/var/cache/dev/ContainerR31Bbd1/srcDevDebugProjectContainer.php:400 {
    ContainerR31Bbd1\srcDevDebugProjectContainer->load($file, $lazyLoad = true) …
    › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /home/wf10501/www/var/cache/dev/ContainerR31Bbd1/getLoginFormAuthenticatorService.php:17 {
    require …
    › 
    › return $this->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->load('getDoctrine_Orm_DefaultEntityManagerService.php')), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.csrf.token_manager'] ?? $this->load('getSecurity_Csrf_TokenManagerService.php')), ($this->services['security.password_encoder'] ?? $this->load('getSecurity_PasswordEncoderService.php')));}
  /home/wf10501/www/var/cache/dev/ContainerR31Bbd1/srcDevDebugProjectContainer.php:400 {
    ContainerR31Bbd1\srcDevDebugProjectContainer->load($file, $lazyLoad = true) …
    › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /home/wf10501/www/var/cache/dev/ContainerR31Bbd1/getSecurity_Firewall_Map_Context_MainService.php:36 {
    require …
    ›     yield 4 => ($this->privates['security.access_listener'] ?? $this->load('getSecurity_AccessListenerService.php'));}, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver('Symfony\\Component\\Security\\Core\\Authentication\\Token\\AnonymousToken', 'Symfony\\Component\\Security\\Core\\Authentication\\Token\\RememberMeToken'))), $c, 'main', ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->load('getLoginFormAuthenticatorService.php')), NULL, NULL, ($this->privates['monolog.logger.security'] ?? $this->load('getMonolog_Logger_SecurityService.php')), false), $d, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'App\\Security\\LoginFormAuthenticator', NULL, NULL, [0 => 'guard', 1 => 'anonymous'], NULL));}
  /home/wf10501/www/var/cache/dev/ContainerR31Bbd1/srcDevDebugProjectContainer.php:400 {
    ContainerR31Bbd1\srcDevDebugProjectContainer->load($file, $lazyLoad = true) …
    › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /home/wf10501/www/vendor/symfony/dependency-injection/Container.php:448 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/wf10501/www/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/wf10501/www/vendor/symfony/security-bundle/Security/FirewallMap.php:162 {
    Symfony\Bundle\SecurityBundle\Security\_FirewallMap->getFirewallContext(Request $request) …
    › 
    ›     return $this->container->get($contextId);}
  }
  /home/wf10501/www/vendor/symfony/security-bundle/Security/FirewallMap.php:133 {
    Symfony\Bundle\SecurityBundle\Security\_FirewallMap->getFirewallConfig(Request $request) …
    › {    $context = $this->getFirewallContext($request);}
  /home/wf10501/www/vendor/symfony/security-bundle/EventListener/FirewallListener.php:44 {
    Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->onKernelRequest(GetResponseEvent $event) …
    › 
    › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
  }
  /home/wf10501/www/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/wf10501/www/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/wf10501/www/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
  /home/wf10501/www/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/wf10501/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/wf10501/www/vendor/symfony/http-kernel/HttpKernel.php:127 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, $type = self::MASTER_REQUEST) …
    › $event = new GetResponseEvent($this, $request, $type);$this->dispatcher->dispatch(KernelEvents::REQUEST, $event);}
  /home/wf10501/www/vendor/symfony/http-kernel/HttpKernel.php:68 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/wf10501/www/vendor/symfony/http-kernel/Kernel.php:200 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/wf10501/www/public/index.php:37 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
17:20:07 php User Deprecated: The default value of the "$secure" and "$samesite" arguments of "Symfony\Component\HttpFoundation\Cookie::__construct"'s constructor will respectively change from "false" to "null" and from "null" to "lax" in Symfony 5.0, you should define their values explicitly or use "Cookie::create()" instead.
[
  "exception" => ErrorException {#643
    #message: "User Deprecated: The default value of the "$secure" and "$samesite" arguments of "Symfony\Component\HttpFoundation\Cookie::__construct"'s constructor will respectively change from "false" to "null" and from "null" to "lax" in Symfony 5.0, you should define their values explicitly or use "Cookie::create()" instead."
    #code: 0
    #file: "/home/wf10501/www/vendor/symfony/http-foundation/Cookie.php"
    #line: 97
    #severity: E_USER_DEPRECATED
    trace: {
      /home/wf10501/www/vendor/symfony/http-foundation/Cookie.php:97 {
        Symfony\Component\HttpFoundation\Cookie->__construct(string $name, string $value = null, $expire = 0, string $path = '/', string $domain = null, bool $secure = false, bool $httpOnly = true, bool $raw = false, string $sameSite = null) …
        › if (9 > \func_num_args()) {    @trigger_error(sprintf('The default value of the "$secure" and "$samesite" arguments of "%s"\'s constructor will respectively change from "false" to "null" and from "null" to "lax" in Symfony 5.0, you should define their values explicitly or use "Cookie::create()" instead.', __METHOD__), \E_USER_DEPRECATED);}
      }
      /home/wf10501/www/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:145 {
        Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Exception $exception = null) …
        ›     'status_code' => $statusCode,    'status_text' => Response::$statusTexts[(int) $statusCode],])
      }
      /home/wf10501/www/vendor/symfony/framework-bundle/DataCollector/RequestDataCollector.php:33 {
        Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Exception $exception = null) …
        › {    parent::collect($request, $response, $exception);}
      /home/wf10501/www/vendor/symfony/http-kernel/Profiler/Profiler.php:165 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Exception $exception = null) …
        › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
      /home/wf10501/www/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:91 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(FilterResponseEvent $event) …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
      }
      /home/wf10501/www/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/wf10501/www/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/wf10501/www/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
        › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
      /home/wf10501/www/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/wf10501/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/wf10501/www/vendor/symfony/http-kernel/HttpKernel.php:191 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, $type) …
        › 
        › $this->dispatcher->dispatch(KernelEvents::RESPONSE, $event);}
      /home/wf10501/www/vendor/symfony/http-kernel/HttpKernel.php:173 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, $type = self::MASTER_REQUEST) …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /home/wf10501/www/vendor/symfony/http-kernel/HttpKernel.php:68 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/wf10501/www/vendor/symfony/http-kernel/Kernel.php:200 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/wf10501/www/public/index.php:37 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/wf10501/www/vendor/symfony/http-foundation/Cookie.php:97 {
    Symfony\Component\HttpFoundation\Cookie->__construct(string $name, string $value = null, $expire = 0, string $path = '/', string $domain = null, bool $secure = false, bool $httpOnly = true, bool $raw = false, string $sameSite = null) …
    › if (9 > \func_num_args()) {    @trigger_error(sprintf('The default value of the "$secure" and "$samesite" arguments of "%s"\'s constructor will respectively change from "false" to "null" and from "null" to "lax" in Symfony 5.0, you should define their values explicitly or use "Cookie::create()" instead.', __METHOD__), \E_USER_DEPRECATED);}
  }
  /home/wf10501/www/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:145 {
    Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Exception $exception = null) …
    ›     'status_code' => $statusCode,    'status_text' => Response::$statusTexts[(int) $statusCode],])
  }
  /home/wf10501/www/vendor/symfony/framework-bundle/DataCollector/RequestDataCollector.php:33 {
    Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Exception $exception = null) …
    › {    parent::collect($request, $response, $exception);}
  /home/wf10501/www/vendor/symfony/http-kernel/Profiler/Profiler.php:165 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Exception $exception = null) …
    › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
  /home/wf10501/www/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:91 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(FilterResponseEvent $event) …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
  }
  /home/wf10501/www/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/wf10501/www/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/wf10501/www/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
  /home/wf10501/www/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/wf10501/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/wf10501/www/vendor/symfony/http-kernel/HttpKernel.php:191 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, $type) …
    › 
    › $this->dispatcher->dispatch(KernelEvents::RESPONSE, $event);}
  /home/wf10501/www/vendor/symfony/http-kernel/HttpKernel.php:173 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, $type = self::MASTER_REQUEST) …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /home/wf10501/www/vendor/symfony/http-kernel/HttpKernel.php:68 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/wf10501/www/vendor/symfony/http-kernel/Kernel.php:200 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/wf10501/www/public/index.php:37 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
17:20:07 php User Deprecated: The "Symfony\Component\Debug\Exception\SilencedErrorContext" class is deprecated since Symfony 4.4, use "Symfony\Component\ErrorHandler\Exception\SilencedErrorContext" instead.
[
  "exception" => ErrorException {#758
    #message: "User Deprecated: The "Symfony\Component\Debug\Exception\SilencedErrorContext" class is deprecated since Symfony 4.4, use "Symfony\Component\ErrorHandler\Exception\SilencedErrorContext" instead."
    #code: 0
    #file: "/home/wf10501/www/vendor/symfony/debug/Exception/SilencedErrorContext.php"
    #line: 14
    #severity: E_USER_DEPRECATED
    trace: {
      /home/wf10501/www/vendor/symfony/debug/Exception/SilencedErrorContext.php:14 {
        spl_autoload_call($class_name) …
        › 
        › @trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.4, use "%s" instead.', SilencedErrorContext::class, \Symfony\Component\ErrorHandler\Exception\SilencedErrorContext::class), \E_USER_DEPRECATED);}
      /home/wf10501/www/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php:131 {
        Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector->getContainerDeprecationLogs() …
        › foreach (unserialize($logContent) as $log) {    $log['context'] = ['exception' => new SilencedErrorContext($log['type'], $log['file'], $log['line'], $log['trace'], $log['count'])];    $log['timestamp'] = $bootTime;
      }
      /home/wf10501/www/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php:67 {
        Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector->lateCollect() …
        › if (null !== $this->logger) {    $containerDeprecationLogs = $this->getContainerDeprecationLogs();    $this->data = $this->computeErrorsCount($containerDeprecationLogs);
      }
      /home/wf10501/www/vendor/symfony/http-kernel/Profiler/Profiler.php:101 {
        Symfony\Component\HttpKernel\Profiler\Profiler->saveProfile(Profile $profile) …
        › if ($collector instanceof LateDataCollectorInterface) {    $collector->lateCollect();}
      }
      /home/wf10501/www/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:113 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
        › foreach ($this->profiles as $request) {    $this->profiler->saveProfile($this->profiles[$request]);}
      }
      /home/wf10501/www/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/wf10501/www/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/wf10501/www/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
        › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
      /home/wf10501/www/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/wf10501/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/wf10501/www/vendor/symfony/http-kernel/HttpKernel.php:88 {
        Symfony\Component\HttpKernel\HttpKernel->terminate(Request $request, Response $response) …
        › {    $this->dispatcher->dispatch(KernelEvents::TERMINATE, new PostResponseEvent($this, $request, $response));}
      }
      /home/wf10501/www/vendor/symfony/http-kernel/Kernel.php:165 {
        Symfony\Component\HttpKernel\Kernel->terminate(Request $request, Response $response) …
        › if ($this->getHttpKernel() instanceof TerminableInterface) {    $this->getHttpKernel()->terminate($request, $response);}
      }
      /home/wf10501/www/public/index.php:39 {$response->send();$kernel->terminate($request, $response);}
    }
  }
]
{
  /home/wf10501/www/vendor/symfony/debug/Exception/SilencedErrorContext.php:14 {
    spl_autoload_call($class_name) …
    › 
    › @trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.4, use "%s" instead.', SilencedErrorContext::class, \Symfony\Component\ErrorHandler\Exception\SilencedErrorContext::class), \E_USER_DEPRECATED);}
  /home/wf10501/www/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php:131 {
    Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector->getContainerDeprecationLogs() …
    › foreach (unserialize($logContent) as $log) {    $log['context'] = ['exception' => new SilencedErrorContext($log['type'], $log['file'], $log['line'], $log['trace'], $log['count'])];    $log['timestamp'] = $bootTime;
  }
  /home/wf10501/www/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php:67 {
    Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector->lateCollect() …
    › if (null !== $this->logger) {    $containerDeprecationLogs = $this->getContainerDeprecationLogs();    $this->data = $this->computeErrorsCount($containerDeprecationLogs);
  }
  /home/wf10501/www/vendor/symfony/http-kernel/Profiler/Profiler.php:101 {
    Symfony\Component\HttpKernel\Profiler\Profiler->saveProfile(Profile $profile) …
    › if ($collector instanceof LateDataCollectorInterface) {    $collector->lateCollect();}
  }
  /home/wf10501/www/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:113 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelTerminate(PostResponseEvent $event) …
    › foreach ($this->profiles as $request) {    $this->profiler->saveProfile($this->profiles[$request]);}
  }
  /home/wf10501/www/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/wf10501/www/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/wf10501/www/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
  /home/wf10501/www/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/wf10501/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/wf10501/www/vendor/symfony/http-kernel/HttpKernel.php:88 {
    Symfony\Component\HttpKernel\HttpKernel->terminate(Request $request, Response $response) …
    › {    $this->dispatcher->dispatch(KernelEvents::TERMINATE, new PostResponseEvent($this, $request, $response));}
  }
  /home/wf10501/www/vendor/symfony/http-kernel/Kernel.php:165 {
    Symfony\Component\HttpKernel\Kernel->terminate(Request $request, Response $response) …
    › if ($this->getHttpKernel() instanceof TerminableInterface) {    $this->getHttpKernel()->terminate($request, $response);}
  }
  /home/wf10501/www/public/index.php:39 {$response->send();$kernel->terminate($request, $response);}
}
13:28:59 - (8 times) A tree builder without a root node is deprecated since Symfony 4.2 and will not be supported anymore in 5.0.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#728
    +count: 8
    -severity: 16384
    -file: "/home/wf10501/www/vendor/symfony/config/Definition/Builder/TreeBuilder.php"
    -line: 30
    -trace: [
      [
        "file" => "/home/wf10501/www/vendor/symfony/twig-bundle/DependencyInjection/Configuration.php"
        "line" => 32
        "function" => "__construct"
        "class" => "Symfony\Component\Config\Definition\Builder\TreeBuilder"
        "type" => "->"
      ]
    ]
  }
]
[
  [
    "file" => "/home/wf10501/www/vendor/symfony/twig-bundle/DependencyInjection/Configuration.php"
    "line" => 32
    "function" => "__construct"
    "class" => "Symfony\Component\Config\Definition\Builder\TreeBuilder"
    "type" => "->"
  ]
]
13:28:59 - (2 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "twig" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#725
    +count: 2
    -severity: 16384
    -file: "/home/wf10501/www/vendor/symfony/config/Definition/Builder/TreeBuilder.php"
    -line: 51
    -trace: [
      [
        "file" => "/home/wf10501/www/vendor/symfony/twig-bundle/DependencyInjection/Configuration.php"
        "line" => 33
        "function" => "root"
        "class" => "Symfony\Component\Config\Definition\Builder\TreeBuilder"
        "type" => "->"
      ]
    ]
  }
]
[
  [
    "file" => "/home/wf10501/www/vendor/symfony/twig-bundle/DependencyInjection/Configuration.php"
    "line" => 33
    "function" => "root"
    "class" => "Symfony\Component\Config\Definition\Builder\TreeBuilder"
    "type" => "->"
  ]
]
13:28:59 - (2 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "framework" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#737
    +count: 2
    -severity: 16384
    -file: "/home/wf10501/www/vendor/symfony/config/Definition/Builder/TreeBuilder.php"
    -line: 51
    -trace: [
      [
        "file" => "/home/wf10501/www/vendor/symfony/framework-bundle/DependencyInjection/Configuration.php"
        "line" => 58
        "function" => "root"
        "class" => "Symfony\Component\Config\Definition\Builder\TreeBuilder"
        "type" => "->"
      ]
    ]
  }
]
[
  [
    "file" => "/home/wf10501/www/vendor/symfony/framework-bundle/DependencyInjection/Configuration.php"
    "line" => 58
    "function" => "root"
    "class" => "Symfony\Component\Config\Definition\Builder\TreeBuilder"
    "type" => "->"
  ]
]
13:28:59 - (2 times) The "dir_name" option is deprecated. Use "migrations_paths" instead.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#734
    +count: 2
    -severity: 16384
    -file: "/home/wf10501/www/vendor/symfony/config/Definition/ArrayNode.php"
    -line: 234
    -trace: [
      [
        "file" => "/home/wf10501/www/vendor/symfony/config/Definition/BaseNode.php"
        "line" => 427
        "function" => "finalizeValue"
        "class" => "Symfony\Component\Config\Definition\ArrayNode"
        "type" => "->"
      ]
    ]
  }
]
[
  [
    "file" => "/home/wf10501/www/vendor/symfony/config/Definition/BaseNode.php"
    "line" => 427
    "function" => "finalizeValue"
    "class" => "Symfony\Component\Config\Definition\ArrayNode"
    "type" => "->"
  ]
]
13:28:59 - (2 times) The "namespace" option is deprecated. Use "migrations_paths" instead.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#743
    +count: 2
    -severity: 16384
    -file: "/home/wf10501/www/vendor/symfony/config/Definition/ArrayNode.php"
    -line: 234
    -trace: [
      [
        "file" => "/home/wf10501/www/vendor/symfony/config/Definition/BaseNode.php"
        "line" => 427
        "function" => "finalizeValue"
        "class" => "Symfony\Component\Config\Definition\ArrayNode"
        "type" => "->"
      ]
    ]
  }
]
[
  [
    "file" => "/home/wf10501/www/vendor/symfony/config/Definition/BaseNode.php"
    "line" => 427
    "function" => "finalizeValue"
    "class" => "Symfony\Component\Config\Definition\ArrayNode"
    "type" => "->"
  ]
]
13:28:59 - (2 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "security" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#741
    +count: 2
    -severity: 16384
    -file: "/home/wf10501/www/vendor/symfony/config/Definition/Builder/TreeBuilder.php"
    -line: 51
    -trace: [
      [
        "file" => "/home/wf10501/www/vendor/symfony/security-bundle/DependencyInjection/MainConfiguration.php"
        "line" => 53
        "function" => "root"
        "class" => "Symfony\Component\Config\Definition\Builder\TreeBuilder"
        "type" => "->"
      ]
    ]
  }
]
[
  [
    "file" => "/home/wf10501/www/vendor/symfony/security-bundle/DependencyInjection/MainConfiguration.php"
    "line" => 53
    "function" => "root"
    "class" => "Symfony\Component\Config\Definition\Builder\TreeBuilder"
    "type" => "->"
  ]
]
13:28:59 - Not setting "logout_on_user_change" to true on firewall "main" is deprecated as of 3.4, it will always be true in 4.0.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#742
    +count: 1
    -severity: 16384
    -file: "/home/wf10501/www/vendor/symfony/security-bundle/DependencyInjection/SecurityExtension.php"
    -line: 386
    -trace: [
      [
        "file" => "/home/wf10501/www/vendor/symfony/security-bundle/DependencyInjection/SecurityExtension.php"
        "line" => 297
        "function" => "createFirewall"
        "class" => "Symfony\Bundle\SecurityBundle\DependencyInjection\SecurityExtension"
        "type" => "->"
      ]
    ]
  }
]
[
  [
    "file" => "/home/wf10501/www/vendor/symfony/security-bundle/DependencyInjection/SecurityExtension.php"
    "line" => 297
    "function" => "createFirewall"
    "class" => "Symfony\Bundle\SecurityBundle\DependencyInjection\SecurityExtension"
    "type" => "->"
  ]
]
13:28:59 - (2 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "web_profiler" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#744
    +count: 2
    -severity: 16384
    -file: "/home/wf10501/www/vendor/symfony/config/Definition/Builder/TreeBuilder.php"
    -line: 51
    -trace: [
      [
        "file" => "/home/wf10501/www/vendor/symfony/web-profiler-bundle/DependencyInjection/Configuration.php"
        "line" => 35
        "function" => "root"
        "class" => "Symfony\Component\Config\Definition\Builder\TreeBuilder"
        "type" => "->"
      ]
    ]
  }
]
[
  [
    "file" => "/home/wf10501/www/vendor/symfony/web-profiler-bundle/DependencyInjection/Configuration.php"
    "line" => 35
    "function" => "root"
    "class" => "Symfony\Component\Config\Definition\Builder\TreeBuilder"
    "type" => "->"
  ]
]
13:28:59 - (90 times) Passing the $requiringClass as 3rd argument for "Symfony\Component\DependencyInjection\TypedReference::__construct()" is deprecated since Symfony 4.1. It should be removed, moving all following arguments 1 to the left.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#736
    +count: 90
    -severity: 16384
    -file: "/home/wf10501/www/vendor/symfony/dependency-injection/TypedReference.php"
    -line: 34
    -trace: [
      [
        "file" => "/home/wf10501/www/vendor/symfony/http-kernel/DependencyInjection/RegisterControllerArgumentLocatorsPass.php"
        "line" => 167
        "function" => "__construct"
        "class" => "Symfony\Component\DependencyInjection\TypedReference"
        "type" => "->"
      ]
    ]
  }
]
[
  [
    "file" => "/home/wf10501/www/vendor/symfony/http-kernel/DependencyInjection/RegisterControllerArgumentLocatorsPass.php"
    "line" => 167
    "function" => "__construct"
    "class" => "Symfony\Component\DependencyInjection\TypedReference"
    "type" => "->"
  ]
]
13:28:59 - The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "App\Repository\CountryRepository" service.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#731
    +count: 1
    -severity: 16384
    -file: "/home/wf10501/www/vendor/symfony/dependency-injection/Compiler/ResolveReferencesToAliasesPass.php"
    -line: 67
    -trace: [
      [
        "file" => "/home/wf10501/www/vendor/symfony/dependency-injection/Compiler/ResolveReferencesToAliasesPass.php"
        "line" => 51
        "function" => "getDefinitionId"
        "class" => "Symfony\Component\DependencyInjection\Compiler\ResolveReferencesToAliasesPass"
        "type" => "->"
      ]
    ]
  }
]
[
  [
    "file" => "/home/wf10501/www/vendor/symfony/dependency-injection/Compiler/ResolveReferencesToAliasesPass.php"
    "line" => 51
    "function" => "getDefinitionId"
    "class" => "Symfony\Component\DependencyInjection\Compiler\ResolveReferencesToAliasesPass"
    "type" => "->"
  ]
]
13:28:59 - The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "App\Repository\CustomerOrderItemRepository" service.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#748
    +count: 1
    -severity: 16384
    -file: "/home/wf10501/www/vendor/symfony/dependency-injection/Compiler/ResolveReferencesToAliasesPass.php"
    -line: 67
    -trace: [
      [
        "file" => "/home/wf10501/www/vendor/symfony/dependency-injection/Compiler/ResolveReferencesToAliasesPass.php"
        "line" => 51
        "function" => "getDefinitionId"
        "class" => "Symfony\Component\DependencyInjection\Compiler\ResolveReferencesToAliasesPass"
        "type" => "->"
      ]
    ]
  }
]
[
  [
    "file" => "/home/wf10501/www/vendor/symfony/dependency-injection/Compiler/ResolveReferencesToAliasesPass.php"
    "line" => 51
    "function" => "getDefinitionId"
    "class" => "Symfony\Component\DependencyInjection\Compiler\ResolveReferencesToAliasesPass"
    "type" => "->"
  ]
]
13:28:59 - The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "App\Repository\CustomerRepository" service.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#739
    +count: 1
    -severity: 16384
    -file: "/home/wf10501/www/vendor/symfony/dependency-injection/Compiler/ResolveReferencesToAliasesPass.php"
    -line: 67
    -trace: [
      [
        "file" => "/home/wf10501/www/vendor/symfony/dependency-injection/Compiler/ResolveReferencesToAliasesPass.php"
        "line" => 51
        "function" => "getDefinitionId"
        "class" => "Symfony\Component\DependencyInjection\Compiler\ResolveReferencesToAliasesPass"
        "type" => "->"
      ]
    ]
  }
]
[
  [
    "file" => "/home/wf10501/www/vendor/symfony/dependency-injection/Compiler/ResolveReferencesToAliasesPass.php"
    "line" => 51
    "function" => "getDefinitionId"
    "class" => "Symfony\Component\DependencyInjection\Compiler\ResolveReferencesToAliasesPass"
    "type" => "->"
  ]
]
13:28:59 - The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "App\Repository\InquiryRepository" service.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#753
    +count: 1
    -severity: 16384
    -file: "/home/wf10501/www/vendor/symfony/dependency-injection/Compiler/ResolveReferencesToAliasesPass.php"
    -line: 67
    -trace: [
      [
        "file" => "/home/wf10501/www/vendor/symfony/dependency-injection/Compiler/ResolveReferencesToAliasesPass.php"
        "line" => 51
        "function" => "getDefinitionId"
        "class" => "Symfony\Component\DependencyInjection\Compiler\ResolveReferencesToAliasesPass"
        "type" => "->"
      ]
    ]
  }
]
[
  [
    "file" => "/home/wf10501/www/vendor/symfony/dependency-injection/Compiler/ResolveReferencesToAliasesPass.php"
    "line" => 51
    "function" => "getDefinitionId"
    "class" => "Symfony\Component\DependencyInjection\Compiler\ResolveReferencesToAliasesPass"
    "type" => "->"
  ]
]
13:28:59 - The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "App\Repository\PaymentRepository" service.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#747
    +count: 1
    -severity: 16384
    -file: "/home/wf10501/www/vendor/symfony/dependency-injection/Compiler/ResolveReferencesToAliasesPass.php"
    -line: 67
    -trace: [
      [
        "file" => "/home/wf10501/www/vendor/symfony/dependency-injection/Compiler/ResolveReferencesToAliasesPass.php"
        "line" => 51
        "function" => "getDefinitionId"
        "class" => "Symfony\Component\DependencyInjection\Compiler\ResolveReferencesToAliasesPass"
        "type" => "->"
      ]
    ]
  }
]
[
  [
    "file" => "/home/wf10501/www/vendor/symfony/dependency-injection/Compiler/ResolveReferencesToAliasesPass.php"
    "line" => 51
    "function" => "getDefinitionId"
    "class" => "Symfony\Component\DependencyInjection\Compiler\ResolveReferencesToAliasesPass"
    "type" => "->"
  ]
]
13:28:59 - The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "App\Repository\RiserOrderRepository" service.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#746
    +count: 1
    -severity: 16384
    -file: "/home/wf10501/www/vendor/symfony/dependency-injection/Compiler/ResolveReferencesToAliasesPass.php"
    -line: 67
    -trace: [
      [
        "file" => "/home/wf10501/www/vendor/symfony/dependency-injection/Compiler/ResolveReferencesToAliasesPass.php"
        "line" => 51
        "function" => "getDefinitionId"
        "class" => "Symfony\Component\DependencyInjection\Compiler\ResolveReferencesToAliasesPass"
        "type" => "->"
      ]
    ]
  }
]
[
  [
    "file" => "/home/wf10501/www/vendor/symfony/dependency-injection/Compiler/ResolveReferencesToAliasesPass.php"
    "line" => 51
    "function" => "getDefinitionId"
    "class" => "Symfony\Component\DependencyInjection\Compiler\ResolveReferencesToAliasesPass"
    "type" => "->"
  ]
]
13:28:59 - The "Symfony\Bridge\Doctrine\RegistryInterface" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "App\Repository\UserRepository" service.
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#740
    +count: 1
    -severity: 16384
    -file: "/home/wf10501/www/vendor/symfony/dependency-injection/Compiler/ResolveReferencesToAliasesPass.php"
    -line: 67
    -trace: [
      [
        "file" => "/home/wf10501/www/vendor/symfony/dependency-injection/Compiler/ResolveReferencesToAliasesPass.php"
        "line" => 51
        "function" => "getDefinitionId"
        "class" => "Symfony\Component\DependencyInjection\Compiler\ResolveReferencesToAliasesPass"
        "type" => "->"
      ]
    ]
  }
]
[
  [
    "file" => "/home/wf10501/www/vendor/symfony/dependency-injection/Compiler/ResolveReferencesToAliasesPass.php"
    "line" => 51
    "function" => "getDefinitionId"
    "class" => "Symfony\Component\DependencyInjection\Compiler\ResolveReferencesToAliasesPass"
    "type" => "->"
  ]
]

Debug 34

Unimportant log messages generated during the execution of the application.

Time Channel Message
17:20:07 security Checking for guard authentication credentials.
[
  "firewall_key" => "main"
  "authenticators" => 1
]
17:20:07 security Checking support on guard authenticator.
[
  "firewall_key" => "main"
  "authenticator" => "App\Security\LoginFormAuthenticator"
]
17:20:07 security Guard authenticator does not support the request.
[
  "firewall_key" => "main"
  "authenticator" => "App\Security\LoginFormAuthenticator"
]
17:20:07 event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
17:20:07 event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
17:20:07 event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
17:20:07 event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
17:20:07 event Notified event
"kernel.request"
to listener
"Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::onKernelRequest"
]
17:20:07 event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
17:20:07 event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelRequest"
]
17:20:07 event Notified event
"kernel.request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
17:20:07 event Notified event
"kernel.request"
to listener
"App\Service\MaintenanceListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "App\Service\MaintenanceListener::onKernelRequest"
]
17:20:07 event Notified event
"kernel.controller"
to listener
"Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
17:20:07 event Notified event
"kernel.controller"
to listener
"Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector::onKernelController"
]
17:20:07 event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
]
17:20:07 event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
]
17:20:07 event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
]
17:20:07 event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
]
17:20:07 event Notified event
"kernel.controller_arguments"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
]
17:20:07 event Notified event
"kernel.controller_arguments"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
]
17:20:07 event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
17:20:07 event Notified event
"kernel.response"
to listener
"Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector::onKernelResponse"
]
17:20:07 event Notified event
"kernel.response"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
]
17:20:07 event Notified event
"kernel.response"
to listener
"Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
17:20:07 event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
17:20:07 event Notified event
"kernel.response"
to listener
"Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
17:20:07 event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
17:20:07 event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\SaveSessionListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SaveSessionListener::onKernelResponse"
]
17:20:07 event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
]
17:20:07 event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
17:20:07 event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
]
17:20:07 event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelFinishRequest"
]
17:20:07 event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
17:20:07 event Notified event
"kernel.finish_request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]

PHP Notices 0

Log messages generated by PHP notices silenced with the @ operator.

There are no log messages of this level.

Container 801

Log messages generated during the compilation of the service container.

Class Messages
Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Riser\CheckStatusCommand" (parent: .abstract.instanceof.App\Command\Riser\CheckStatusCommand).
  • Resolving inheritance for "App\Command\Riser\CheckStatusCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Riser\CheckStatusCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Riser\ConfirmPayedOrdersCommand" (parent: .abstract.instanceof.App\Command\Riser\ConfirmPayedOrdersCommand).
  • Resolving inheritance for "App\Command\Riser\ConfirmPayedOrdersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Riser\ConfirmPayedOrdersCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Riser\CreateResultPdfsCommand" (parent: .abstract.instanceof.App\Command\Riser\CreateResultPdfsCommand).
  • Resolving inheritance for "App\Command\Riser\CreateResultPdfsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Riser\CreateResultPdfsCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Riser\GetResultsCommand" (parent: .abstract.instanceof.App\Command\Riser\GetResultsCommand).
  • Resolving inheritance for "App\Command\Riser\GetResultsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Riser\GetResultsCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Riser\ResendResultSms" (parent: .abstract.instanceof.App\Command\Riser\ResendResultSms).
  • Resolving inheritance for "App\Command\Riser\ResendResultSms" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Riser\ResendResultSms).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Riser\UpdateResultDatesCommand" (parent: .abstract.instanceof.App\Command\Riser\UpdateResultDatesCommand).
  • Resolving inheritance for "App\Command\Riser\UpdateResultDatesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Riser\UpdateResultDatesCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestStripeFieldsCommand" (parent: .abstract.instanceof.App\Command\TestStripeFieldsCommand).
  • Resolving inheritance for "App\Command\TestStripeFieldsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestStripeFieldsCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.App\Controller\CityController" (parent: .abstract.instanceof.App\Controller\CityController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CityController" (parent: .instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.App\Controller\CityController).
  • Resolving inheritance for "App\Controller\CityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CityController).
  • Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.App\Controller\CustomerController" (parent: .abstract.instanceof.App\Controller\CustomerController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CustomerController" (parent: .instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.App\Controller\CustomerController).
  • Resolving inheritance for "App\Controller\CustomerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CustomerController).
  • Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.App\Controller\DashboardController" (parent: .abstract.instanceof.App\Controller\DashboardController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DashboardController" (parent: .instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.App\Controller\DashboardController).
  • Resolving inheritance for "App\Controller\DashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DashboardController).
  • Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.App\Controller\DownloadController" (parent: .abstract.instanceof.App\Controller\DownloadController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DownloadController" (parent: .instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.App\Controller\DownloadController).
  • Resolving inheritance for "App\Controller\DownloadController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DownloadController).
  • Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.App\Controller\InquiryController" (parent: .abstract.instanceof.App\Controller\InquiryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\InquiryController" (parent: .instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.App\Controller\InquiryController).
  • Resolving inheritance for "App\Controller\InquiryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\InquiryController).
  • Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.App\Controller\PortalController" (parent: .abstract.instanceof.App\Controller\PortalController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PortalController" (parent: .instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.App\Controller\PortalController).
  • Resolving inheritance for "App\Controller\PortalController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PortalController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\SecurityController" (parent: .abstract.instanceof.App\Controller\SecurityController).
  • Resolving inheritance for "App\Controller\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\SecurityController).
  • Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.App\Controller\SitemapController" (parent: .abstract.instanceof.App\Controller\SitemapController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SitemapController" (parent: .instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.App\Controller\SitemapController).
  • Resolving inheritance for "App\Controller\SitemapController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SitemapController).
  • Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.App\Controller\StatusController" (parent: .abstract.instanceof.App\Controller\StatusController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StatusController" (parent: .instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.App\Controller\StatusController).
  • Resolving inheritance for "App\Controller\StatusController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StatusController).
  • Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.App\Controller\StripeController" (parent: .abstract.instanceof.App\Controller\StripeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StripeController" (parent: .instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.App\Controller\StripeController).
  • Resolving inheritance for "App\Controller\StripeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StripeController).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\UserFixture" (parent: .abstract.instanceof.App\DataFixtures\UserFixture).
  • Resolving inheritance for "App\DataFixtures\UserFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\UserFixture).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CountryRepository" (parent: .abstract.instanceof.App\Repository\CountryRepository).
  • Resolving inheritance for "App\Repository\CountryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CountryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerOrderItemRepository" (parent: .abstract.instanceof.App\Repository\CustomerOrderItemRepository).
  • Resolving inheritance for "App\Repository\CustomerOrderItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerOrderItemRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerRepository" (parent: .abstract.instanceof.App\Repository\CustomerRepository).
  • Resolving inheritance for "App\Repository\CustomerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InquiryRepository" (parent: .abstract.instanceof.App\Repository\InquiryRepository).
  • Resolving inheritance for "App\Repository\InquiryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InquiryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaymentRepository" (parent: .abstract.instanceof.App\Repository\PaymentRepository).
  • Resolving inheritance for "App\Repository\PaymentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaymentRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiserOrderRepository" (parent: .abstract.instanceof.App\Repository\RiserOrderRepository).
  • Resolving inheritance for "App\Repository\RiserOrderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiserOrderRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository" (parent: .abstract.instanceof.App\Repository\UserRepository).
  • Resolving inheritance for "App\Repository\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\Twig\AppExtension" (parent: .abstract.instanceof.App\Twig\AppExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\Twig\AppExtension).
  • Resolving inheritance for "App\Twig\AppExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension).
  • Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
  • Resolving inheritance for "cache.system" (parent: cache.adapter.system).
  • Resolving inheritance for "cache.validator" (parent: cache.system).
  • Resolving inheritance for "cache.serializer" (parent: cache.system).
  • Resolving inheritance for "cache.annotations" (parent: cache.system).
  • Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
  • Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
  • Resolving inheritance for "assets._default_package" (parent: assets.path_package).
  • Resolving inheritance for "serializer.mapping.cache.apc" (parent: serializer.mapping.cache.doctrine.apc).
  • Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
  • Resolving inheritance for "doctrine.dbal.logger.profiling.default" (parent: doctrine.dbal.logger.profiling).
  • Resolving inheritance for "doctrine.dbal.logger.chain.default" (parent: doctrine.dbal.logger.chain).
  • Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
  • Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
  • Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
  • Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
  • Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
  • Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
  • Resolving inheritance for "swiftmailer.mailer.default.transport.eventdispatcher" (parent: swiftmailer.transport.eventdispatcher.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default" (parent: swiftmailer.mailer.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.spool.memory" (parent: swiftmailer.spool.memory.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.transport.spool" (parent: swiftmailer.transport.spool.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.plugin.messagelogger" (parent: swiftmailer.plugin.messagelogger.abstract).
  • Resolving inheritance for "security.authentication.listener.form" (parent: security.authentication.listener.abstract).
  • Resolving inheritance for "security.authentication.listener.simple_form" (parent: security.authentication.listener.abstract).
  • Resolving inheritance for "security.authentication.rememberme.services.persistent" (parent: security.authentication.rememberme.services.abstract).
  • Resolving inheritance for "security.authentication.rememberme.services.simplehash" (parent: security.authentication.rememberme.services.abstract).
  • Resolving inheritance for "security.user.provider.concrete.app_user_provider" (parent: doctrine.orm.security.user.provider).
  • Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
  • Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
  • Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
  • Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
  • Resolving inheritance for "security.logout.success_handler.main" (parent: security.logout.success_handler).
  • Resolving inheritance for "security.authentication.provider.guard.main" (parent: security.authentication.provider.guard).
  • Resolving inheritance for "security.authentication.listener.guard.main" (parent: security.authentication.listener.guard).
  • Resolving inheritance for "security.authentication.listener.anonymous.main" (parent: security.authentication.listener.anonymous).
  • Resolving inheritance for "security.authentication.provider.anonymous.main" (parent: security.authentication.provider.anonymous).
  • Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.context).
  • Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_subscriber" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "monolog.logger.cron" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.snappy" (parent: monolog.logger_prototype).
134
Symfony\Component\HttpKernel\DependencyInjection\RemoveEmptyControllerArgumentLocatorsPass
  • Removing service-argument resolver for controller "App\Controller\CustomerController:profilePersonalData": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\PortalController:cancelCheckout": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\PortalController:index": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\PortalController:inquiries": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\PortalController:itemsNotification": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\PortalController:removeInquiry": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\PortalController:shoppingCart": no corresponding services exist for the referenced types.
7
Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass
  • Removed service "Psr\Container\ContainerInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
  • Removed service "Twig_Environment"; reason: private alias.
  • Removed service "Twig\Environment"; reason: private alias.
  • Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
  • Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
  • Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
  • Removed service "Symfony\Component\Cache\Adapter\AdapterInterface"; reason: private alias.
  • Removed service "Symfony\Component\Translation\TranslatorInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface"; reason: private alias.
  • Removed service "SessionHandlerInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface"; reason: private alias.
  • Removed service "session.storage.filesystem"; reason: private alias.
  • Removed service "session.storage"; reason: private alias.
  • Removed service "session.handler"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
  • Removed service "form.property_accessor"; reason: private alias.
  • Removed service "form.choice_list_factory"; reason: private alias.
  • Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
  • Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
  • Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
  • Removed service "translator.formatter"; reason: private alias.
  • Removed service "cache.default_redis_provider"; reason: private alias.
  • Removed service "cache.default_memcached_provider"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\Debug\FileLinkFormatter"; reason: private alias.
  • Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
  • Removed service "annotation_reader"; reason: private alias.
  • Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
  • Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
  • Removed service "serializer.property_accessor"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
  • Removed service "Doctrine\DBAL\Driver\Connection"; reason: private alias.
  • Removed service "Doctrine\DBAL\Connection"; reason: private alias.
  • Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
  • Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
  • Removed service "Symfony\Bridge\Doctrine\RegistryInterface"; reason: private alias.
  • Removed service "Doctrine\Bundle\DoctrineBundle\Registry"; reason: private alias.
  • Removed service "doctrine.dbal.event_manager"; reason: private alias.
  • Removed service "Doctrine\Common\Persistence\ObjectManager"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
  • Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
  • Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
  • Removed service "doctrine.orm.default_result_cache"; reason: private alias.
  • Removed service "doctrine.orm.default_query_cache"; reason: private alias.
  • Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
  • Removed service "logger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface"; reason: private alias.
  • Removed service "swiftmailer.mailer.default.transport"; reason: private alias.
  • Removed service "swiftmailer.mailer.default.spool"; reason: private alias.
  • Removed service "swiftmailer.spool"; reason: private alias.
  • Removed service "swiftmailer.transport.real"; reason: private alias.
  • Removed service "Swift_Spool"; reason: private alias.
  • Removed service "swiftmailer.plugin.messagelogger"; reason: private alias.
  • Removed service "swiftmailer.mailer"; reason: private alias.
  • Removed service "Swift_Mailer"; reason: private alias.
  • Removed service "Swift_Transport"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
  • Removed service "security.encoder_factory"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
  • Removed service "Symfony\Component\Security\Guard\GuardAuthenticatorHandler"; reason: private alias.
  • Removed service "security.firewall"; reason: private alias.
  • Removed service "security.authentication.session_strategy.main"; reason: private alias.
  • Removed service "security.user_checker.main"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
  • Removed service "Knp\Menu\Provider\MenuProviderInterface"; reason: private alias.
  • Removed service "Knp\Menu\FactoryInterface"; reason: private alias.
  • Removed service "Knp\Menu\Matcher\MatcherInterface"; reason: private alias.
  • Removed service "Knp\Menu\Util\MenuManipulator"; reason: private alias.
  • Removed service "Knp\Snappy\Pdf"; reason: private alias.
  • Removed service "Knp\Snappy\Image"; reason: private alias.
  • Removed service "twig.loader.filesystem"; reason: private alias.
  • Removed service "twig.loader"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $cronLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $snappyLogger"; reason: private alias.
  • Removed service "knp_menu.menu_provider"; reason: private alias.
  • Removed service ".service_locator.76WThHL"; reason: private alias.
  • Removed service ".service_locator.6zQlgQt"; reason: private alias.
  • Removed service ".service_locator.toDMWQ4"; reason: private alias.
  • Removed service "translator.logging.inner"; reason: private alias.
  • Removed service "translator.data_collector.inner"; reason: private alias.
  • Removed service "controller_resolver"; reason: private alias.
  • Removed service "argument_resolver"; reason: private alias.
  • Removed service "security.access.decision_manager"; reason: private alias.
121
Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass
  • Changed reference of service "App\DataFixtures\UserFixture" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Security\LoginFormAuthenticator" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Security\LoginFormAuthenticator" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Service\PayPalClient" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Service\StripeClient" previously pointing to "router.default" to "router".
  • Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
  • Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
  • Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "services_resetter" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "console.command.event_dispatcher_debug" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
  • Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
  • Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_guesser.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.form.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "translator_listener" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "data_collector.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "router_listener" previously pointing to "router.default" to "router".
  • Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
  • Changed reference of service "swiftmailer.mailer.abstract" previously pointing to "swiftmailer.mailer.default.transport.spool" to "swiftmailer.transport".
  • Changed reference of service "swiftmailer.mailer.default" previously pointing to "swiftmailer.mailer.default.transport.spool" to "swiftmailer.transport".
  • Changed reference of service "security.authentication.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
  • Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
  • Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
  • Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.simple_form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.simple_preauth" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.x509" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.json" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.remote_user" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.rememberme" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.guard_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.context_listener.0" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
  • Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
  • Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
  • Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
  • Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
  • Changed reference of service "knp_menu.factory_extension.routing" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.gT8yk2d" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service ".service_locator.l4UTeFO" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service ".service_locator.GGwonec" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service ".service_locator.EgGXgOq" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.m90YCjy" previously pointing to "router.default" to "router".
  • Changed reference of service "console.command.public_alias.App\Command\Riser\CheckStatusCommand" previously pointing to "router.default" to "router".
  • Changed reference of service "console.command.public_alias.App\Command\Riser\CreateResultPdfsCommand" previously pointing to "router.default" to "router".
  • Changed reference of service "console.command.public_alias.App\Command\Riser\GetResultsCommand" previously pointing to "router.default" to "router".
63
Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass
  • Removed service "cache.adapter.system"; reason: abstract.
  • Removed service "cache.adapter.apcu"; reason: abstract.
  • Removed service "cache.adapter.doctrine"; reason: abstract.
  • Removed service "cache.adapter.filesystem"; reason: abstract.
  • Removed service "cache.adapter.psr6"; reason: abstract.
  • Removed service "cache.adapter.redis"; reason: abstract.
  • Removed service "cache.adapter.memcached"; reason: abstract.
  • Removed service "assets.path_package"; reason: abstract.
  • Removed service "assets.url_package"; reason: abstract.
  • Removed service "assets.static_version_strategy"; reason: abstract.
  • Removed service "assets.json_manifest_version_strategy"; reason: abstract.
  • Removed service "doctrine_cache.abstract.apc"; reason: abstract.
  • Removed service "doctrine_cache.abstract.apcu"; reason: abstract.
  • Removed service "doctrine_cache.abstract.array"; reason: abstract.
  • Removed service "doctrine_cache.abstract.chain"; reason: abstract.
  • Removed service "doctrine_cache.abstract.couchbase"; reason: abstract.
  • Removed service "doctrine_cache.abstract.file_system"; reason: abstract.
  • Removed service "doctrine_cache.abstract.php_file"; reason: abstract.
  • Removed service "doctrine_cache.abstract.memcache"; reason: abstract.
  • Removed service "doctrine_cache.abstract.memcached"; reason: abstract.
  • Removed service "doctrine_cache.abstract.mongodb"; reason: abstract.
  • Removed service "doctrine_cache.abstract.redis"; reason: abstract.
  • Removed service "doctrine_cache.abstract.predis"; reason: abstract.
  • Removed service "doctrine_cache.abstract.riak"; reason: abstract.
  • Removed service "doctrine_cache.abstract.sqlite3"; reason: abstract.
  • Removed service "doctrine_cache.abstract.void"; reason: abstract.
  • Removed service "doctrine_cache.abstract.wincache"; reason: abstract.
  • Removed service "doctrine_cache.abstract.xcache"; reason: abstract.
  • Removed service "doctrine_cache.abstract.zenddata"; reason: abstract.
  • Removed service "doctrine.dbal.logger.chain"; reason: abstract.
  • Removed service "doctrine.dbal.logger.profiling"; reason: abstract.
  • Removed service "doctrine.dbal.logger.backtrace"; reason: abstract.
  • Removed service "doctrine.dbal.connection"; reason: abstract.
  • Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
  • Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
  • Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
  • Removed service "doctrine.orm.configuration"; reason: abstract.
  • Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
  • Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
  • Removed service "doctrine.orm.security.user.provider"; reason: abstract.
  • Removed service "monolog.logger_prototype"; reason: abstract.
  • Removed service "monolog.activation_strategy.not_found"; reason: abstract.
  • Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
  • Removed service "swiftmailer.mailer.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.smtp.configurator.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.sendmail.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.null.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.buffer.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.authhandler.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.eventdispatcher.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.redirecting.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.antiflood.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.impersonate.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.messagelogger.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.smtp.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.spool.abstract"; reason: abstract.
  • Removed service "swiftmailer.spool.file.abstract"; reason: abstract.
  • Removed service "swiftmailer.spool.memory.abstract"; reason: abstract.
  • Removed service "security.firewall.context"; reason: abstract.
  • Removed service "security.firewall.config"; reason: abstract.
  • Removed service "security.user.provider.in_memory"; reason: abstract.
  • Removed service "security.user.provider.in_memory.user"; reason: abstract.
  • Removed service "security.user.provider.ldap"; reason: abstract.
  • Removed service "security.user.provider.chain"; reason: abstract.
  • Removed service "security.logout_listener"; reason: abstract.
  • Removed service "security.logout.handler.cookie_clearing"; reason: abstract.
  • Removed service "security.logout.success_handler"; reason: abstract.
  • Removed service "security.authentication.form_entry_point"; reason: abstract.
  • Removed service "security.authentication.listener.abstract"; reason: abstract.
  • Removed service "security.authentication.custom_success_handler"; reason: abstract.
  • Removed service "security.authentication.success_handler"; reason: abstract.
  • Removed service "security.authentication.custom_failure_handler"; reason: abstract.
  • Removed service "security.authentication.failure_handler"; reason: abstract.
  • Removed service "security.authentication.listener.form"; reason: abstract.
  • Removed service "security.authentication.listener.simple_form"; reason: abstract.
  • Removed service "security.authentication.simple_success_failure_handler"; reason: abstract.
  • Removed service "security.authentication.listener.simple_preauth"; reason: abstract.
  • Removed service "security.authentication.listener.x509"; reason: abstract.
  • Removed service "security.authentication.listener.json"; reason: abstract.
  • Removed service "security.authentication.listener.remote_user"; reason: abstract.
  • Removed service "security.authentication.listener.basic"; reason: abstract.
  • Removed service "security.authentication.listener.digest"; reason: abstract.
  • Removed service "security.authentication.provider.dao"; reason: abstract.
  • Removed service "security.authentication.provider.ldap_bind"; reason: abstract.
  • Removed service "security.authentication.provider.simple"; reason: abstract.
  • Removed service "security.authentication.provider.pre_authenticated"; reason: abstract.
  • Removed service "security.exception_listener"; reason: abstract.
  • Removed service "security.authentication.switchuser_listener"; reason: abstract.
  • Removed service "security.authentication.listener.rememberme"; reason: abstract.
  • Removed service "security.authentication.provider.rememberme"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.abstract"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.persistent"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.simplehash"; reason: abstract.
  • Removed service "security.authentication.provider.guard"; reason: abstract.
  • Removed service "security.authentication.listener.guard"; reason: abstract.
  • Removed service "maker.auto_command.abstract"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Riser\CheckStatusCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Riser\CheckStatusCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Riser\ConfirmPayedOrdersCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Riser\ConfirmPayedOrdersCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Riser\CreateResultPdfsCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Riser\CreateResultPdfsCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Riser\GetResultsCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Riser\GetResultsCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Riser\ResendResultSms"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Riser\ResendResultSms"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Riser\UpdateResultDatesCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Riser\UpdateResultDatesCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestStripeFieldsCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\TestStripeFieldsCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.App\Controller\CityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CityController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\CityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.App\Controller\CustomerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CustomerController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\CustomerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.App\Controller\DashboardController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DashboardController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\DashboardController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.App\Controller\DownloadController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DownloadController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\DownloadController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.App\Controller\InquiryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\InquiryController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\InquiryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.App\Controller\PortalController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PortalController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\PortalController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\SecurityController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SecurityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.App\Controller\SitemapController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SitemapController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SitemapController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.App\Controller\StatusController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StatusController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\StatusController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.App\Controller\StripeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StripeController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\StripeController"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\UserFixture"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataFixtures\UserFixture"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CountryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CountryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerOrderItemRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CustomerOrderItemRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CustomerRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InquiryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\InquiryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaymentRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PaymentRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RiserOrderRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\RiserOrderRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\UserRepository"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\Twig\AppExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\AppExtension"; reason: abstract.
158
Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass
  • Removed service "App\Menu\MenuBuilder"; reason: unused.
  • Removed service "App\Service\Riser\Request\Document\ConfirmDocument"; reason: unused.
  • Removed service "App\Service\Riser\Request\Document\ConfirmResultDocument"; reason: unused.
  • Removed service "App\Service\Riser\Request\Document\InfoDocumentTemplate"; reason: unused.
  • Removed service "App\Service\Riser\Request\Document\NextResultDocument"; reason: unused.
  • Removed service "App\Service\Riser\Request\Document\PingDocument"; reason: unused.
  • Removed service "App\Service\Riser\Request\Document\RequestDocument"; reason: unused.
  • Removed service "App\Service\Riser\Request\Document\ResultDocument"; reason: unused.
  • Removed service "App\Service\Riser\Request\Document\RiserDocument"; reason: unused.
  • Removed service "App\Service\Riser\Request\Document\StatusDocument"; reason: unused.
  • Removed service "App\Service\Riser\Request\RiserRequest"; reason: unused.
  • Removed service "App\Service\Riser\Response\Node\Error"; reason: unused.
  • Removed service "App\Service\Riser\Response\Node\Node"; reason: unused.
  • Removed service "App\Service\Riser\Response\Node\Receipt"; reason: unused.
  • Removed service "App\Service\Riser\Response\RiserResponse"; reason: unused.
  • Removed service "App\Service\Riser\RiserSoapClient"; reason: unused.
  • Removed service "twig.loader.chain"; reason: unused.
  • Removed service "twig.extension.weblink"; reason: unused.
  • Removed service "kernel.class_cache.cache_warmer"; reason: unused.
  • Removed service "uri_signer"; reason: unused.
  • Removed service ".1_NativeFileSessionHandler~1lAbE74"; reason: unused.
  • Removed service "session.storage.php_bridge"; reason: unused.
  • Removed service "session.flash_bag"; reason: unused.
  • Removed service "session.attribute_bag"; reason: unused.
  • Removed service "session.storage.mock_file"; reason: unused.
  • Removed service "session.handler.native_file"; reason: unused.
  • Removed service "session.handler.write_check"; reason: unused.
  • Removed service "deprecated.form.registry"; reason: unused.
  • Removed service "deprecated.form.registry.csrf"; reason: unused.
  • Removed service "assets.empty_package"; reason: unused.
  • Removed service ".2_ApcCache~MmhysPl"; reason: unused.
  • Removed service ".1_PhpArrayAdapter~MmhysPl"; reason: unused.
  • Removed service "validator.mapping.cache.symfony"; reason: unused.
  • Removed service "validator.mapping.cache.doctrine.apc"; reason: unused.
  • Removed service "translation.loader"; reason: unused.
  • Removed service "cache_connection.GD_MSZC"; reason: unused.
  • Removed service "cache_connection.JKE6keX"; reason: unused.
  • Removed service "annotations.filesystem_cache"; reason: unused.
  • Removed service "serializer.mapping.cache.symfony"; reason: unused.
  • Removed service "serializer.mapping.cache.doctrine.apc"; reason: unused.
  • Removed service "serializer.mapping.cache.apc"; reason: unused.
  • Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
  • Removed service "property_info.serializer_extractor"; reason: unused.
  • Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
  • Removed service ".1_ServiceLocator~opJKL4I"; reason: unused.
  • Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
  • Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
  • Removed service "doctrine.orm.naming_strategy.underscore_number_aware"; reason: unused.
  • Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
  • Removed service "monolog.formatter.chrome_php"; reason: unused.
  • Removed service "monolog.formatter.gelf_message"; reason: unused.
  • Removed service "monolog.formatter.html"; reason: unused.
  • Removed service "monolog.formatter.json"; reason: unused.
  • Removed service "monolog.formatter.line"; reason: unused.
  • Removed service "monolog.formatter.loggly"; reason: unused.
  • Removed service "monolog.formatter.normalizer"; reason: unused.
  • Removed service "monolog.formatter.scalar"; reason: unused.
  • Removed service "monolog.formatter.wildfire"; reason: unused.
  • Removed service "monolog.formatter.logstash"; reason: unused.
  • Removed service "monolog.http_client"; reason: unused.
  • Removed service ".4_Swift_Transport_Esmtp_Auth_NTLMAuthenticator~kmPlXHM"; reason: unused.
  • Removed service ".3_Swift_Transport_Esmtp_Auth_PlainAuthenticator~kmPlXHM"; reason: unused.
  • Removed service ".2_Swift_Transport_Esmtp_Auth_LoginAuthenticator~kmPlXHM"; reason: unused.
  • Removed service ".1_Swift_Transport_Esmtp_Auth_CramMd5Authenticator~kmPlXHM"; reason: unused.
  • Removed service "swiftmailer.transport.failover"; reason: unused.
  • Removed service "swiftmailer.transport.replacementfactory"; reason: unused.
  • Removed service ".1_ServiceLocator~dUAonJ9"; reason: unused.
  • Removed service "security.helper"; reason: unused.
  • Removed service "security.authentication.session_strategy_noop"; reason: unused.
  • Removed service "security.authentication.listener.anonymous"; reason: unused.
  • Removed service "security.authentication.provider.anonymous"; reason: unused.
  • Removed service "security.authentication.basic_entry_point"; reason: unused.
  • Removed service "security.authentication.digest_entry_point"; reason: unused.
  • Removed service "security.context_listener"; reason: unused.
  • Removed service "security.rememberme.token.provider.in_memory"; reason: unused.
  • Removed service "maker.maker.make_functional_test"; reason: unused.
  • Removed service "maker.maker.make_unit_test"; reason: unused.
  • Removed service ".service_locator.5t3VVAS"; reason: unused.
  • Removed service ".service_locator.W0WLh.t"; reason: unused.
79
Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass
  • Inlined service ".service_locator.EgGXgOq.App\Controller\CityController" to "App\Controller\CityController".
  • Inlined service ".service_locator.EgGXgOq.App\Controller\CustomerController" to "App\Controller\CustomerController".
  • Inlined service ".service_locator.EgGXgOq.App\Controller\DashboardController" to "App\Controller\DashboardController".
  • Inlined service ".service_locator.EgGXgOq.App\Controller\DownloadController" to "App\Controller\DownloadController".
  • Inlined service ".service_locator.EgGXgOq.App\Controller\InquiryController" to "App\Controller\InquiryController".
  • Inlined service ".service_locator.EgGXgOq.App\Controller\PortalController" to "App\Controller\PortalController".
  • Inlined service ".service_locator.EgGXgOq.App\Controller\SitemapController" to "App\Controller\SitemapController".
  • Inlined service ".service_locator.EgGXgOq.App\Controller\StatusController" to "App\Controller\StatusController".
  • Inlined service ".service_locator.EgGXgOq.App\Controller\StripeController" to "App\Controller\StripeController".
  • Inlined service "twig.loader.native_filesystem" to "twig".
  • Inlined service "twig.extension.profiler" to "twig".
  • Inlined service "twig.extension.trans" to "twig".
  • Inlined service "twig.extension.assets" to "twig".
  • Inlined service "twig.extension.code" to "twig".
  • Inlined service "twig.extension.routing" to "twig".
  • Inlined service "twig.extension.yaml" to "twig".
  • Inlined service "twig.extension.debug.stopwatch" to "twig".
  • Inlined service "twig.extension.httpkernel" to "twig".
  • Inlined service "twig.extension.httpfoundation" to "twig".
  • Inlined service "twig.extension.form" to "twig".
  • Inlined service "twig.extension.logout_url" to "twig".
  • Inlined service "twig.extension.security" to "twig".
  • Inlined service "App\Twig\AppExtension" to "twig".
  • Inlined service "twig.extension.debug" to "twig".
  • Inlined service "doctrine.twig.doctrine_extension" to "twig".
  • Inlined service "twig.extension.webprofiler" to "twig".
  • Inlined service "knp_menu.twig.extension" to "twig".
  • Inlined service "twig.app_variable" to "twig".
  • Inlined service "twig.runtime_loader" to "twig".
  • Inlined service "twig.configurator.environment" to "twig".
  • Inlined service ".service_locator.o9nGMXB.twig.cache_warmer" to "twig.cache_warmer".
  • Inlined service ".service_locator.o9nGMXB.twig.template_cache_warmer" to "twig.template_cache_warmer".
  • Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
  • Inlined service "assets.packages" to "twig.extension.assets".
  • Inlined service "fragment.handler" to "twig.runtime.httpkernel".
  • Inlined service ".service_locator.Cjf25t3" to "twig.runtime_loader".
  • Inlined service "twig.form.engine" to "twig.form.renderer".
  • Inlined service ".service_locator.L67tN39" to "argument_resolver.service".
  • Inlined service "debug.controller_resolver" to "http_kernel".
  • Inlined service ".service_locator._cmka45" to "fragment.handler".
  • Inlined service "monolog.logger.console" to "console.error_listener".
  • Inlined service "translation.writer" to "console.command.translation_update".
  • Inlined service "cache.app.recorder_inner" to "cache.app".
  • Inlined service "cache.system.recorder_inner" to "cache.system".
  • Inlined service "cache.validator.recorder_inner" to "cache.validator".
  • Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
  • Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
  • Inlined service "session.storage.native" to "session".
  • Inlined service "session.storage.metadata_bag" to "session.storage.native".
  • Inlined service ".2_ServiceLocator~1lAbE74" to "session_listener".
  • Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
  • Inlined service ".1_ResolvedFormTypeFactory~sScN2W8" to "form.resolved_type_factory".
  • Inlined service "form.extension" to "form.registry".
  • Inlined service ".service_locator.SFX6J7Y" to "form.extension".
  • Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
  • Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
  • Inlined service "form.choice_list_factory.cached" to "form.type.choice".
  • Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
  • Inlined service "assets._default_package" to "assets.packages".
  • Inlined service "assets.empty_version_strategy" to "assets._default_package".
  • Inlined service "assets.context" to "assets._default_package".
  • Inlined service "validator.validator_factory" to "validator.builder".
  • Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
  • Inlined service ".service_locator.ePLHaIp" to "validator.validator_factory".
  • Inlined service ".service_locator.V.o0zE7" to "translator.default".
  • Inlined service "translator.formatter.default" to "translator.default".
  • Inlined service "monolog.logger.translation" to "translator.logging".
  • Inlined service "translator.selector" to "translator.formatter.default".
  • Inlined service "twig.translation.extractor" to "translation.extractor".
  • Inlined service "translation.extractor.php" to "translation.extractor".
  • Inlined service "translation.dumper.php" to "translation.writer".
  • Inlined service "translation.dumper.xliff" to "translation.writer".
  • Inlined service "translation.dumper.po" to "translation.writer".
  • Inlined service "translation.dumper.mo" to "translation.writer".
  • Inlined service "translation.dumper.yml" to "translation.writer".
  • Inlined service "translation.dumper.yaml" to "translation.writer".
  • Inlined service "translation.dumper.qt" to "translation.writer".
  • Inlined service "translation.dumper.csv" to "translation.writer".
  • Inlined service "translation.dumper.ini" to "translation.writer".
  • Inlined service "translation.dumper.json" to "translation.writer".
  • Inlined service "translation.dumper.res" to "translation.writer".
  • Inlined service ".service_locator.xKVhm7W.translation.warmer" to "translation.warmer".
  • Inlined service "profiler.storage" to "profiler".
  • Inlined service "data_collector.time" to "profiler".
  • Inlined service "data_collector.memory" to "profiler".
  • Inlined service "data_collector.validator" to "profiler".
  • Inlined service "data_collector.ajax" to "profiler".
  • Inlined service "data_collector.exception" to "profiler".
  • Inlined service "data_collector.logger" to "profiler".
  • Inlined service "data_collector.events" to "profiler".
  • Inlined service "data_collector.cache" to "profiler".
  • Inlined service "data_collector.translation" to "profiler".
  • Inlined service "data_collector.security" to "profiler".
  • Inlined service "data_collector.twig" to "profiler".
  • Inlined service "data_collector.doctrine" to "profiler".
  • Inlined service "swiftmailer.data_collector" to "profiler".
  • Inlined service "data_collector.config" to "profiler".
  • Inlined service "data_collector.form.extractor" to "data_collector.form".
  • Inlined service "monolog.logger.php" to "debug.debug_handlers_listener".
  • Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
  • Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
  • Inlined service "routing.loader.xml" to "routing.resolver".
  • Inlined service "routing.loader.yml" to "routing.resolver".
  • Inlined service "routing.loader.php" to "routing.resolver".
  • Inlined service "routing.loader.glob" to "routing.resolver".
  • Inlined service "routing.loader.directory" to "routing.resolver".
  • Inlined service "routing.loader.service" to "routing.resolver".
  • Inlined service "routing.loader.annotation.directory" to "routing.resolver".
  • Inlined service "routing.loader.annotation.file" to "routing.resolver".
  • Inlined service "routing.resolver" to "routing.loader".
  • Inlined service ".service_locator.m90YCjy.router.cache_warmer" to "router.cache_warmer".
  • Inlined service "annotations.dummy_registry" to "annotations.reader".
  • Inlined service ".1_ArrayCache~sgpeUrj" to "annotations.cached_reader".
  • Inlined service ".2_PhpArrayAdapter~sgpeUrj" to "annotations.cache".
  • Inlined service "cache.property_access" to "property_accessor".
  • Inlined service "serializer.normalizer.json_serializable" to "serializer".
  • Inlined service "serializer.normalizer.datetime" to "serializer".
  • Inlined service "serializer.normalizer.dateinterval" to "serializer".
  • Inlined service "serializer.normalizer.data_uri" to "serializer".
  • Inlined service "serializer.denormalizer.array" to "serializer".
  • Inlined service "serializer.normalizer.object" to "serializer".
  • Inlined service "serializer.encoder.xml" to "serializer".
  • Inlined service "serializer.encoder.json" to "serializer".
  • Inlined service "serializer.encoder.yaml" to "serializer".
  • Inlined service "serializer.encoder.csv" to "serializer".
  • Inlined service "serializer.mapping.class_metadata_factory" to "serializer.normalizer.object".
  • Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
  • Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logger".
  • Inlined service "doctrine.dbal.logger.chain.default" to "doctrine.dbal.default_connection.configuration".
  • Inlined service "doctrine.dbal.logger" to "doctrine.dbal.logger.chain.default".
  • Inlined service "doctrine.orm.default_listeners.attach_entity_listeners" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
  • Inlined service "doctrine.dbal.default_connection.event_manager" to "doctrine.dbal.default_connection".
  • Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
  • Inlined service ".service_locator.c9lSwVv" to "doctrine.orm.container_repository_factory".
  • Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.default.query" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.default.result" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.naming_strategy.underscore" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "cache.doctrine.orm.default.metadata.recorder_inner" to "cache.doctrine.orm.default.metadata".
  • Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
  • Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
  • Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
  • Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
  • Inlined service "sensio_framework_extra.converter.manager" to "sensio_framework_extra.converter.listener".
  • Inlined service "sensio_framework_extra.converter.doctrine.orm" to "sensio_framework_extra.converter.manager".
  • Inlined service "framework_extra_bundle.date_time_param_converter" to "sensio_framework_extra.converter.manager".
  • Inlined service "sensio_framework_extra.view.guesser" to "sensio_framework_extra.view.listener".
  • Inlined service ".service_locator.iuGr.fa" to "security.firewall.map".
  • Inlined service "security.authentication.retry_entry_point" to "security.channel_listener".
  • Inlined service "security.request_matcher.qoRSztb" to "security.access_map".
  • Inlined service "security.request_matcher.jH0t2cu" to "security.access_map".
  • Inlined service "security.request_matcher.5.vIN46" to "security.access_map".
  • Inlined service "security.request_matcher.95VnpVv" to "security.access_map".
  • Inlined service "security.request_matcher.sds3u.e" to "security.access_map".
  • Inlined service "security.request_matcher.bk5cvHI" to "security.access_map".
  • Inlined service "security.request_matcher.iKqBhX_" to "security.access_map".
  • Inlined service "security.authentication.session_strategy" to "security.authentication.guard_handler".
  • Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
  • Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
  • Inlined service "security.logout.success_handler.main" to "security.logout_listener.main".
  • Inlined service "security.logout.handler.csrf_token_clearing" to "security.logout_listener.main".
  • Inlined service "security.logout.handler.session" to "security.logout_listener.main".
  • Inlined service "security.user_checker" to "security.authentication.provider.guard.main".
  • Inlined service "security.authentication.guard_handler" to "security.authentication.listener.guard.main".
  • Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
  • Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
  • Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
  • Inlined service "maker.autoloader_util" to "maker.file_manager".
  • Inlined service "maker.file_link_formatter" to "maker.file_manager".
  • Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
  • Inlined service "maker.php_compat_util" to "maker.generator".
  • Inlined service "maker.event_registry" to "maker.maker.make_subscriber".
  • Inlined service "maker.user_class_builder" to "maker.maker.make_user".
  • Inlined service "doctrine.fixtures.loader" to "doctrine.fixtures_load_command".
  • Inlined service "doctrine.fixtures.purger.orm_purger_factory" to "doctrine.fixtures_load_command".
  • Inlined service "App\DataFixtures\UserFixture" to "doctrine.fixtures.loader".
  • Inlined service ".1_NonceGenerator~QonG13X" to "web_profiler.csp.handler".
  • Inlined service ".2_HtmlDumper~QonG13X" to "twig.extension.webprofiler".
  • Inlined service "knp_menu.factory_extension.routing" to "knp_menu.factory".
  • Inlined service "knp_menu.renderer_provider" to "knp_menu.helper".
  • Inlined service "knp_menu.menu_provider.chain" to "knp_menu.helper".
  • Inlined service ".service_locator.lHZYdJL" to "knp_menu.renderer_provider".
  • Inlined service "knp_menu.helper" to "knp_menu.twig.extension".
  • Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
  • Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
  • Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
  • Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
  • Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
  • Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
  • Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
  • Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
  • Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
  • Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
  • Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
  • Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
  • Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
  • Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
  • Inlined service "maker.maker.make_subscriber" to "maker.auto_command.make_subscriber".
  • Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
  • Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
  • Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
  • Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
  • Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
  • Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
  • Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
  • Inlined service ".service_locator.xKVhm7W" to ".service_locator.xKVhm7W.translation.warmer".
  • Inlined service ".service_locator.m90YCjy" to ".service_locator.m90YCjy.router.cache_warmer".
  • Inlined service ".service_locator.TcZFYUV" to "console.command_loader".
  • Inlined service "translator.logging" to "translator".
  • Inlined service "swiftmailer.mailer.default.spool.memory" to "swiftmailer.transport".
  • Inlined service "debug.validator.inner" to "validator".
  • Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
  • Inlined service "monolog.logger.event" to "event_dispatcher".
  • Inlined service "monolog.logger.cron" to "console.command.public_alias.App\Command\Riser\GetResultsCommand".
  • Inlined service "knp_menu.manipulator" to "twig".
  • Inlined service "knp_menu.manipulator" to "twig".
  • Inlined service "debug.argument_resolver" to "http_kernel".
  • Inlined service "debug.argument_resolver" to "http_kernel".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "security.http_utils" to "security.firewall.map.context.main".
  • Inlined service "security.http_utils" to "security.firewall.map.context.main".
  • Inlined service "security.http_utils" to "security.firewall.map.context.main".
239