https://api.dev.llnw.io/robots.txt

Log Messages

Info. & Errors 1

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

Level Channel Message
ERROR 12:30:48 request Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /workspace/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 137
[
  "exception" => NotFoundHttpException {#7808
    -statusCode: 404
    -headers: []
    #message: "No route found for "GET /robots.txt""
    #code: 0
    #file: "/workspace/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php"
    #line: 137
    -previous: ResourceNotFoundException {#190 …}
    trace: {
      /workspace/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137 {
        › 
        ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
      }
      /workspace/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:115 {
        › 
        › \call_user_func($this->listener, $event, $eventName, $dispatcher);arguments: {
          $event: GetResponseEvent {#476 …}
          ...: {
            "kernel.request"
            TraceableEventDispatcher {#5772 …}
          }
        }
      }
      /workspace/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:214 {    }    \call_user_func($listener, $event, $eventName, $this);}
        arguments: {
          $event: GetResponseEvent {#476 …}
          $eventName: "kernel.request"
          $dispatcher: TraceableEventDispatcher {#5772 …}
        }
      }
      /workspace/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:44 {if ($listeners = $this->getListeners($eventName)) {    $this->doDispatch($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …12]
          $eventName: "kernel.request"
          $event: GetResponseEvent {#476 …}
        }
      }
      /workspace/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:143 {try {    $this->dispatcher->dispatch($eventName, $event);} finally {
        arguments: {
          $eventName: "kernel.request"
          $event: GetResponseEvent {#476 …}
        }
      }
      /workspace/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:127 {$event = new GetResponseEvent($this, $request, $type);$this->dispatcher->dispatch(KernelEvents::REQUEST, $event);arguments: {
          $eventName: "kernel.request"
          $event: GetResponseEvent {#476 …}
        }
      }
      /workspace/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
        arguments: {
          $request: Request {#26 …}
          $type: 1
        }
      }
      /workspace/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
        arguments: {
          $request: Request {#26 …}
          $type: 1
          $catch: true
        }
      }
      /workspace/web/app_dev.php:11 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Request {#26 …}
        }
      }
    }
  }
]
{
  /workspace/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:137 {
    › 
    ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
  }
  /workspace/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:115 {
    › 
    › \call_user_func($this->listener, $event, $eventName, $dispatcher);arguments: {
      $event: GetResponseEvent {#476 …}
      ...: {
        "kernel.request"
        TraceableEventDispatcher {#5772 …}
      }
    }
  }
  /workspace/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:214 {    }    \call_user_func($listener, $event, $eventName, $this);}
    arguments: {
      $event: GetResponseEvent {#476 …}
      $eventName: "kernel.request"
      $dispatcher: TraceableEventDispatcher {#5772 …}
    }
  }
  /workspace/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:44 {if ($listeners = $this->getListeners($eventName)) {    $this->doDispatch($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …12]
      $eventName: "kernel.request"
      $event: GetResponseEvent {#476 …}
    }
  }
  /workspace/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:143 {try {    $this->dispatcher->dispatch($eventName, $event);} finally {
    arguments: {
      $eventName: "kernel.request"
      $event: GetResponseEvent {#476 …}
    }
  }
  /workspace/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:127 {$event = new GetResponseEvent($this, $request, $type);$this->dispatcher->dispatch(KernelEvents::REQUEST, $event);arguments: {
      $eventName: "kernel.request"
      $event: GetResponseEvent {#476 …}
    }
  }
  /workspace/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    arguments: {
      $request: Request {#26 …}
      $type: 1
    }
  }
  /workspace/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    arguments: {
      $request: Request {#26 …}
      $type: 1
      $catch: true
    }
  }
  /workspace/web/app_dev.php:11 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Request {#26 …}
    }
  }
}

Deprecations 155

Log messages generated by using features marked as deprecated.

Time Channel Message
12:30:46 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 {#5654
    #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: "/workspace/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php"
    #line: 66
    #severity: E_USER_DEPRECATED
    trace: {
      /workspace/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66 {    'Creating ' . self::class . ' without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.',    E_USER_DEPRECATED);
      }
      /tmp/ll-php-api/cache/dev/ContainerPklq1gx/appDevDebugProjectContainer.php:1314 {$a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');$a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());$a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
      }
      /tmp/ll-php-api/cache/dev/ContainerPklq1gx/appDevDebugProjectContainer.php:1273 {return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {    $wrappedInstance = $this->getDoctrine_Orm_DefaultEntityManagerService(false);}
      /tmp/ll-php-api/cache/dev/ContainerPklq1gx/EntityManager_9a5be93.php:235 {{    $this->initializer80a4d && ($this->initializer80a4d->__invoke($valueHolder14899, $this, 'getConfiguration', array(), $this->initializer80a4d) || 1) && $this->valueHolder14899 = $valueHolder14899;}
      /tmp/ll-php-api/cache/dev/ContainerPklq1gx/EntityManager_9a5be93.php:235 {{    $this->initializer80a4d && ($this->initializer80a4d->__invoke($valueHolder14899, $this, 'getConfiguration', array(), $this->initializer80a4d) || 1) && $this->valueHolder14899 = $valueHolder14899;}
      /workspace/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/CacheWarmer/ProxyCacheWarmer.php:55 {// we need the directory no matter the proxy cache generation strategyif (!is_dir($proxyCacheDir = $em->getConfiguration()->getProxyDir())) {    if (false === @mkdir($proxyCacheDir, 0777, true)) {
      }
      /workspace/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerAggregate.php:52 {
        › 
        ›     $warmer->warmUp($cacheDir);}
      }
      /workspace/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:686 {if ($this->container->has('cache_warmer')) {    $this->container->get('cache_warmer')->warmUp($this->container->getParameter('kernel.cache_dir'));}
      }
      /workspace/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:135 {// init container$this->initializeContainer();}
      /workspace/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:195 {{    $this->boot();    ++$this->requestStackSize;
      }
      /workspace/web/app_dev.php:11 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Request {#26 …}
        }
      }
    }
  }
]
{
  /workspace/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66 {    'Creating ' . self::class . ' without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.',    E_USER_DEPRECATED);
  }
  /tmp/ll-php-api/cache/dev/ContainerPklq1gx/appDevDebugProjectContainer.php:1314 {$a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');$a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());$a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  }
  /tmp/ll-php-api/cache/dev/ContainerPklq1gx/appDevDebugProjectContainer.php:1273 {return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {    $wrappedInstance = $this->getDoctrine_Orm_DefaultEntityManagerService(false);}
  /tmp/ll-php-api/cache/dev/ContainerPklq1gx/EntityManager_9a5be93.php:235 {{    $this->initializer80a4d && ($this->initializer80a4d->__invoke($valueHolder14899, $this, 'getConfiguration', array(), $this->initializer80a4d) || 1) && $this->valueHolder14899 = $valueHolder14899;}
  /tmp/ll-php-api/cache/dev/ContainerPklq1gx/EntityManager_9a5be93.php:235 {{    $this->initializer80a4d && ($this->initializer80a4d->__invoke($valueHolder14899, $this, 'getConfiguration', array(), $this->initializer80a4d) || 1) && $this->valueHolder14899 = $valueHolder14899;}
  /workspace/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/CacheWarmer/ProxyCacheWarmer.php:55 {// we need the directory no matter the proxy cache generation strategyif (!is_dir($proxyCacheDir = $em->getConfiguration()->getProxyDir())) {    if (false === @mkdir($proxyCacheDir, 0777, true)) {
  }
  /workspace/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerAggregate.php:52 {
    › 
    ›     $warmer->warmUp($cacheDir);}
  }
  /workspace/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:686 {if ($this->container->has('cache_warmer')) {    $this->container->get('cache_warmer')->warmUp($this->container->getParameter('kernel.cache_dir'));}
  }
  /workspace/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:135 {// init container$this->initializeContainer();}
  /workspace/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:195 {{    $this->boot();    ++$this->requestStackSize;
  }
  /workspace/web/app_dev.php:11 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Request {#26 …}
    }
  }
}
12:30:47 php (148 times) User Deprecated: The "Doctrine\Common\Inflector\Inflector::pluralize" method is deprecated and will be dropped in doctrine/inflector 2.0. Please update to the new Inflector API.
[
  "exception" => ErrorException {#786
    #message: "User Deprecated: The "Doctrine\Common\Inflector\Inflector::pluralize" method is deprecated and will be dropped in doctrine/inflector 2.0. Please update to the new Inflector API."
    #code: 0
    #file: "/workspace/vendor/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php"
    #line: 261
    #severity: E_USER_DEPRECATED
    trace: {
      /workspace/vendor/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php:261 {{    @trigger_error(sprintf('The "%s" method is deprecated and will be dropped in doctrine/inflector 2.0. Please update to the new Inflector API.', __METHOD__), E_USER_DEPRECATED);}
      /workspace/vendor/friendsofsymfony/rest-bundle/Inflector/DoctrineInflector.php:28 {{    return Inflector::pluralize($word);}
      }
      /workspace/vendor/friendsofsymfony/rest-bundle/Routing/Loader/Reader/RestActionReader.php:598 {
        › 
        ›     return $this->inflector->pluralize($resource);}
      }
      /workspace/vendor/friendsofsymfony/rest-bundle/Routing/Loader/Reader/RestActionReader.php:644 {$urlParts[] =    strtolower($this->generateResourceName($resource))    .'/{'.$arguments[$i]->getName().'}';
      }
      /workspace/vendor/friendsofsymfony/rest-bundle/Routing/Loader/Reader/RestActionReader.php:289 {$routeName = $httpMethod.$this->generateRouteName($resources);$urlParts = $this->generateUrlParts($resources, $arguments, $httpMethod);}
      /workspace/vendor/friendsofsymfony/rest-bundle/Routing/Loader/Reader/RestControllerReader.php:105 {foreach ($reflectionClass->getMethods(\ReflectionMethod::IS_PUBLIC) as $method) {    $this->actionReader->read($collection, $method, $resource);}
      }
      /workspace/vendor/friendsofsymfony/rest-bundle/Routing/Loader/RestRouteLoader.php:76 {
        › 
        › $collection = $this->controllerReader->read(new \ReflectionClass($class));$collection->prependRouteControllersWithPrefix($prefix);
      }
      /workspace/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php:153 {try {    $ret = $loader->load($resource, $type);} finally {
      }
      /workspace/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php:90 {
        › 
        ›     return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);}
      }
      /workspace/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php:161 {
        › 
        › $imported = $this->import($config['resource'], $type, false, $file) ?: [];}
      /workspace/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php:91 {if (isset($config['resource'])) {    $this->parseImport($collection, $config, $path, $file);} else {
      }
      /workspace/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php:153 {try {    $ret = $loader->load($resource, $type);} finally {
      }
      /workspace/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php:90 {
        › 
        ›     return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);}
      }
      /workspace/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php:161 {
        › 
        › $imported = $this->import($config['resource'], $type, false, $file) ?: [];}
      /workspace/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php:91 {if (isset($config['resource'])) {    $this->parseImport($collection, $config, $path, $file);} else {
      }
      /workspace/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php:153 {try {    $ret = $loader->load($resource, $type);} finally {
      }
      /workspace/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php:90 {
        › 
        ›     return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);}
      }
      /workspace/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php:161 {
        › 
        › $imported = $this->import($config['resource'], $type, false, $file) ?: [];}
      /workspace/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php:91 {if (isset($config['resource'])) {    $this->parseImport($collection, $config, $path, $file);} else {
      }
      /workspace/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/DelegatingLoader.php:40 {
        › 
        ›     return $loader->load($resource, $type);}
      }
      /workspace/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/DelegatingLoader.php:70 {try {    $collection = parent::load($resource, $type);} finally {
      }
      /workspace/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/Router.php:56 {if (null === $this->collection) {    $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);    $this->resolveParameters($this->collection);
      }
      /workspace/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php:371 {{    return new $this->options['matcher_dumper_class']($this->getRouteCollection());}
      }
      /workspace/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php:289 {function (ConfigCacheInterface $cache) {    $dumper = $this->getMatcherDumperInstance();    if (method_exists($dumper, 'addExpressionLanguageProvider')) {
      }
      /workspace/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php:43 {if (!$cache->isFresh()) {    \call_user_func($callback, $cache);}
      }
      /workspace/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php:302 {        $cache->write($dumper->dump($options), $this->getRouteCollection()->getResources());    });
      }
      /workspace/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php:256 {{    $matcher = $this->getMatcher();    if (!$matcher instanceof RequestMatcherInterface) {
      }
      /workspace/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:113 {if ($this->matcher instanceof RequestMatcherInterface) {    $parameters = $this->matcher->matchRequest($request);} else {
      }
      /workspace/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:115 {
        › 
        › \call_user_func($this->listener, $event, $eventName, $dispatcher);arguments: {
          $event: GetResponseEvent {#476 …}
          ...: {
            "kernel.request"
            TraceableEventDispatcher {#5772 …}
          }
        }
      }
      /workspace/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:214 {    }    \call_user_func($listener, $event, $eventName, $this);}
        arguments: {
          $event: GetResponseEvent {#476 …}
          $eventName: "kernel.request"
          $dispatcher: TraceableEventDispatcher {#5772 …}
        }
      }
      /workspace/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:44 {if ($listeners = $this->getListeners($eventName)) {    $this->doDispatch($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …12]
          $eventName: "kernel.request"
          $event: GetResponseEvent {#476 …}
        }
      }
      /workspace/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:143 {try {    $this->dispatcher->dispatch($eventName, $event);} finally {
        arguments: {
          $eventName: "kernel.request"
          $event: GetResponseEvent {#476 …}
        }
      }
      /workspace/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:127 {$event = new GetResponseEvent($this, $request, $type);$this->dispatcher->dispatch(KernelEvents::REQUEST, $event);arguments: {
          $eventName: "kernel.request"
          $event: GetResponseEvent {#476 …}
        }
      }
      /workspace/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
        arguments: {
          $request: Request {#26 …}
          $type: 1
        }
      }
      /workspace/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
        arguments: {
          $request: Request {#26 …}
          $type: 1
          $catch: true
        }
      }
      /workspace/web/app_dev.php:11 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Request {#26 …}
        }
      }
    }
  }
]
{
  /workspace/vendor/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php:261 {{    @trigger_error(sprintf('The "%s" method is deprecated and will be dropped in doctrine/inflector 2.0. Please update to the new Inflector API.', __METHOD__), E_USER_DEPRECATED);}
  /workspace/vendor/friendsofsymfony/rest-bundle/Inflector/DoctrineInflector.php:28 {{    return Inflector::pluralize($word);}
  }
  /workspace/vendor/friendsofsymfony/rest-bundle/Routing/Loader/Reader/RestActionReader.php:598 {
    › 
    ›     return $this->inflector->pluralize($resource);}
  }
  /workspace/vendor/friendsofsymfony/rest-bundle/Routing/Loader/Reader/RestActionReader.php:644 {$urlParts[] =    strtolower($this->generateResourceName($resource))    .'/{'.$arguments[$i]->getName().'}';
  }
  /workspace/vendor/friendsofsymfony/rest-bundle/Routing/Loader/Reader/RestActionReader.php:289 {$routeName = $httpMethod.$this->generateRouteName($resources);$urlParts = $this->generateUrlParts($resources, $arguments, $httpMethod);}
  /workspace/vendor/friendsofsymfony/rest-bundle/Routing/Loader/Reader/RestControllerReader.php:105 {foreach ($reflectionClass->getMethods(\ReflectionMethod::IS_PUBLIC) as $method) {    $this->actionReader->read($collection, $method, $resource);}
  }
  /workspace/vendor/friendsofsymfony/rest-bundle/Routing/Loader/RestRouteLoader.php:76 {
    › 
    › $collection = $this->controllerReader->read(new \ReflectionClass($class));$collection->prependRouteControllersWithPrefix($prefix);
  }
  /workspace/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php:153 {try {    $ret = $loader->load($resource, $type);} finally {
  }
  /workspace/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php:90 {
    › 
    ›     return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);}
  }
  /workspace/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php:161 {
    › 
    › $imported = $this->import($config['resource'], $type, false, $file) ?: [];}
  /workspace/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php:91 {if (isset($config['resource'])) {    $this->parseImport($collection, $config, $path, $file);} else {
  }
  /workspace/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php:153 {try {    $ret = $loader->load($resource, $type);} finally {
  }
  /workspace/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php:90 {
    › 
    ›     return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);}
  }
  /workspace/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php:161 {
    › 
    › $imported = $this->import($config['resource'], $type, false, $file) ?: [];}
  /workspace/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php:91 {if (isset($config['resource'])) {    $this->parseImport($collection, $config, $path, $file);} else {
  }
  /workspace/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php:153 {try {    $ret = $loader->load($resource, $type);} finally {
  }
  /workspace/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php:90 {
    › 
    ›     return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);}
  }
  /workspace/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php:161 {
    › 
    › $imported = $this->import($config['resource'], $type, false, $file) ?: [];}
  /workspace/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php:91 {if (isset($config['resource'])) {    $this->parseImport($collection, $config, $path, $file);} else {
  }
  /workspace/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/DelegatingLoader.php:40 {
    › 
    ›     return $loader->load($resource, $type);}
  }
  /workspace/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/DelegatingLoader.php:70 {try {    $collection = parent::load($resource, $type);} finally {
  }
  /workspace/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/Router.php:56 {if (null === $this->collection) {    $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);    $this->resolveParameters($this->collection);
  }
  /workspace/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php:371 {{    return new $this->options['matcher_dumper_class']($this->getRouteCollection());}
  }
  /workspace/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php:289 {function (ConfigCacheInterface $cache) {    $dumper = $this->getMatcherDumperInstance();    if (method_exists($dumper, 'addExpressionLanguageProvider')) {
  }
  /workspace/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php:43 {if (!$cache->isFresh()) {    \call_user_func($callback, $cache);}
  }
  /workspace/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php:302 {        $cache->write($dumper->dump($options), $this->getRouteCollection()->getResources());    });
  }
  /workspace/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php:256 {{    $matcher = $this->getMatcher();    if (!$matcher instanceof RequestMatcherInterface) {
  }
  /workspace/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:113 {if ($this->matcher instanceof RequestMatcherInterface) {    $parameters = $this->matcher->matchRequest($request);} else {
  }
  /workspace/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:115 {
    › 
    › \call_user_func($this->listener, $event, $eventName, $dispatcher);arguments: {
      $event: GetResponseEvent {#476 …}
      ...: {
        "kernel.request"
        TraceableEventDispatcher {#5772 …}
      }
    }
  }
  /workspace/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:214 {    }    \call_user_func($listener, $event, $eventName, $this);}
    arguments: {
      $event: GetResponseEvent {#476 …}
      $eventName: "kernel.request"
      $dispatcher: TraceableEventDispatcher {#5772 …}
    }
  }
  /workspace/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:44 {if ($listeners = $this->getListeners($eventName)) {    $this->doDispatch($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …12]
      $eventName: "kernel.request"
      $event: GetResponseEvent {#476 …}
    }
  }
  /workspace/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:143 {try {    $this->dispatcher->dispatch($eventName, $event);} finally {
    arguments: {
      $eventName: "kernel.request"
      $event: GetResponseEvent {#476 …}
    }
  }
  /workspace/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:127 {$event = new GetResponseEvent($this, $request, $type);$this->dispatcher->dispatch(KernelEvents::REQUEST, $event);arguments: {
      $eventName: "kernel.request"
      $event: GetResponseEvent {#476 …}
    }
  }
  /workspace/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    arguments: {
      $request: Request {#26 …}
      $type: 1
    }
  }
  /workspace/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    arguments: {
      $request: Request {#26 …}
      $type: 1
      $catch: true
    }
  }
  /workspace/web/app_dev.php:11 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Request {#26 …}
    }
  }
}
12:30:44 - The "framework.trusted_proxies" configuration key has been deprecated in Symfony 3.3. Use the Request::setTrustedProxies() method in your front controller instead.
[
  "exception" => SilencedErrorContext {#8124
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /workspace/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/ArrayNode.php:238 {if ($child->isDeprecated()) {    @trigger_error($child->getDeprecationMessage($name, $this->getPath()), E_USER_DEPRECATED);}
      }
      /workspace/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/BaseNode.php:328 {
        › 
        › $value = $this->finalizeValue($value);}
    }
  }
]
{
  /workspace/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/ArrayNode.php:238 {if ($child->isDeprecated()) {    @trigger_error($child->getDeprecationMessage($name, $this->getPath()), E_USER_DEPRECATED);}
  }
  /workspace/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/BaseNode.php:328 {
    › 
    › $value = $this->finalizeValue($value);}
}
12:30:44 - (2 times) Autowiring-types are deprecated since Symfony 3.3 and will be removed in 4.0. Use aliases instead for "Psr\Log\LoggerInterface".
[
  "exception" => SilencedErrorContext {#8125
    +count: 2
    -severity: E_USER_DEPRECATED
    trace: {
      /workspace/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Definition.php:881 {{    @trigger_error(sprintf('Autowiring-types are deprecated since Symfony 3.3 and will be removed in 4.0. Use aliases instead for "%s".', $type), E_USER_DEPRECATED);}
      /workspace/vendor/symfony/monolog-bundle/DependencyInjection/MonologExtension.php:61 {if (method_exists('Symfony\Component\DependencyInjection\Definition', 'addAutowiringType')) {    $container->getDefinition('monolog.logger')->addAutowiringType('Psr\Log\LoggerInterface');}
      }
    }
  }
]
{
  /workspace/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Definition.php:881 {{    @trigger_error(sprintf('Autowiring-types are deprecated since Symfony 3.3 and will be removed in 4.0. Use aliases instead for "%s".', $type), E_USER_DEPRECATED);}
  /workspace/vendor/symfony/monolog-bundle/DependencyInjection/MonologExtension.php:61 {if (method_exists('Symfony\Component\DependencyInjection\Definition', 'addAutowiringType')) {    $container->getDefinition('monolog.logger')->addAutowiringType('Psr\Log\LoggerInterface');}
  }
}
12:30:44 - Symfony\Component\HttpKernel\DependencyInjection\Extension::addClassesToCompile() is deprecated since Symfony 3.3, to be removed in 4.0.
[
  "exception" => SilencedErrorContext {#8126
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /workspace/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/Extension.php:62 {if (\PHP_VERSION_ID >= 70000) {    @trigger_error(__METHOD__.'() is deprecated since Symfony 3.3, to be removed in 4.0.', E_USER_DEPRECATED);}
      }
      /workspace/vendor/symfony/monolog-bundle/DependencyInjection/MonologExtension.php:95 {$this->addClassesToCompile(array(    'Monolog\\Formatter\\FormatterInterface',    'Monolog\\Formatter\\LineFormatter',
      }
    }
  }
]
{
  /workspace/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/Extension.php:62 {if (\PHP_VERSION_ID >= 70000) {    @trigger_error(__METHOD__.'() is deprecated since Symfony 3.3, to be removed in 4.0.', E_USER_DEPRECATED);}
  }
  /workspace/vendor/symfony/monolog-bundle/DependencyInjection/MonologExtension.php:95 {$this->addClassesToCompile(array(    'Monolog\\Formatter\\FormatterInterface',    'Monolog\\Formatter\\LineFormatter',
  }
}
12:30:44 - The "design.color_scheme" option is deprecated since EasyAdmin 1.x version and it will be removed in 2.0.
[
  "exception" => SilencedErrorContext {#8128
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /workspace/vendor/easycorp/easyadmin-bundle/src/DependencyInjection/Configuration.php:262 {->always(function ($v) {    @trigger_error('The "design.color_scheme" option is deprecated since EasyAdmin 1.x version and it will be removed in 2.0.', E_USER_DEPRECATED);}
      /workspace/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/ExprBuilder.php:241 {$expressions[$k] = function ($v) use ($if, $then) {    return $if($v) ? $then($v) : $v;};
      }
    }
  }
]
{
  /workspace/vendor/easycorp/easyadmin-bundle/src/DependencyInjection/Configuration.php:262 {->always(function ($v) {    @trigger_error('The "design.color_scheme" option is deprecated since EasyAdmin 1.x version and it will be removed in 2.0.', E_USER_DEPRECATED);}
  /workspace/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/ExprBuilder.php:241 {$expressions[$k] = function ($v) use ($if, $then) {    return $if($v) ? $then($v) : $v;};
  }
}
12:30:44 - The "vertical" form theme shortcut is deprecated since EasyAdmin 1.x version and it will be removed in 2.0. Remove "vertical" from the "design.form_theme" config option.
[
  "exception" => SilencedErrorContext {#8127
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /workspace/vendor/easycorp/easyadmin-bundle/src/DependencyInjection/Configuration.php:316 {} elseif ('vertical' === $v) {    @trigger_error($deprecationMessage, E_USER_DEPRECATED);    $values[$k] = '@EasyAdmin/form/bootstrap_3_layout.html.twig';
      }
      /workspace/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/ExprBuilder.php:241 {$expressions[$k] = function ($v) use ($if, $then) {    return $if($v) ? $then($v) : $v;};
      }
    }
  }
]
{
  /workspace/vendor/easycorp/easyadmin-bundle/src/DependencyInjection/Configuration.php:316 {} elseif ('vertical' === $v) {    @trigger_error($deprecationMessage, E_USER_DEPRECATED);    $values[$k] = '@EasyAdmin/form/bootstrap_3_layout.html.twig';
  }
  /workspace/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/ExprBuilder.php:241 {$expressions[$k] = function ($v) use ($if, $then) {    return $if($v) ? $then($v) : $v;};
  }
}

Debug 0

Unimportant log messages generated during the execution of the application.

There are no log messages of this level.

PHP Notices 0

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

There are no log messages of this level.

Container 866

Log messages generated during the compilation of the service container.

Class Messages
Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass
  • 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 "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.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.register" (parent: security.firewall.config).
  • Resolving inheritance for "security.firewall.map.context.register" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.service" (parent: security.firewall.config).
  • Resolving inheritance for "security.firewall.map.context.service" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.autocomplete" (parent: security.firewall.config).
  • Resolving inheritance for "security.firewall.map.context.autocomplete" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.checkemail" (parent: security.firewall.config).
  • Resolving inheritance for "security.firewall.map.context.checkemail" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.verify" (parent: security.firewall.config).
  • Resolving inheritance for "security.firewall.map.context.verify" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.getregion" (parent: security.firewall.config).
  • Resolving inheritance for "security.firewall.map.context.getregion" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.getregiontoken" (parent: security.firewall.config).
  • Resolving inheritance for "security.firewall.map.context.getregiontoken" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.getbrfsbyregionuuid" (parent: security.firewall.config).
  • Resolving inheritance for "security.firewall.map.context.getbrfsbyregionuuid" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.egreement_webhook" (parent: security.firewall.config).
  • Resolving inheritance for "security.firewall.map.context.egreement_webhook" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.consent_accesscode" (parent: security.firewall.config).
  • Resolving inheritance for "security.firewall.map.context.consent_accesscode" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.elecdata_update_stats" (parent: security.firewall.config).
  • Resolving inheritance for "security.firewall.map.context.elecdata_update_stats" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.elecdata_pausehour_checkcompleted" (parent: security.firewall.config).
  • Resolving inheritance for "security.firewall.map.context.elecdata_pausehour_checkcompleted" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.elecdata_report" (parent: security.firewall.config).
  • Resolving inheritance for "security.firewall.map.context.elecdata_report" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.gmhub_import_missing_data" (parent: security.firewall.config).
  • Resolving inheritance for "security.firewall.map.context.gmhub_import_missing_data" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.gmhub_import_missing_data_for_all" (parent: security.firewall.config).
  • Resolving inheritance for "security.firewall.map.context.gmhub_import_missing_data_for_all" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.api_doc" (parent: security.firewall.config).
  • Resolving inheritance for "security.firewall.map.context.api_doc" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.api_login" (parent: security.firewall.config).
  • Resolving inheritance for "security.authentication.provider.dao.api_login" (parent: security.authentication.provider.dao).
  • Resolving inheritance for "security.authentication.success_handler.api_login.json_login" (parent: security.authentication.custom_success_handler).
  • Resolving inheritance for "security.authentication.failure_handler.api_login.json_login" (parent: security.authentication.custom_failure_handler).
  • Resolving inheritance for "security.authentication.listener.json.api_login" (parent: security.authentication.listener.json).
  • Resolving inheritance for "security.authentication.listener.anonymous.api_login" (parent: security.authentication.listener.anonymous).
  • Resolving inheritance for "security.authentication.provider.anonymous.api_login" (parent: security.authentication.provider.anonymous).
  • Resolving inheritance for "security.exception_listener.api_login" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.api_login" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.api" (parent: security.firewall.config).
  • Resolving inheritance for "security.logout_listener.api" (parent: security.logout_listener).
  • Resolving inheritance for "security.authentication.provider.guard.api" (parent: security.authentication.provider.guard).
  • Resolving inheritance for "security.authentication.listener.guard.api" (parent: security.authentication.listener.guard).
  • Resolving inheritance for "security.exception_listener.api" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.api" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.admin" (parent: security.firewall.config).
  • Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
  • Resolving inheritance for "security.logout_listener.admin" (parent: security.logout_listener).
  • Resolving inheritance for "security.logout.success_handler.admin" (parent: security.logout.success_handler).
  • Resolving inheritance for "security.authentication.provider.guard.admin" (parent: security.authentication.provider.guard).
  • Resolving inheritance for "security.authentication.listener.guard.admin" (parent: security.authentication.listener.guard).
  • Resolving inheritance for "security.authentication.listener.anonymous.admin" (parent: security.authentication.listener.anonymous).
  • Resolving inheritance for "security.authentication.provider.anonymous.admin" (parent: security.authentication.provider.anonymous).
  • Resolving inheritance for "security.exception_listener.admin" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.admin" (parent: security.firewall.context).
  • Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
  • 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 "nelmio_api_doc.formatter.markdown_formatter" (parent: nelmio_api_doc.formatter.abstract_formatter).
  • Resolving inheritance for "nelmio_api_doc.formatter.simple_formatter" (parent: nelmio_api_doc.formatter.abstract_formatter).
  • Resolving inheritance for "nelmio_api_doc.formatter.html_formatter" (parent: nelmio_api_doc.formatter.abstract_formatter).
  • Resolving inheritance for "nelmio_api_doc.formatter.swagger_formatter" (parent: nelmio_api_doc.formatter.abstract_formatter).
  • Resolving inheritance for "lexik_jwt_authentication.key_loader.openssl" (parent: lexik_jwt_authentication.key_loader.abstract).
  • Resolving inheritance for "lexik_jwt_authentication.key_loader.raw" (parent: lexik_jwt_authentication.key_loader.abstract).
  • 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.templating" (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.security" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.locallife" (parent: monolog.logger_prototype).
98
Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass
  • Removed service "Psr\Container\ContainerInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; 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 "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 "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 "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 "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.user.provider.concrete.user_provider"; reason: private alias.
  • Removed service "security.user_checker.api_login"; reason: private alias.
  • Removed service "security.user_checker.api"; reason: private alias.
  • Removed service "security.user_checker.admin"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
  • Removed service "Twig_Environment"; reason: private alias.
  • Removed service "Twig\Environment"; 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 "sensio_framework_extra.security.expression_language"; reason: private alias.
  • Removed service "jms_serializer.metadata.cache"; reason: private alias.
  • Removed service "JMS\Serializer\SerializerInterface"; reason: private alias.
  • Removed service "JMS\Serializer\ArrayTransformerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Templating\EngineInterface"; reason: private alias.
  • Removed service "Symfony\Bundle\FrameworkBundle\Templating\EngineInterface"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface"; reason: private alias.
  • Removed service "service_locator._fpuy7b"; reason: private alias.
  • Removed service "service_locator.ml7rum7"; 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.
92
Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass
  • Changed reference of service "locallife.adminbundle.form_authenticator" previously pointing to "router.default" to "router".
  • Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
  • Changed reference of service "services_resetter" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "services_resetter" previously pointing to "fos_rest.view_handler.default" to "FOS\RestBundle\View\ViewHandlerInterface".
  • 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 "session.storage.native" previously pointing to "session.handler.native_file" to "session.handler".
  • Changed reference of service "session.storage.php_bridge" previously pointing to "session.handler.native_file" to "session.handler".
  • 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 "validator.builder" previously pointing to "annotations.cached_reader" to "annotation_reader".
  • Changed reference of service "translator_listener" previously pointing to "translator.data_collector" to "translator".
  • 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 "debug.event_dispatcher" previously pointing to "debug.security.firewall" to "security.firewall".
  • Changed reference of service "debug.event_dispatcher" previously pointing to "debug.security.firewall" to "security.firewall".
  • 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 "Symfony\Bundle\FrameworkBundle\Controller\TemplateController" previously pointing to "templating.engine.twig" to "templating".
  • Changed reference of service "routing.loader.annotation" previously pointing to "annotations.cached_reader" to "annotation_reader".
  • 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.validator.user_password" previously pointing to "security.encoder_factory.generic" to "security.encoder_factory".
  • Changed reference of service "security.authentication.listener.abstract" previously pointing to "security.authentication.session_strategy" to "security.authentication.session_strategy.admin".
  • Changed reference of service "security.authentication.listener.form" previously pointing to "security.authentication.session_strategy" to "security.authentication.session_strategy.admin".
  • Changed reference of service "security.authentication.listener.simple_form" previously pointing to "security.authentication.session_strategy" to "security.authentication.session_strategy.admin".
  • Changed reference of service "security.authentication.provider.dao" previously pointing to "security.encoder_factory.generic" to "security.encoder_factory".
  • Changed reference of service "security.authentication.listener.rememberme" previously pointing to "security.authentication.session_strategy" to "security.authentication.session_strategy.admin".
  • Changed reference of service "data_collector.security" previously pointing to "debug.security.firewall" to "security.firewall".
  • Changed reference of service "security.authentication.guard_handler" previously pointing to "security.authentication.session_strategy" to "security.authentication.session_strategy.admin".
  • Changed reference of service "security.authentication.provider.dao.api_login" previously pointing to "security.encoder_factory.generic" to "security.encoder_factory".
  • Changed reference of service "security.authentication.listener.json.api_login" previously pointing to "security.authentication.session_strategy_noop" to "security.authentication.session_strategy.api_login".
  • Changed reference of service "security.command.user_password_encoder" previously pointing to "security.encoder_factory.generic" to "security.encoder_factory".
  • Changed reference of service "twig" previously pointing to "twig.loader.filesystem" to "twig.loader".
  • 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 "doctrine.orm.default_annotation_metadata_driver" previously pointing to "annotations.cached_reader" to "annotation_reader".
  • Changed reference of service "sensio_framework_extra.controller.listener" previously pointing to "annotations.cached_reader" to "annotation_reader".
  • Changed reference of service "sensio_framework_extra.routing.loader.annot_class" previously pointing to "annotations.cached_reader" to "annotation_reader".
  • Changed reference of service "nelmio_api_doc.extractor.api_doc_extractor" previously pointing to "router.default" to "router".
  • Changed reference of service "nelmio_api_doc.extractor.api_doc_extractor" previously pointing to "annotations.cached_reader" to "annotation_reader".
  • Changed reference of service "fos_rest.routing.loader.reader.controller" previously pointing to "annotations.cached_reader" to "annotation_reader".
  • Changed reference of service "fos_rest.routing.loader.reader.action" previously pointing to "annotations.cached_reader" to "annotation_reader".
  • Changed reference of service "fos_rest.routing.loader.reader.action" previously pointing to "fos_rest.inflector.doctrine" to "fos_rest.inflector".
  • Changed reference of service "fos_rest.request.param_fetcher" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "fos_rest.request.param_fetcher.reader" previously pointing to "annotations.cached_reader" to "annotation_reader".
  • Changed reference of service "fos_rest.view_response_listener" previously pointing to "fos_rest.view_handler.default" to "FOS\RestBundle\View\ViewHandlerInterface".
  • Changed reference of service "easyadmin.router" previously pointing to "router.default" to "router".
  • Changed reference of service "easyadmin.configuration.template_config_pass" previously pointing to "twig.loader.filesystem" to "twig.loader".
  • Changed reference of service "jms_serializer.metadata.annotation_driver" previously pointing to "annotations.cached_reader" to "annotation_reader".
  • Changed reference of service "jms_serializer.twig_extension.serializer_runtime_helper" previously pointing to "jms_serializer.serializer" to "jms_serializer".
  • Changed reference of service "jms_serializer.templating.helper.serializer" previously pointing to "jms_serializer.serializer" to "jms_serializer".
  • Changed reference of service "jms_serializer.json_serialization_visitor" previously pointing to "jms_serializer.cache_naming_strategy" to "jms_serializer.naming_strategy".
  • Changed reference of service "jms_serializer.json_serialization_visitor" previously pointing to "jms_serializer.accessor_strategy.expression" to "jms_serializer.accessor_strategy".
  • Changed reference of service "jms_serializer.json_deserialization_visitor" previously pointing to "jms_serializer.cache_naming_strategy" to "jms_serializer.naming_strategy".
  • Changed reference of service "jms_serializer.xml_serialization_visitor" previously pointing to "jms_serializer.cache_naming_strategy" to "jms_serializer.naming_strategy".
  • Changed reference of service "jms_serializer.xml_serialization_visitor" previously pointing to "jms_serializer.accessor_strategy.expression" to "jms_serializer.accessor_strategy".
  • Changed reference of service "jms_serializer.xml_deserialization_visitor" previously pointing to "jms_serializer.cache_naming_strategy" to "jms_serializer.naming_strategy".
  • Changed reference of service "jms_serializer.yaml_serialization_visitor" previously pointing to "jms_serializer.cache_naming_strategy" to "jms_serializer.naming_strategy".
  • Changed reference of service "jms_serializer.yaml_serialization_visitor" previously pointing to "jms_serializer.accessor_strategy.expression" to "jms_serializer.accessor_strategy".
  • Changed reference of service "lexik_jwt_authentication.check_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
  • Changed reference of service "lexik_jwt_authentication.jws_provider.default" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
  • Changed reference of service "lexik_jwt_authentication.encoder.lcobucci" previously pointing to "lexik_jwt_authentication.jws_provider.lcobucci" to "Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\JWSProviderInterface".
  • Changed reference of service "lexik_jwt_authentication.security.guard.jwt_token_authenticator" previously pointing to "lexik_jwt_authentication.extractor.chain_extractor" to "Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\TokenExtractorInterface".
  • Changed reference of service "locallife.commonbundle.gmhub_service" previously pointing to "monolog.logger" to "logger".
  • Changed reference of service "locallife.userbundle.user.user_service" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • 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 "nelmio_api_doc.parser.validation_parser" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "nelmio_api_doc.parser.jms_metadata_parser" previously pointing to "jms_serializer.cache_naming_strategy" to "jms_serializer.naming_strategy".
  • Changed reference of service "service_locator.lluwcxp" previously pointing to "router.default" to "router".
  • Changed reference of service "fos_rest.serializer.form_error_handler.inner" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "security.password_encoder" previously pointing to "security.encoder_factory.generic" to "security.encoder_factory".
  • Changed reference of service "FOS\RestBundle\View\ViewHandlerInterface" previously pointing to "router.default" to "router".
  • Changed reference of service "FOS\RestBundle\View\ViewHandlerInterface" previously pointing to "fos_rest.serializer.jms" to "fos_rest.serializer".
  • Changed reference of service "FOS\RestBundle\View\ViewHandlerInterface" previously pointing to "templating.engine.twig" to "templating".
  • Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
  • Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_deserialization_context_factory" to "jms_serializer.deserialization_context_factory".
  • Changed reference of service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\JWSProviderInterface" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
  • Changed reference of service "fos_rest.serializer" previously pointing to "jms_serializer.serializer" to "jms_serializer".
  • Changed reference of service "fos_rest.serializer" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
  • Changed reference of service "fos_rest.serializer" previously pointing to "jms_serializer.configured_deserialization_context_factory" to "jms_serializer.deserialization_context_factory".
91
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 "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 "monolog.logger_prototype"; 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 "nelmio_api_doc.formatter.abstract_formatter"; reason: abstract.
  • Removed service "jms_serializer.version_exclusion_strategy"; reason: abstract.
  • Removed service "lexik_jwt_authentication.key_loader.abstract"; reason: abstract.
81
Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass
  • Inlined service "service_locator.o0cobhk" to "fragment.handler".
  • 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 "2_ServiceLocator~bcapofq" to "session_listener".
  • Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
  • Inlined service "1_ResolvedFormTypeFactory~duuo7jh" to "form.resolved_type_factory".
  • Inlined service "form.extension" to "form.registry".
  • Inlined service "service_locator.2bgj7ku" 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 "validator.validator_factory" to "validator.builder".
  • Inlined service "1_PhpArrayAdapter~.cmgwdl" to "validator.mapping.cache.symfony".
  • Inlined service "2_ApcCache~.cmgwdl" to "validator.mapping.cache.doctrine.apc".
  • Inlined service "service_locator.wes8jjl" to "validator.validator_factory".
  • Inlined service "service_locator.yepb.pt" to "translator.default".
  • Inlined service "translator.formatter.default" to "translator.default".
  • Inlined service "translator.selector" to "translator.formatter.default".
  • Inlined service "translation.dumper.yaml" to "translation.writer".
  • Inlined service "service_locator.s.m3yzc.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.security" to "profiler".
  • Inlined service "data_collector.twig" to "profiler".
  • Inlined service "data_collector.doctrine" to "profiler".
  • Inlined service "easyadmin.data_collector" to "profiler".
  • Inlined service "data_collector.config" to "profiler".
  • Inlined service "debug.event_dispatcher.inner" to "debug.event_dispatcher".
  • 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 "sensio_framework_extra.routing.loader.annot_dir" to "routing.resolver".
  • Inlined service "sensio_framework_extra.routing.loader.annot_file" to "routing.resolver".
  • Inlined service "fos_rest.routing.loader.directory" to "routing.resolver".
  • Inlined service "fos_rest.routing.loader.controller" to "routing.resolver".
  • Inlined service "fos_rest.routing.loader.yaml_collection" to "routing.resolver".
  • Inlined service "fos_rest.routing.loader.xml_collection" 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.lluwcxp.router.cache_warmer" to "router.cache_warmer".
  • Inlined service "annotations.dummy_registry" to "annotations.reader".
  • Inlined service "2_PhpArrayAdapter~xqagksp" to "annotations.cache".
  • Inlined service "cache.property_access" to "property_accessor".
  • Inlined service "fos_rest.serializer.form_error_normalizer" to "serializer".
  • 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.chain_loader" to "serializer.mapping.class_metadata_factory".
  • Inlined service "1_ServiceLocator~v2dpike" to "security.helper".
  • Inlined service "security.expression_language" to "security.access.expression_voter".
  • Inlined service "service_locator.6fb61q3" to "security.firewall.map".
  • Inlined service "security.authentication.retry_entry_point" to "security.channel_listener".
  • Inlined service "security.request_matcher.4ekja4t" to "security.access_map".
  • Inlined service "security.request_matcher.yk6k2aj" to "security.access_map".
  • Inlined service "security.request_matcher.2jd_drb" to "security.access_map".
  • Inlined service "security.request_matcher.uyd5twn" to "security.access_map".
  • Inlined service "security.request_matcher.ycpk1ip" to "security.access_map".
  • 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.firewall.map.config.register" to "security.firewall.map.context.register".
  • Inlined service "security.firewall.map.config.service" to "security.firewall.map.context.service".
  • Inlined service "security.firewall.map.config.autocomplete" to "security.firewall.map.context.autocomplete".
  • Inlined service "security.firewall.map.config.checkemail" to "security.firewall.map.context.checkemail".
  • Inlined service "security.firewall.map.config.verify" to "security.firewall.map.context.verify".
  • Inlined service "security.firewall.map.config.getregion" to "security.firewall.map.context.getregion".
  • Inlined service "security.firewall.map.config.getregiontoken" to "security.firewall.map.context.getregiontoken".
  • Inlined service "security.firewall.map.config.getbrfsbyregionuuid" to "security.firewall.map.context.getbrfsbyregionuuid".
  • Inlined service "security.firewall.map.config.egreement_webhook" to "security.firewall.map.context.egreement_webhook".
  • Inlined service "security.firewall.map.config.consent_accesscode" to "security.firewall.map.context.consent_accesscode".
  • Inlined service "security.firewall.map.config.elecdata_update_stats" to "security.firewall.map.context.elecdata_update_stats".
  • Inlined service "security.firewall.map.config.elecdata_pausehour_checkcompleted" to "security.firewall.map.context.elecdata_pausehour_checkcompleted".
  • Inlined service "security.firewall.map.config.elecdata_report" to "security.firewall.map.context.elecdata_report".
  • Inlined service "security.firewall.map.config.gmhub_import_missing_data" to "security.firewall.map.context.gmhub_import_missing_data".
  • Inlined service "security.firewall.map.config.gmhub_import_missing_data_for_all" to "security.firewall.map.context.gmhub_import_missing_data_for_all".
  • Inlined service "security.firewall.map.config.api_doc" to "security.firewall.map.context.api_doc".
  • Inlined service "security.authentication.success_handler.api_login.json_login" to "security.authentication.listener.json.api_login".
  • Inlined service "security.authentication.failure_handler.api_login.json_login" to "security.authentication.listener.json.api_login".
  • Inlined service "security.exception_listener.api_login" to "security.firewall.map.context.api_login".
  • Inlined service "security.firewall.map.config.api_login" to "security.firewall.map.context.api_login".
  • Inlined service "security.exception_listener.api" to "security.firewall.map.context.api".
  • Inlined service "security.logout_listener.api" to "security.firewall.map.context.api".
  • Inlined service "security.firewall.map.config.api" to "security.firewall.map.context.api".
  • Inlined service "security.logout.success_handler.admin" to "security.logout_listener.admin".
  • Inlined service "security.logout.handler.session" to "security.logout_listener.admin".
  • Inlined service "security.exception_listener.admin" to "security.firewall.map.context.admin".
  • Inlined service "security.logout_listener.admin" to "security.firewall.map.context.admin".
  • Inlined service "security.firewall.map.config.admin" to "security.firewall.map.context.admin".
  • Inlined service "twig.extension.logout_url" to "twig".
  • Inlined service "twig.extension.security" 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.expression" 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.dump" to "twig".
  • Inlined service "doctrine.twig.doctrine_extension" to "twig".
  • Inlined service "easyadmin.twig.extension" to "twig".
  • Inlined service "jms_serializer.twig_extension.serializer" to "twig".
  • Inlined service "twig.extension.webprofiler" 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.c7_qahl.twig.cache_warmer" to "twig.cache_warmer".
  • Inlined service "service_locator.2m3e4be.twig.template_cache_warmer" to "twig.template_cache_warmer".
  • Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
  • Inlined service "service_locator.sng9lji" to "twig.runtime_loader".
  • Inlined service "twig.form.engine" to "twig.form.renderer".
  • 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 "tag.subscriber" 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.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.container_repository_factory" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • 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 "service_locator..h7uqvg" to "doctrine.orm.default_entity_listener_resolver".
  • Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
  • Inlined service "doctrine.orm.default_entity_manager.metadata_factory" to "doctrine.orm.default_entity_manager.property_info_extractor".
  • Inlined service "sensio_framework_extra.security.expression_language.default" to "sensio_framework_extra.security.listener".
  • Inlined service "nelmio_cors.options_resolver" to "nelmio_cors.cors_listener".
  • Inlined service "nelmio_api_doc.controller_name_parser" to "nelmio_api_doc.extractor.api_doc_extractor".
  • Inlined service "nelmio_api_doc.extractor.handler.fos_rest" to "nelmio_api_doc.extractor.api_doc_extractor".
  • Inlined service "nelmio_api_doc.extractor.handler.jms_security" to "nelmio_api_doc.extractor.api_doc_extractor".
  • Inlined service "nelmio_api_doc.extractor.handler.sensio_framework_extra" to "nelmio_api_doc.extractor.api_doc_extractor".
  • Inlined service "nelmio_api_doc.extractor.handler.phpdoc" to "nelmio_api_doc.extractor.api_doc_extractor".
  • Inlined service "fos_rest.routing.loader.reader.controller" to "fos_rest.routing.loader.controller".
  • Inlined service "fos_rest.routing.loader.reader.action" to "fos_rest.routing.loader.reader.controller".
  • Inlined service "service_locator.bqiqmng" to "fos_rest.decoder_provider".
  • Inlined service "easyadmin.configuration.normalizer_config_pass" to "easyadmin.config.manager".
  • Inlined service "easyadmin.configuration.design_config_pass" to "easyadmin.config.manager".
  • Inlined service "easyadmin.configuration.menu_config_pass" to "easyadmin.config.manager".
  • Inlined service "easyadmin.configuration.action_config_pass" to "easyadmin.config.manager".
  • Inlined service "easyadmin.configuration.metadata_config_pass" to "easyadmin.config.manager".
  • Inlined service "easyadmin.configuration.property_config_pass" to "easyadmin.config.manager".
  • Inlined service "easyadmin.configuration.view_config_pass" to "easyadmin.config.manager".
  • Inlined service "easyadmin.configuration.template_config_pass" to "easyadmin.config.manager".
  • Inlined service "easyadmin.configuration.default_config_pass" to "easyadmin.config.manager".
  • Inlined service "easyadmin.finder" to "easyadmin.autocomplete".
  • Inlined service "easyadmin.form.type.configurator.autocomplete" to "easyadmin.form.type".
  • Inlined service "easyadmin.form.type.configurator.collection" to "easyadmin.form.type".
  • Inlined service "easyadmin.form.type.configurator.checkbox" to "easyadmin.form.type".
  • Inlined service "easyadmin.form.type.configurator.type" to "easyadmin.form.type".
  • Inlined service "easyadmin.form.type.configurator.entity" to "easyadmin.form.type".
  • Inlined service "easyadmin.form.type.configurator.fos_ckeditor" to "easyadmin.form.type".
  • Inlined service "service_locator.jwl0mgz" to "jms_serializer.event_dispatcher".
  • Inlined service "service_locator.wvbkuwo" to "jms_serializer.handler_registry".
  • Inlined service "jms_serializer.metadata.yaml_driver" to "jms_serializer.metadata.chain_driver".
  • Inlined service "jms_serializer.metadata.xml_driver" to "jms_serializer.metadata.chain_driver".
  • Inlined service "jms_serializer.metadata.php_driver" to "jms_serializer.metadata.chain_driver".
  • Inlined service "jms_serializer.metadata.annotation_driver" to "jms_serializer.metadata.chain_driver".
  • Inlined service "jms_serializer.metadata.lazy_loading_driver" to "jms_serializer.metadata_factory".
  • Inlined service "jms_serializer.metadata.cache.file_cache" to "jms_serializer.metadata_factory".
  • Inlined service "jms_serializer.expression_language" to "jms_serializer.expression_evaluator".
  • Inlined service "jms_serializer.expression_language.function_provider" to "jms_serializer.expression_language".
  • Inlined service "var_dumper.html_dumper" to "twig.extension.dump".
  • Inlined service "1_NonceGenerator~su0zujp" to "web_profiler.csp.handler".
  • Inlined service "2_HtmlDumper~su0zujp" to "twig.extension.webprofiler".
  • Inlined service "fos_rest.serializer.form_error_handler.inner" to "fos_rest.serializer.form_error_handler".
  • Inlined service "service_locator.s.m3yzc" to "service_locator.s.m3yzc.translation.warmer".
  • Inlined service "service_locator.lluwcxp" to "service_locator.lluwcxp.router.cache_warmer".
  • Inlined service "service_locator.c7_qahl" to "service_locator.c7_qahl.twig.cache_warmer".
  • Inlined service "service_locator.2m3e4be" to "service_locator.2m3e4be.twig.template_cache_warmer".
  • Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
  • Inlined service "service_locator.qqmu2x." to "console.command_loader".
  • Inlined service "1_NativeFileSessionHandler~bcapofq" to "session.handler".
  • Inlined service "translator.logging" to "translator".
  • Inlined service "1_ArrayCache~xqagksp" to "annotation_reader".
  • Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.naming_strategy".
  • Inlined service "jms_serializer.event_dispatcher" to "jms_serializer".
  • Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer.accessor_strategy".
  • Inlined service "debug.validator.inner" to "validator".
  • Inlined service "assets.empty_version_strategy" to "assets.packages".
  • Inlined service "sensio_framework_extra.routing.loader.annot_class" to "routing.loader".
  • Inlined service "sensio_framework_extra.routing.loader.annot_class" to "routing.loader".
  • Inlined service "sensio_framework_extra.routing.loader.annot_class" to "routing.loader".
  • Inlined service "fos_rest.routing.loader.processor" to "routing.loader".
  • Inlined service "fos_rest.routing.loader.processor" to "routing.loader".
  • Inlined service "fos_rest.routing.loader.processor" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "serializer.mapping.class_metadata_factory" to "serializer".
  • Inlined service "jms_serializer.metadata.file_locator" to "jms_serializer.metadata.chain_driver".
  • Inlined service "jms_serializer.metadata.file_locator" to "jms_serializer.metadata.chain_driver".
  • Inlined service "jms_serializer.metadata.file_locator" to "jms_serializer.metadata.chain_driver".
  • Inlined service "jms_serializer.metadata.chain_driver" to "jms_serializer.metadata_driver".
236
Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass
  • Removed service "argument_metadata_factory"; reason: unused.
  • Removed service "translator.selector"; reason: unused.
  • Removed service "2_ServiceLocator~bcapofq"; reason: unused.
  • Removed service "1_NativeFileSessionHandler~bcapofq"; reason: unused.
  • Removed service "session.flash_bag"; reason: unused.
  • Removed service "session.attribute_bag"; reason: unused.
  • Removed service "session.handler.write_check"; reason: unused.
  • Removed service "security.csrf.token_generator"; reason: unused.
  • Removed service "form.extension"; reason: unused.
  • Removed service "form.choice_list_factory.default"; reason: unused.
  • Removed service "form.choice_list_factory.property_access"; reason: unused.
  • Removed service "form.choice_list_factory.cached"; reason: unused.
  • Removed service "form.type_extension.form.request_handler"; reason: unused.
  • Removed service "assets.empty_package"; reason: unused.
  • Removed service "assets._default_package"; reason: unused.
  • Removed service "templating.engine.delegating"; reason: unused.
  • Removed service "templating.loader.cache"; reason: unused.
  • Removed service "templating.loader.chain"; reason: unused.
  • Removed service "2_ApcCache~.cmgwdl"; reason: unused.
  • Removed service "1_PhpArrayAdapter~.cmgwdl"; reason: unused.
  • Removed service "validator.mapping.cache.symfony"; reason: unused.
  • Removed service "validator.mapping.cache.doctrine.apc"; reason: unused.
  • Removed service "validator.validator_factory"; reason: unused.
  • Removed service "translator.logging"; reason: unused.
  • Removed service "translator.formatter.default"; reason: unused.
  • Removed service "translation.dumper.yaml"; reason: unused.
  • Removed service "profiler.storage"; reason: unused.
  • Removed service "data_collector.config"; reason: unused.
  • Removed service "data_collector.ajax"; reason: unused.
  • Removed service "data_collector.exception"; reason: unused.
  • Removed service "data_collector.events"; reason: unused.
  • Removed service "data_collector.logger"; reason: unused.
  • Removed service "data_collector.time"; reason: unused.
  • Removed service "data_collector.memory"; reason: unused.
  • Removed service "data_collector.cache"; reason: unused.
  • Removed service "1_ResolvedFormTypeFactory~duuo7jh"; reason: unused.
  • Removed service "data_collector.validator"; reason: unused.
  • Removed service "cache_connection.gd_mszc"; reason: unused.
  • Removed service "cache_connection.jke6kex"; reason: unused.
  • Removed service "cache.property_access"; reason: unused.
  • Removed service "routing.resolver"; reason: unused.
  • Removed service "routing.loader.xml"; reason: unused.
  • Removed service "routing.loader.yml"; reason: unused.
  • Removed service "routing.loader.php"; reason: unused.
  • Removed service "routing.loader.glob"; reason: unused.
  • Removed service "routing.loader.directory"; reason: unused.
  • Removed service "routing.loader.service"; reason: unused.
  • Removed service "routing.loader.annotation.directory"; reason: unused.
  • Removed service "routing.loader.annotation.file"; reason: unused.
  • Removed service "2_PhpArrayAdapter~xqagksp"; reason: unused.
  • Removed service "1_ArrayCache~xqagksp"; reason: unused.
  • Removed service "annotations.dummy_registry"; reason: unused.
  • Removed service "annotations.filesystem_cache"; reason: unused.
  • Removed service "serializer.normalizer.dateinterval"; reason: unused.
  • Removed service "serializer.normalizer.data_uri"; reason: unused.
  • Removed service "serializer.normalizer.datetime"; reason: unused.
  • Removed service "serializer.normalizer.json_serializable"; reason: unused.
  • Removed service "serializer.normalizer.object"; reason: unused.
  • Removed service "serializer.denormalizer.array"; reason: unused.
  • Removed service "serializer.mapping.chain_loader"; reason: unused.
  • Removed service "serializer.mapping.cache.doctrine.apc"; reason: unused.
  • Removed service "serializer.mapping.cache.apc"; reason: unused.
  • Removed service "serializer.encoder.xml"; reason: unused.
  • Removed service "serializer.encoder.json"; reason: unused.
  • Removed service "serializer.encoder.yaml"; reason: unused.
  • Removed service "serializer.encoder.csv"; reason: unused.
  • Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
  • Removed service "property_info.serializer_extractor"; reason: unused.
  • Removed service "1_ServiceLocator~v2dpike"; reason: unused.
  • Removed service "security.helper"; reason: unused.
  • Removed service "security.expression_language"; reason: unused.
  • Removed service "security.authentication.listener.anonymous"; reason: unused.
  • Removed service "security.authentication.provider.anonymous"; reason: unused.
  • Removed service "security.authentication.retry_entry_point"; 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.logout.handler.session"; reason: unused.
  • Removed service "security.rememberme.token.provider.in_memory"; reason: unused.
  • Removed service "twig.extension.logout_url"; reason: unused.
  • Removed service "twig.extension.security"; reason: unused.
  • Removed service "data_collector.security"; reason: unused.
  • Removed service "security.firewall.map.config.dev"; reason: unused.
  • Removed service "security.firewall.map.config.register"; reason: unused.
  • Removed service "security.firewall.map.config.service"; reason: unused.
  • Removed service "security.firewall.map.config.autocomplete"; reason: unused.
  • Removed service "security.firewall.map.config.checkemail"; reason: unused.
  • Removed service "security.firewall.map.config.verify"; reason: unused.
  • Removed service "security.firewall.map.config.getregion"; reason: unused.
  • Removed service "security.firewall.map.config.getregiontoken"; reason: unused.
  • Removed service "security.firewall.map.config.getbrfsbyregionuuid"; reason: unused.
  • Removed service "security.firewall.map.config.egreement_webhook"; reason: unused.
  • Removed service "security.firewall.map.config.consent_accesscode"; reason: unused.
  • Removed service "security.firewall.map.config.elecdata_update_stats"; reason: unused.
  • Removed service "security.firewall.map.config.elecdata_pausehour_checkcompleted"; reason: unused.
  • Removed service "security.firewall.map.config.elecdata_report"; reason: unused.
  • Removed service "security.firewall.map.config.gmhub_import_missing_data"; reason: unused.
  • Removed service "security.firewall.map.config.gmhub_import_missing_data_for_all"; reason: unused.
  • Removed service "security.firewall.map.config.api_doc"; reason: unused.
  • Removed service "security.firewall.map.config.api_login"; reason: unused.
  • Removed service "security.authentication.success_handler.api_login.json_login"; reason: unused.
  • Removed service "security.authentication.failure_handler.api_login.json_login"; reason: unused.
  • Removed service "security.exception_listener.api_login"; reason: unused.
  • Removed service "security.firewall.map.config.api"; reason: unused.
  • Removed service "security.logout_listener.api"; reason: unused.
  • Removed service "security.exception_listener.api"; reason: unused.
  • Removed service "security.firewall.map.config.admin"; reason: unused.
  • Removed service "security.logout_listener.admin"; reason: unused.
  • Removed service "security.logout.success_handler.admin"; reason: unused.
  • Removed service "security.exception_listener.admin"; reason: unused.
  • Removed service "service_locator.6fb61q3"; reason: unused.
  • Removed service "security.request_matcher.4ekja4t"; reason: unused.
  • Removed service "security.request_matcher.yk6k2aj"; reason: unused.
  • Removed service "security.request_matcher.2jd_drb"; reason: unused.
  • Removed service "security.request_matcher.uyd5twn"; reason: unused.
  • Removed service "security.request_matcher.ycpk1ip"; reason: unused.
  • Removed service "twig.app_variable"; reason: unused.
  • Removed service "twig.template_iterator"; reason: unused.
  • Removed service "twig.loader.native_filesystem"; reason: unused.
  • Removed service "twig.loader.chain"; reason: unused.
  • Removed service "twig.extension.profiler"; reason: unused.
  • Removed service "data_collector.twig"; reason: unused.
  • Removed service "twig.extension.trans"; reason: unused.
  • Removed service "twig.extension.assets"; reason: unused.
  • Removed service "twig.extension.code"; reason: unused.
  • Removed service "twig.extension.routing"; reason: unused.
  • Removed service "twig.extension.yaml"; reason: unused.
  • Removed service "twig.extension.debug.stopwatch"; reason: unused.
  • Removed service "twig.extension.expression"; reason: unused.
  • Removed service "twig.extension.httpkernel"; reason: unused.
  • Removed service "twig.extension.httpfoundation"; reason: unused.
  • Removed service "twig.extension.debug"; reason: unused.
  • Removed service "twig.extension.weblink"; reason: unused.
  • Removed service "twig.configurator.environment"; reason: unused.
  • Removed service "twig.runtime_loader"; reason: unused.
  • Removed service "twig.extension.form"; reason: unused.
  • Removed service "twig.form.engine"; 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 "doctrine.dbal.logger"; reason: unused.
  • Removed service "data_collector.doctrine"; reason: unused.
  • Removed service "doctrine.twig.doctrine_extension"; reason: unused.
  • Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
  • Removed service "doctrine.dbal.default_connection.configuration"; reason: unused.
  • Removed service "doctrine.dbal.logger.chain.default"; reason: unused.
  • Removed service "doctrine.dbal.default_connection.event_manager"; reason: unused.
  • Removed service "1_ServiceLocator~nbqryat"; reason: unused.
  • Removed service "doctrine.orm.container_repository_factory"; 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"; reason: unused.
  • Removed service "doctrine.orm.naming_strategy.underscore_number_aware"; reason: unused.
  • Removed service "doctrine.orm.quote_strategy.default"; reason: unused.
  • Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
  • Removed service "doctrine.orm.default_configuration"; reason: unused.
  • Removed service "doctrine.orm.default_annotation_metadata_driver"; reason: unused.
  • Removed service "doctrine.orm.default_metadata_driver"; reason: unused.
  • Removed service "doctrine.orm.default_entity_manager.metadata_factory"; reason: unused.
  • Removed service "sensio_framework_extra.routing.loader.annot_dir"; reason: unused.
  • Removed service "sensio_framework_extra.routing.loader.annot_file"; reason: unused.
  • Removed service "sensio_framework_extra.security.expression_language.default"; reason: unused.
  • Removed service "nelmio_cors.options_resolver"; reason: unused.
  • Removed service "nelmio_api_doc.controller_name_parser"; reason: unused.
  • Removed service "nelmio_api_doc.extractor.handler.fos_rest"; reason: unused.
  • Removed service "nelmio_api_doc.extractor.handler.jms_security"; reason: unused.
  • Removed service "nelmio_api_doc.extractor.handler.sensio_framework_extra"; reason: unused.
  • Removed service "nelmio_api_doc.extractor.handler.phpdoc"; reason: unused.
  • Removed service "fos_rest.view_handler.jsonp"; reason: unused.
  • Removed service "fos_rest.routing.loader.directory"; reason: unused.
  • Removed service "fos_rest.routing.loader.controller"; reason: unused.
  • Removed service "fos_rest.routing.loader.yaml_collection"; reason: unused.
  • Removed service "fos_rest.routing.loader.xml_collection"; reason: unused.
  • Removed service "fos_rest.routing.loader.reader.controller"; reason: unused.
  • Removed service "fos_rest.routing.loader.reader.action"; reason: unused.
  • Removed service "fos_rest.serializer.symfony"; reason: unused.
  • Removed service "fos_rest.serializer.form_error_normalizer"; reason: unused.
  • Removed service "service_locator.bqiqmng"; reason: unused.
  • Removed service "easyadmin.finder"; reason: unused.
  • Removed service "easyadmin.twig.extension"; reason: unused.
  • Removed service "easyadmin.data_collector"; reason: unused.
  • Removed service "easyadmin.configuration.normalizer_config_pass"; reason: unused.
  • Removed service "easyadmin.configuration.design_config_pass"; reason: unused.
  • Removed service "easyadmin.configuration.menu_config_pass"; reason: unused.
  • Removed service "easyadmin.configuration.action_config_pass"; reason: unused.
  • Removed service "easyadmin.configuration.metadata_config_pass"; reason: unused.
  • Removed service "easyadmin.configuration.property_config_pass"; reason: unused.
  • Removed service "easyadmin.configuration.view_config_pass"; reason: unused.
  • Removed service "easyadmin.configuration.template_config_pass"; reason: unused.
  • Removed service "easyadmin.configuration.default_config_pass"; reason: unused.
  • Removed service "easyadmin.form.type_guesser_chain"; reason: unused.
  • Removed service "easyadmin.form.type.configurator.autocomplete"; reason: unused.
  • Removed service "easyadmin.form.type.configurator.collection"; reason: unused.
  • Removed service "easyadmin.form.type.configurator.checkbox"; reason: unused.
  • Removed service "easyadmin.form.type.configurator.type"; reason: unused.
  • Removed service "easyadmin.form.type.configurator.entity"; reason: unused.
  • Removed service "easyadmin.form.type.configurator.fos_ckeditor"; reason: unused.
  • Removed service "jms_serializer.event_dispatcher"; reason: unused.
  • Removed service "jms_serializer.metadata.yaml_driver"; reason: unused.
  • Removed service "jms_serializer.metadata.xml_driver"; reason: unused.
  • Removed service "jms_serializer.metadata.php_driver"; reason: unused.
  • Removed service "jms_serializer.metadata.annotation_driver"; reason: unused.
  • Removed service "jms_serializer.metadata.doctrine_phpcr_type_driver"; reason: unused.
  • Removed service "jms_serializer.metadata.lazy_loading_driver"; reason: unused.
  • Removed service "jms_serializer.metadata.cache.file_cache"; reason: unused.
  • Removed service "jms_serializer.identical_property_naming_strategy"; reason: unused.
  • Removed service "jms_serializer.serialized_name_annotation_strategy"; reason: unused.
  • Removed service "jms_serializer.doctrine_phpcr_object_constructor"; reason: unused.
  • Removed service "jms_serializer.expression_language"; reason: unused.
  • Removed service "jms_serializer.expression_language.function_provider"; reason: unused.
  • Removed service "jms_serializer.twig_extension.serializer"; reason: unused.
  • Removed service "jms_serializer.accessor_strategy.default"; reason: unused.
  • Removed service "lexik_jwt_authentication.security.authentication.provider"; reason: unused.
  • Removed service "lexik_jwt_authentication.security.authentication.listener"; reason: unused.
  • Removed service "lexik_jwt_authentication.security.authentication.entry_point"; reason: unused.
  • Removed service "lexik_jwt_authentication.key_loader.openssl"; reason: unused.
  • Removed service "lexik_jwt_authentication.security.jwt_user_provider"; reason: unused.
  • Removed service "tag.subscriber"; reason: unused.
  • Removed service "twig.extension.dump"; reason: unused.
  • Removed service "var_dumper.html_dumper"; reason: unused.
  • Removed service "2_HtmlDumper~su0zujp"; reason: unused.
  • Removed service "1_NonceGenerator~su0zujp"; reason: unused.
  • Removed service "twig.extension.webprofiler"; reason: unused.
  • Removed service "service_locator.wes8jjl"; reason: unused.
  • Removed service "service_locator.yepb.pt"; reason: unused.
  • Removed service "service_locator.o0cobhk"; reason: unused.
  • Removed service "service_locator.2bgj7ku"; reason: unused.
  • Removed service "service_locator..h7uqvg"; reason: unused.
  • Removed service "service_locator.s.m3yzc"; reason: unused.
  • Removed service "service_locator.s.m3yzc.translation.warmer"; reason: unused.
  • Removed service "service_locator.lluwcxp"; reason: unused.
  • Removed service "service_locator.lluwcxp.router.cache_warmer"; reason: unused.
  • Removed service "service_locator.c7_qahl"; reason: unused.
  • Removed service "service_locator.c7_qahl.twig.cache_warmer"; reason: unused.
  • Removed service "service_locator.2m3e4be"; reason: unused.
  • Removed service "service_locator.2m3e4be.twig.template_cache_warmer"; reason: unused.
  • Removed service "debug.validator.inner"; reason: unused.
  • Removed service "debug.event_dispatcher.inner"; reason: unused.
  • Removed service "debug.controller_resolver.inner"; reason: unused.
  • Removed service "debug.argument_resolver.inner"; reason: unused.
  • Removed service "debug.security.access.decision_manager.inner"; reason: unused.
  • Removed service "fos_rest.serializer.form_error_handler.inner"; reason: unused.
  • Removed service "service_locator.qqmu2x."; reason: unused.
  • Removed service "cache.app.recorder_inner"; reason: unused.
  • Removed service "cache.system.recorder_inner"; reason: unused.
  • Removed service "cache.validator.recorder_inner"; reason: unused.
  • Removed service "cache.serializer.recorder_inner"; reason: unused.
  • Removed service "cache.annotations.recorder_inner"; reason: unused.
  • Removed service "cache.doctrine.orm.default.metadata.recorder_inner"; reason: unused.
  • Removed service "cache.doctrine.orm.default.result.recorder_inner"; reason: unused.
  • Removed service "cache.doctrine.orm.default.query.recorder_inner"; reason: unused.
  • Removed service "service_locator.sng9lji"; reason: unused.
  • Removed service "service_locator.jwl0mgz"; reason: unused.
  • Removed service "service_locator.wvbkuwo"; reason: unused.
  • Removed service "assets.empty_version_strategy"; reason: unused.
  • Removed service "routing.loader.annotation"; reason: unused.
  • Removed service "serializer.mapping.class_metadata_factory"; reason: unused.
  • Removed service "sensio_framework_extra.routing.loader.annot_class"; reason: unused.
  • Removed service "fos_rest.routing.loader.processor"; reason: unused.
  • Removed service "jms_serializer.metadata.file_locator"; reason: unused.
  • Removed service "jms_serializer.metadata.chain_driver"; reason: unused.
268