http://app-proxy/robots.txt

Log Messages

Info. & Errors 1

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

Level Channel Message
ERROR request Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /var/www/web/vendor/symfony/http-kernel/EventListener/RouterListener.php line 139
[
  "exception" => NotFoundHttpException {#300
    -statusCode: 404
    -headers: []
    #message: "No route found for "GET /robots.txt""
    #code: 0
    #file: "/var/www/web/vendor/symfony/http-kernel/EventListener/RouterListener.php"
    #line: 139
    -previous: ResourceNotFoundException {#278 …}
    trace: {
      /var/www/web/vendor/symfony/http-kernel/EventListener/RouterListener.php:139 {
        › 
        ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
      }
      /var/www/web/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
        › 
        › ($this->listener)($event, $eventName, $dispatcher);arguments: {
          $event: GetResponseEvent {#78 …}
          ...: {
            "kernel.request"
            TraceableEventDispatcher {#141 …}
          }
        }
      }
      /var/www/web/vendor/symfony/event-dispatcher/EventDispatcher.php:212 {    }    $listener($event, $eventName, $this);}
        arguments: {
          $event: GetResponseEvent {#78 …}
          $eventName: "kernel.request"
          $dispatcher: TraceableEventDispatcher {#141 …}
        }
      }
      /var/www/web/vendor/symfony/event-dispatcher/EventDispatcher.php:44 {if ($listeners = $this->getListeners($eventName)) {    $this->doDispatch($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …10]
          $eventName: "kernel.request"
          $event: GetResponseEvent {#78 …}
        }
      }
      /var/www/web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {try {    $this->dispatcher->dispatch($eventName, $event);} finally {
        arguments: {
          $eventName: "kernel.request"
          $event: GetResponseEvent {#78 …}
        }
      }
      /var/www/web/vendor/symfony/http-kernel/HttpKernel.php:126 {$event = new GetResponseEvent($this, $request, $type);$this->dispatcher->dispatch(KernelEvents::REQUEST, $event);arguments: {
          $eventName: "kernel.request"
          $event: GetResponseEvent {#78 …}
        }
      }
      /var/www/web/vendor/symfony/http-kernel/HttpKernel.php:67 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
        arguments: {
          $request: Request {#10 …}
          $type: 1
        }
      }
      /var/www/web/vendor/symfony/http-kernel/Kernel.php:198 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
        arguments: {
          $request: Request {#10 …}
          $type: 1
          $catch: true
        }
      }
      /var/www/web/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Request {#10 …}
        }
      }
    }
  }
]
{
  /var/www/web/vendor/symfony/http-kernel/EventListener/RouterListener.php:139 {
    › 
    ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
  }
  /var/www/web/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
    › 
    › ($this->listener)($event, $eventName, $dispatcher);arguments: {
      $event: GetResponseEvent {#78 …}
      ...: {
        "kernel.request"
        TraceableEventDispatcher {#141 …}
      }
    }
  }
  /var/www/web/vendor/symfony/event-dispatcher/EventDispatcher.php:212 {    }    $listener($event, $eventName, $this);}
    arguments: {
      $event: GetResponseEvent {#78 …}
      $eventName: "kernel.request"
      $dispatcher: TraceableEventDispatcher {#141 …}
    }
  }
  /var/www/web/vendor/symfony/event-dispatcher/EventDispatcher.php:44 {if ($listeners = $this->getListeners($eventName)) {    $this->doDispatch($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …10]
      $eventName: "kernel.request"
      $event: GetResponseEvent {#78 …}
    }
  }
  /var/www/web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {try {    $this->dispatcher->dispatch($eventName, $event);} finally {
    arguments: {
      $eventName: "kernel.request"
      $event: GetResponseEvent {#78 …}
    }
  }
  /var/www/web/vendor/symfony/http-kernel/HttpKernel.php:126 {$event = new GetResponseEvent($this, $request, $type);$this->dispatcher->dispatch(KernelEvents::REQUEST, $event);arguments: {
      $eventName: "kernel.request"
      $event: GetResponseEvent {#78 …}
    }
  }
  /var/www/web/vendor/symfony/http-kernel/HttpKernel.php:67 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    arguments: {
      $request: Request {#10 …}
      $type: 1
    }
  }
  /var/www/web/vendor/symfony/http-kernel/Kernel.php:198 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    arguments: {
      $request: Request {#10 …}
      $type: 1
      $catch: true
    }
  }
  /var/www/web/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Request {#10 …}
    }
  }
}

Deprecations 5

Log messages generated by using features marked as deprecated.

Time Channel Message
php User Deprecated: The "Sensio\Bundle\FrameworkExtraBundle\Configuration\Route" annotation is deprecated since version 5.2. Use "Symfony\Component\Routing\Annotation\Route" instead.
[
  "exception" => ErrorException {#496
    #message: "User Deprecated: The "Sensio\Bundle\FrameworkExtraBundle\Configuration\Route" annotation is deprecated since version 5.2. Use "Symfony\Component\Routing\Annotation\Route" instead."
    #code: 0
    #file: "/var/www/web/vendor/sensio/framework-extra-bundle/Configuration/Route.php"
    #line: 16
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/web/vendor/sensio/framework-extra-bundle/Configuration/Route.php:16 {
        › 
        › @trigger_error(sprintf('The "%s" annotation is deprecated since version 5.2. Use "%s" instead.', Route::class, BaseRoute::class), E_USER_DEPRECATED);}
      spl_autoload_call() {}
      /var/www/web/vendor/symfony/var-exporter/Internal/Registry.php:68 {{    if (!($isClass = class_exists($class)) && !interface_exists($class, false) && !trait_exists($class, false)) {        throw new ClassNotFoundException($class);
      }
      /var/www/web/vendor/symfony/var-exporter/Internal/Registry.php:54 {{    self::getClassReflector($class, true, true);}
      /var/www/web/var/cache/dev/pools/4GkO0NuN23/6/U/3SxwK8F1tnSZJHwGyMow:7 {$o = [    clone (Registry::$prototypes['Sensio\\Bundle\\FrameworkExtraBundle\\Configuration\\Route'] ?? Registry::p('Sensio\\Bundle\\FrameworkExtraBundle\\Configuration\\Route')),],
      }
      /var/www/web/vendor/symfony/cache/Traits/PhpFilesTrait.php:105 {    $values[$id] = $value();} elseif (false === $values[$id] = include $value->file) {    unset($values[$id], $this->values[$id]);
      }
      /var/www/web/vendor/symfony/cache/Adapter/AbstractAdapter.php:165 {try {    foreach ($this->doFetch([$id]) as $value) {        $isHit = true;
      }
      /var/www/web/vendor/symfony/cache/Adapter/TraceableAdapter.php:77 {try {    $item = $this->pool->getItem($key);} finally {
      }
      /var/www/web/vendor/symfony/cache/Adapter/PhpArrayAdapter.php:127 {if (!isset($this->keys[$key])) {    return $this->pool->getItem($key);}
      }
      /var/www/web/vendor/symfony/cache/DoctrineProvider.php:54 {{    $item = $this->pool->getItem(rawurlencode($id));}
      /var/www/web/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php:59 {{    return $this->doFetch($this->getNamespacedId($id));}
      }
      /var/www/web/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php:188 {{    if (($data = $this->cache->fetch($cacheKey)) !== false) {        if (!$this->debug || $this->isCacheFresh($cacheKey, $class)) {
      }
      /var/www/web/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php:78 {
        › 
        › if (false === ($annots = $this->fetchFromCache($cacheKey, $class))) {    $annots = $this->delegate->getClassAnnotations($class);
      }
      /var/www/web/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php:91 {{    foreach ($this->getClassAnnotations($class) as $annot) {        if ($annot instanceof $annotationName) {
      }
      /var/www/web/vendor/symfony/routing/Loader/AnnotationClassLoader.php:265 {
        › 
        › if ($annot = $this->reader->getClassAnnotation($class, $this->routeAnnotationClass)) {    if (null !== $annot->getName()) {
      }
      /var/www/web/vendor/symfony/routing/Loader/AnnotationClassLoader.php:108 {
        › 
        › $globals = $this->getGlobals($class);}
      /var/www/web/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php:67 {
        › 
        ›     $collection->addCollection($this->loader->load($class, $type));}
      }
      /var/www/web/vendor/symfony/config/Loader/FileLoader.php:151 {try {    $ret = $loader->load($resource, $type);} finally {
      }
      /var/www/web/vendor/symfony/config/Loader/FileLoader.php:90 {
        › 
        ›     return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);}
      }
      /var/www/web/vendor/symfony/routing/Loader/YamlFileLoader.php:172 {
        › 
        › $imported = $this->import($config['resource'], $type, false, $file);}
      /var/www/web/vendor/symfony/routing/Loader/YamlFileLoader.php:84 {if (isset($config['resource'])) {    $this->parseImport($collection, $config, $path, $file);} else {
      }
      /var/www/web/vendor/symfony/config/Loader/FileLoader.php:151 {try {    $ret = $loader->load($resource, $type);} finally {
      }
      /var/www/web/vendor/symfony/config/Loader/FileLoader.php:90 {
        › 
        ›     return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);}
      }
      /var/www/web/vendor/symfony/routing/Loader/YamlFileLoader.php:172 {
        › 
        › $imported = $this->import($config['resource'], $type, false, $file);}
      /var/www/web/vendor/symfony/routing/Loader/YamlFileLoader.php:84 {if (isset($config['resource'])) {    $this->parseImport($collection, $config, $path, $file);} else {
      }
      /var/www/web/vendor/symfony/config/Loader/FileLoader.php:151 {try {    $ret = $loader->load($resource, $type);} finally {
      }
      /var/www/web/vendor/symfony/config/Loader/FileLoader.php:90 {
        › 
        ›     return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);}
      }
      /var/www/web/vendor/symfony/routing/Loader/GlobFileLoader.php:32 {foreach ($this->glob($resource, false, $globResource) as $path => $info) {    $collection->addCollection($this->import($path));}
      }
      /var/www/web/vendor/symfony/routing/RouteCollectionBuilder.php:372 {
        › 
        › $collections = $loader->load($resource, $type);}
      /var/www/web/vendor/symfony/routing/RouteCollectionBuilder.php:62 {/** @var RouteCollection[] $collections */$collections = $this->load($resource, $type);}
      /var/www/web/src/Kernel.php:59 {    $routes->import($confDir.'/{routes}/'.$this->environment.'/**/*'.self::CONFIG_EXTS, '/', 'glob');    $routes->import($confDir.'/{routes}'.self::CONFIG_EXTS, '/', 'glob');}
      }
      /var/www/web/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:92 {$routes = new RouteCollectionBuilder($loader);$this->configureRoutes($routes);}
      /var/www/web/vendor/symfony/routing/Loader/ObjectRouteLoader.php:70 {
        › 
        › $routeCollection = $loaderObject->$method($this);}
      /var/www/web/vendor/symfony/config/Loader/DelegatingLoader.php:40 {
        › 
        ›     return $loader->load($resource, $type);}
      }
      /var/www/web/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php:72 {try {    $collection = parent::load($resource, $type);} finally {
      }
      /var/www/web/vendor/symfony/framework-bundle/Routing/Router.php:71 {if (null === $this->collection) {    $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);    $this->resolveParameters($this->collection);
      }
      /var/www/web/vendor/designeo/api-bundle/src/Designeo/ApiBundle/Service/IsApiRouteResolver.php:42 {$routeName = $request->attributes->get('_route');$route = $this->router->getRouteCollection()->get($routeName);}
      /var/www/web/vendor/designeo/api-bundle/src/Designeo/ApiBundle/Listener/AbstractApiListener.php:39 {{    return $this->isApiRouteResolver->isApiRoute($request, $this->getName());}
      }
      /var/www/web/vendor/designeo/api-bundle/src/Designeo/ApiBundle/Listener/ExceptionListener.php:56 {{    if (!$this->isApiRoute($event->getRequest())) {        return;
      }
      /var/www/web/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
        › 
        › ($this->listener)($event, $eventName, $dispatcher);arguments: {
          $event: GetResponseEvent {#78 …}
          ...: {
            "kernel.request"
            TraceableEventDispatcher {#141 …}
          }
        }
      }
      /var/www/web/vendor/symfony/event-dispatcher/EventDispatcher.php:212 {    }    $listener($event, $eventName, $this);}
        arguments: {
          $event: GetResponseEvent {#78 …}
          $eventName: "kernel.request"
          $dispatcher: TraceableEventDispatcher {#141 …}
        }
      }
      /var/www/web/vendor/symfony/event-dispatcher/EventDispatcher.php:44 {if ($listeners = $this->getListeners($eventName)) {    $this->doDispatch($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …10]
          $eventName: "kernel.request"
          $event: GetResponseEvent {#78 …}
        }
      }
      /var/www/web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {try {    $this->dispatcher->dispatch($eventName, $event);} finally {
        arguments: {
          $eventName: "kernel.request"
          $event: GetResponseEvent {#78 …}
        }
      }
      /var/www/web/vendor/symfony/http-kernel/HttpKernel.php:221 {$event = new GetResponseForExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch(KernelEvents::EXCEPTION, $event);}
      /var/www/web/vendor/symfony/http-kernel/HttpKernel.php:78 {
        › 
        ›     return $this->handleException($e, $request, $type);}
      }
      /var/www/web/vendor/symfony/http-kernel/Kernel.php:198 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
        arguments: {
          $request: Request {#10 …}
          $type: 1
          $catch: true
        }
      }
      /var/www/web/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Request {#10 …}
        }
      }
    }
  }
]
{
  /var/www/web/vendor/sensio/framework-extra-bundle/Configuration/Route.php:16 {
    › 
    › @trigger_error(sprintf('The "%s" annotation is deprecated since version 5.2. Use "%s" instead.', Route::class, BaseRoute::class), E_USER_DEPRECATED);}
  spl_autoload_call() {}
  /var/www/web/vendor/symfony/var-exporter/Internal/Registry.php:68 {{    if (!($isClass = class_exists($class)) && !interface_exists($class, false) && !trait_exists($class, false)) {        throw new ClassNotFoundException($class);
  }
  /var/www/web/vendor/symfony/var-exporter/Internal/Registry.php:54 {{    self::getClassReflector($class, true, true);}
  /var/www/web/var/cache/dev/pools/4GkO0NuN23/6/U/3SxwK8F1tnSZJHwGyMow:7 {$o = [    clone (Registry::$prototypes['Sensio\\Bundle\\FrameworkExtraBundle\\Configuration\\Route'] ?? Registry::p('Sensio\\Bundle\\FrameworkExtraBundle\\Configuration\\Route')),],
  }
  /var/www/web/vendor/symfony/cache/Traits/PhpFilesTrait.php:105 {    $values[$id] = $value();} elseif (false === $values[$id] = include $value->file) {    unset($values[$id], $this->values[$id]);
  }
  /var/www/web/vendor/symfony/cache/Adapter/AbstractAdapter.php:165 {try {    foreach ($this->doFetch([$id]) as $value) {        $isHit = true;
  }
  /var/www/web/vendor/symfony/cache/Adapter/TraceableAdapter.php:77 {try {    $item = $this->pool->getItem($key);} finally {
  }
  /var/www/web/vendor/symfony/cache/Adapter/PhpArrayAdapter.php:127 {if (!isset($this->keys[$key])) {    return $this->pool->getItem($key);}
  }
  /var/www/web/vendor/symfony/cache/DoctrineProvider.php:54 {{    $item = $this->pool->getItem(rawurlencode($id));}
  /var/www/web/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php:59 {{    return $this->doFetch($this->getNamespacedId($id));}
  }
  /var/www/web/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php:188 {{    if (($data = $this->cache->fetch($cacheKey)) !== false) {        if (!$this->debug || $this->isCacheFresh($cacheKey, $class)) {
  }
  /var/www/web/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php:78 {
    › 
    › if (false === ($annots = $this->fetchFromCache($cacheKey, $class))) {    $annots = $this->delegate->getClassAnnotations($class);
  }
  /var/www/web/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php:91 {{    foreach ($this->getClassAnnotations($class) as $annot) {        if ($annot instanceof $annotationName) {
  }
  /var/www/web/vendor/symfony/routing/Loader/AnnotationClassLoader.php:265 {
    › 
    › if ($annot = $this->reader->getClassAnnotation($class, $this->routeAnnotationClass)) {    if (null !== $annot->getName()) {
  }
  /var/www/web/vendor/symfony/routing/Loader/AnnotationClassLoader.php:108 {
    › 
    › $globals = $this->getGlobals($class);}
  /var/www/web/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php:67 {
    › 
    ›     $collection->addCollection($this->loader->load($class, $type));}
  }
  /var/www/web/vendor/symfony/config/Loader/FileLoader.php:151 {try {    $ret = $loader->load($resource, $type);} finally {
  }
  /var/www/web/vendor/symfony/config/Loader/FileLoader.php:90 {
    › 
    ›     return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);}
  }
  /var/www/web/vendor/symfony/routing/Loader/YamlFileLoader.php:172 {
    › 
    › $imported = $this->import($config['resource'], $type, false, $file);}
  /var/www/web/vendor/symfony/routing/Loader/YamlFileLoader.php:84 {if (isset($config['resource'])) {    $this->parseImport($collection, $config, $path, $file);} else {
  }
  /var/www/web/vendor/symfony/config/Loader/FileLoader.php:151 {try {    $ret = $loader->load($resource, $type);} finally {
  }
  /var/www/web/vendor/symfony/config/Loader/FileLoader.php:90 {
    › 
    ›     return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);}
  }
  /var/www/web/vendor/symfony/routing/Loader/YamlFileLoader.php:172 {
    › 
    › $imported = $this->import($config['resource'], $type, false, $file);}
  /var/www/web/vendor/symfony/routing/Loader/YamlFileLoader.php:84 {if (isset($config['resource'])) {    $this->parseImport($collection, $config, $path, $file);} else {
  }
  /var/www/web/vendor/symfony/config/Loader/FileLoader.php:151 {try {    $ret = $loader->load($resource, $type);} finally {
  }
  /var/www/web/vendor/symfony/config/Loader/FileLoader.php:90 {
    › 
    ›     return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);}
  }
  /var/www/web/vendor/symfony/routing/Loader/GlobFileLoader.php:32 {foreach ($this->glob($resource, false, $globResource) as $path => $info) {    $collection->addCollection($this->import($path));}
  }
  /var/www/web/vendor/symfony/routing/RouteCollectionBuilder.php:372 {
    › 
    › $collections = $loader->load($resource, $type);}
  /var/www/web/vendor/symfony/routing/RouteCollectionBuilder.php:62 {/** @var RouteCollection[] $collections */$collections = $this->load($resource, $type);}
  /var/www/web/src/Kernel.php:59 {    $routes->import($confDir.'/{routes}/'.$this->environment.'/**/*'.self::CONFIG_EXTS, '/', 'glob');    $routes->import($confDir.'/{routes}'.self::CONFIG_EXTS, '/', 'glob');}
  }
  /var/www/web/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:92 {$routes = new RouteCollectionBuilder($loader);$this->configureRoutes($routes);}
  /var/www/web/vendor/symfony/routing/Loader/ObjectRouteLoader.php:70 {
    › 
    › $routeCollection = $loaderObject->$method($this);}
  /var/www/web/vendor/symfony/config/Loader/DelegatingLoader.php:40 {
    › 
    ›     return $loader->load($resource, $type);}
  }
  /var/www/web/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php:72 {try {    $collection = parent::load($resource, $type);} finally {
  }
  /var/www/web/vendor/symfony/framework-bundle/Routing/Router.php:71 {if (null === $this->collection) {    $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);    $this->resolveParameters($this->collection);
  }
  /var/www/web/vendor/designeo/api-bundle/src/Designeo/ApiBundle/Service/IsApiRouteResolver.php:42 {$routeName = $request->attributes->get('_route');$route = $this->router->getRouteCollection()->get($routeName);}
  /var/www/web/vendor/designeo/api-bundle/src/Designeo/ApiBundle/Listener/AbstractApiListener.php:39 {{    return $this->isApiRouteResolver->isApiRoute($request, $this->getName());}
  }
  /var/www/web/vendor/designeo/api-bundle/src/Designeo/ApiBundle/Listener/ExceptionListener.php:56 {{    if (!$this->isApiRoute($event->getRequest())) {        return;
  }
  /var/www/web/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
    › 
    › ($this->listener)($event, $eventName, $dispatcher);arguments: {
      $event: GetResponseEvent {#78 …}
      ...: {
        "kernel.request"
        TraceableEventDispatcher {#141 …}
      }
    }
  }
  /var/www/web/vendor/symfony/event-dispatcher/EventDispatcher.php:212 {    }    $listener($event, $eventName, $this);}
    arguments: {
      $event: GetResponseEvent {#78 …}
      $eventName: "kernel.request"
      $dispatcher: TraceableEventDispatcher {#141 …}
    }
  }
  /var/www/web/vendor/symfony/event-dispatcher/EventDispatcher.php:44 {if ($listeners = $this->getListeners($eventName)) {    $this->doDispatch($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …10]
      $eventName: "kernel.request"
      $event: GetResponseEvent {#78 …}
    }
  }
  /var/www/web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {try {    $this->dispatcher->dispatch($eventName, $event);} finally {
    arguments: {
      $eventName: "kernel.request"
      $event: GetResponseEvent {#78 …}
    }
  }
  /var/www/web/vendor/symfony/http-kernel/HttpKernel.php:221 {$event = new GetResponseForExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch(KernelEvents::EXCEPTION, $event);}
  /var/www/web/vendor/symfony/http-kernel/HttpKernel.php:78 {
    › 
    ›     return $this->handleException($e, $request, $type);}
  }
  /var/www/web/vendor/symfony/http-kernel/Kernel.php:198 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    arguments: {
      $request: Request {#10 …}
      $type: 1
      $catch: true
    }
  }
  /var/www/web/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Request {#10 …}
    }
  }
}
n/a (3 times) A tree builder without a root node is deprecated since Symfony 4.2 and will not be supported anymore in 5.0.
[
  "exception" => SilencedErrorContext {#1011
    +count: 3
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/web/vendor/symfony/config/Definition/Builder/TreeBuilder.php:30 {if (null === $name) {    @trigger_error('A tree builder without a root node is deprecated since Symfony 4.2 and will not be supported anymore in 5.0.', E_USER_DEPRECATED);} else {
      }
      /var/www/web/vendor/designeo/api-bundle/src/Designeo/ApiBundle/DependencyInjection/Configuration.php:13 {{    $treeBuilder = new TreeBuilder();    $rootNode = $treeBuilder->root('designeo_api_bundle');
      }
    }
  }
]
{
  /var/www/web/vendor/symfony/config/Definition/Builder/TreeBuilder.php:30 {if (null === $name) {    @trigger_error('A tree builder without a root node is deprecated since Symfony 4.2 and will not be supported anymore in 5.0.', E_USER_DEPRECATED);} else {
  }
  /var/www/web/vendor/designeo/api-bundle/src/Designeo/ApiBundle/DependencyInjection/Configuration.php:13 {{    $treeBuilder = new TreeBuilder();    $rootNode = $treeBuilder->root('designeo_api_bundle');
  }
}
n/a The "Sensio\Bundle\FrameworkExtraBundle\Configuration\Route" annotation is deprecated since version 5.2. Use "Symfony\Component\Routing\Annotation\Route" instead.
[
  "exception" => SilencedErrorContext {#1009
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/web/vendor/sensio/framework-extra-bundle/Configuration/Route.php:16 {
        › 
        › @trigger_error(sprintf('The "%s" annotation is deprecated since version 5.2. Use "%s" instead.', Route::class, BaseRoute::class), E_USER_DEPRECATED);}
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/web/vendor/sensio/framework-extra-bundle/Configuration/Route.php:16 {
    › 
    › @trigger_error(sprintf('The "%s" annotation is deprecated since version 5.2. Use "%s" instead.', Route::class, BaseRoute::class), E_USER_DEPRECATED);}
  spl_autoload_call() {}
}

Debug 55

Unimportant log messages generated during the execution of the application.

Time Channel Message
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
event Notified event
"kernel.exception"
to listener
"Sentry\SentryBundle\EventListener\ErrorListener::onKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Sentry\SentryBundle\EventListener\ErrorListener::onKernelException"
]
event Notified event
"kernel.exception"
to listener
"Designeo\ApiBundle\Listener\ExceptionListener::onKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Designeo\ApiBundle\Listener\ExceptionListener::onKernelException"
]
event Notified event
"kernel.exception"
to listener
"Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
]
event Notified event
"kernel.exception"
to listener
"Symfony\Component\HttpKernel\EventListener\ExceptionListener::logKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ExceptionListener::logKernelException"
]
event Notified event
"kernel.exception"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
]
event Notified event
"kernel.exception"
to listener
"Symfony\Component\HttpKernel\EventListener\ExceptionListener::onKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ExceptionListener::onKernelException"
]
event Listener
"Symfony\Component\HttpKernel\EventListener\ExceptionListener::onKernelException"
stopped propagation of the event
"kernel.exception"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ExceptionListener::onKernelException"
]
event Listener
"Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::onKernelException"
was not called for event
"kernel.exception"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::onKernelException"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
]
event Notified event
"kernel.finish_request"
to listener
"Sentry\SentryBundle\EventListener\SubRequestListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Sentry\SentryBundle\EventListener\SubRequestListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Sentry\SentryBundle\EventListener\RequestListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Sentry\SentryBundle\EventListener\RequestListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Sentry\SentryBundle\EventListener\SubRequestListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Sentry\SentryBundle\EventListener\SubRequestListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Nelmio\ApiDocBundle\EventListener\RequestListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Nelmio\ApiDocBundle\EventListener\RequestListener::onKernelRequest"
]
event Notified event
"kernel.controller"
to listener
"Sentry\SentryBundle\EventListener\RequestListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sentry\SentryBundle\EventListener\RequestListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Designeo\ApiBundle\Listener\ControllerListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Designeo\ApiBundle\Listener\ControllerListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
]
event Notified event
"kernel.controller_arguments"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
]
event Notified event
"kernel.finish_request"
to listener
"Sentry\SentryBundle\EventListener\SubRequestListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Sentry\SentryBundle\EventListener\SubRequestListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]

PHP Notices 0

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

There are no log messages of this level.

Container 489

Log messages generated during the compilation of the service container.

Class Messages
Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Admin\GenerateMatchesController" (parent: .abstract.instanceof.App\Controller\Api\Admin\GenerateMatchesController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Admin\GenerateMatchesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Admin\GenerateMatchesController).
  • Resolving inheritance for "App\Controller\Api\Admin\GenerateMatchesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Admin\GenerateMatchesController).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\ValidBracketSizeValidator" (parent: .abstract.instanceof.App\Validator\ValidBracketSizeValidator).
  • Resolving inheritance for "App\Validator\ValidBracketSizeValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\ValidBracketSizeValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\ValidTimeValidator" (parent: .abstract.instanceof.App\Validator\ValidTimeValidator).
  • Resolving inheritance for "App\Validator\ValidTimeValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\ValidTimeValidator).
  • Resolving inheritance for ".instanceof.Designeo\ApiBundle\ControllerDescriptor\DescriptorInterface.0.api_bundle.dummy_descriptor" (parent: .abstract.instanceof.api_bundle.dummy_descriptor).
  • Resolving inheritance for "api_bundle.dummy_descriptor" (parent: .instanceof.Designeo\ApiBundle\ControllerDescriptor\DescriptorInterface.0.api_bundle.dummy_descriptor).
  • 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 "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 "monolog.logger" (parent: monolog.logger_prototype).
  • Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_functional_test" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_subscriber" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_unit_test" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "monolog.logger.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.router" (parent: monolog.logger_prototype).
48
Symfony\Component\DependencyInjection\Compiler\AutowirePass
  • Cannot autowire service ".service_locator.KTVqfp6": it references interface "Doctrine\Common\Persistence\ManagerRegistry" but no such service exists. Did you create a class that implements this interface?
  • Cannot autowire service ".service_locator.KTVqfp6": it has type "Symfony\Component\Form\FormFactoryInterface" but this class was not found.
  • Cannot autowire service ".service_locator.KTVqfp6": it has type "Symfony\Component\Messenger\MessageBusInterface" but this class was not found.
  • Cannot autowire service ".service_locator.KTVqfp6": it references interface "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface" but no such service exists. Did you create a class that implements this interface?
  • Cannot autowire service ".service_locator.KTVqfp6": it has type "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface" but this class was not found.
  • Cannot autowire service ".service_locator.KTVqfp6": it references interface "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface" but no such service exists. Did you create a class that implements this interface?
6
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\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; 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\Container\ContainerInterface $parameterBag"; reason: private alias.
  • Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
  • Removed service "Psr\SimpleCache\CacheInterface"; reason: private alias.
  • Removed service "Symfony\Component\Cache\Adapter\AdapterInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
  • Removed service "Symfony\Component\Translation\TranslatorInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface"; reason: private alias.
  • Removed service "SessionHandlerInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface"; reason: private alias.
  • Removed service "session.storage.filesystem"; reason: private alias.
  • Removed service "session.storage"; reason: private alias.
  • Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
  • Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; 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 "cache.default_pdo_provider"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\Debug\FileLinkFormatter"; reason: private alias.
  • Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
  • Removed service "annotation_reader"; reason: private alias.
  • Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
  • Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
  • Removed service "serializer.property_accessor"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; 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\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
  • Removed service "jms_serializer.metadata.cache"; reason: private alias.
  • Removed service "jms_serializer.naming_strategy"; reason: private alias.
  • Removed service "jms_serializer.object_constructor"; reason: private alias.
  • Removed service "JMS\Serializer\SerializerInterface"; reason: private alias.
  • Removed service "JMS\Serializer\ArrayTransformerInterface"; reason: private alias.
  • Removed service "jms_serializer.accessor_strategy"; reason: private alias.
  • Removed service "JMS\Serializer\ContextFactory\SerializationContextFactoryInterface"; reason: private alias.
  • Removed service "JMS\Serializer\ContextFactory\DeserializationContextFactoryInterface"; reason: private alias.
  • Removed service "Twig_Environment"; reason: private alias.
  • Removed service "Twig\Environment"; reason: private alias.
  • Removed service "Sentry\FlushableClientInterface"; reason: private alias.
  • Removed service "logger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface"; reason: private alias.
  • Removed service "argument_resolver.controller_locator"; reason: private alias.
  • Removed service "Symfony\Component\Templating\EngineInterface"; reason: private alias.
  • Removed service "Symfony\Bundle\FrameworkBundle\Templating\EngineInterface"; reason: private alias.
  • Removed service "twig.loader"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $templatingLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $routerLogger"; 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 "argument_resolver.request_attribute"; reason: private alias.
  • Removed service "argument_resolver.request"; reason: private alias.
  • Removed service "argument_resolver.session"; reason: private alias.
  • Removed service "argument_resolver.service"; reason: private alias.
  • Removed service "argument_resolver.default"; reason: private alias.
  • Removed service "argument_resolver.variadic"; reason: private alias.
93
Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass
  • Changed reference of service "App\Controller\Api\Admin\GenerateMatchesController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
  • Changed reference of service "Designeo\ApiBundle\Controller\MetaInfoController" previously pointing to "router.default" to "router".
  • Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
  • Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "services_resetter" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "console.command.event_dispatcher_debug" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
  • Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
  • Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "validator.builder" previously pointing to "annotations.cached_reader" to "Doctrine\Common\Annotations\AnnotationReader".
  • Changed reference of service "translator_listener" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "data_collector.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "router_listener" previously pointing to "router.default" to "router".
  • Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
  • Changed reference of service "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 "Doctrine\Common\Annotations\AnnotationReader".
  • Changed reference of service "serializer.mapping.chain_loader" previously pointing to "annotations.cached_reader" to "Doctrine\Common\Annotations\AnnotationReader".
  • Changed reference of service "jms_serializer.form_error_handler" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "jms_serializer.metadata.annotation_driver" previously pointing to "annotations.cached_reader" to "Doctrine\Common\Annotations\AnnotationReader".
  • Changed reference of service "jms_serializer.metadata.doctrine_type_driver" previously pointing to "jms_serializer.metadata.chain_driver" to "jms_serializer.metadata_driver".
  • Changed reference of service "jms_serializer.metadata.doctrine_phpcr_type_driver" previously pointing to "jms_serializer.metadata.chain_driver" to "jms_serializer.metadata_driver".
  • 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 "api.listener.controller" previously pointing to "annotations.cached_reader" to "Doctrine\Common\Annotations\AnnotationReader".
  • Changed reference of service "api.listener.controller" previously pointing to "router.default" to "router".
  • Changed reference of service "api.listener.controller" previously pointing to "jms_serializer.serializer" to "jms_serializer".
  • Changed reference of service "api.listener.controller" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "api.listener.exception" previously pointing to "router.default" to "router".
  • Changed reference of service "api.listener.view" previously pointing to "router.default" to "router".
  • Changed reference of service "api.listener.view" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
  • Changed reference of service "api.listener.view" previously pointing to "jms_serializer.serializer" to "jms_serializer".
  • Changed reference of service "api.controller.meta_info_controller" previously pointing to "router.default" to "router".
  • Changed reference of service "api.crud_links_parser" previously pointing to "annotations.cached_reader" to "Doctrine\Common\Annotations\AnnotationReader".
  • Changed reference of service "api.crud_links_parser" previously pointing to "router.default" to "router".
  • Changed reference of service "api.service.is_api_route_resolver" previously pointing to "router.default" to "router".
  • Changed reference of service "api.service.named_route_collection_provider" previously pointing to "router.default" to "router".
  • Changed reference of service "api.service.doc_annotation_parser.enum_values_annotation_parser" previously pointing to "annotations.cached_reader" to "Doctrine\Common\Annotations\AnnotationReader".
  • Changed reference of service "api.service.doc_annotation_parser.group_annotation_parser" previously pointing to "annotations.cached_reader" to "Doctrine\Common\Annotations\AnnotationReader".
  • Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
  • Changed reference of service "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 "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 "sensio_framework_extra.controller.listener" previously pointing to "annotations.cached_reader" to "Doctrine\Common\Annotations\AnnotationReader".
  • 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 "Doctrine\Common\Annotations\AnnotationReader".
  • Changed reference of service "nelmio_api_doc.parser.validation_parser" previously pointing to "debug.validator" to "validator".
  • Changed reference of service ".service_locator.KTVqfp6" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.KTVqfp6" previously pointing to "templating.engine.twig" to "templating".
  • Changed reference of service ".service_locator._pu.0Tb" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.m8PwGkX" previously pointing to "router.default" to "router".
  • Changed reference of service "Designeo\ApiBundle\Service\ResponseLinkFactory" previously pointing to "router.default" to "router".
  • 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".
62
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 "cache.adapter.pdo"; reason: abstract.
  • Removed service "cache.adapter.array"; reason: abstract.
  • Removed service "jms_serializer.version_exclusion_strategy"; reason: abstract.
  • Removed service "maker.auto_command.abstract"; reason: abstract.
  • Removed service "nelmio_api_doc.formatter.abstract_formatter"; reason: abstract.
  • Removed service "monolog.logger_prototype"; reason: abstract.
  • Removed service "monolog.activation_strategy.not_found"; reason: abstract.
  • Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Admin\GenerateMatchesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Admin\GenerateMatchesController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Api\Admin\GenerateMatchesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\ValidBracketSizeValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Validator\ValidBracketSizeValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\ValidTimeValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Validator\ValidTimeValidator"; reason: abstract.
  • Removed service ".instanceof.Designeo\ApiBundle\ControllerDescriptor\DescriptorInterface.0.api_bundle.dummy_descriptor"; reason: abstract.
  • Removed service ".abstract.instanceof.api_bundle.dummy_descriptor"; reason: abstract.
24
Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass
  • Removed service "uri_signer"; reason: unused.
  • Removed service "cache.app.simple"; reason: unused.
  • Removed service "cache.app.taggable"; reason: unused.
  • Removed service "translator.selector"; reason: unused.
  • Removed service ".1_NativeFileSessionHandler~xQx0T1G"; reason: unused.
  • Removed service "session.storage.php_bridge"; reason: unused.
  • Removed service "session.storage.mock_file"; reason: unused.
  • Removed service "session.handler.native_file"; reason: unused.
  • Removed service "session.save_listener"; 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 ".1_PhpArrayAdapter~sYmvgui"; reason: unused.
  • Removed service "validator.mapping.cache.symfony"; reason: unused.
  • Removed service "translator.logging"; reason: unused.
  • Removed service ".cache_connection.GD_MSZC"; reason: unused.
  • Removed service ".cache_connection.JKE6keX"; reason: unused.
  • Removed service "annotations.filesystem_cache"; reason: unused.
  • Removed service "serializer.mapping.cache.symfony"; reason: unused.
  • Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
  • Removed service "jms_serializer.metadata.doctrine_type_driver"; reason: unused.
  • Removed service "jms_serializer.metadata.doctrine_phpcr_type_driver"; reason: unused.
  • Removed service "jms_serializer.identical_property_naming_strategy"; reason: unused.
  • Removed service "jms_serializer.doctrine_object_constructor"; 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.templating.helper.serializer"; reason: unused.
  • Removed service "Designeo\ReferenceResolver\ReferenceResolver"; reason: unused.
  • Removed service "api.controller.meta_info_controller"; reason: unused.
  • Removed service "api.crud_links_parser"; reason: unused.
  • Removed service "api.bridge.designeo_grid_helper.filter_builder_factory"; reason: unused.
  • Removed service "maker.entity_class_generator"; reason: unused.
  • Removed service "twig.loader.native_filesystem"; reason: unused.
  • Removed service "twig.loader.chain"; reason: unused.
  • Removed service "twig.extension.weblink"; reason: unused.
  • Removed service "nelmio_api_doc.formatter.markdown_formatter"; reason: unused.
  • Removed service "nelmio_api_doc.formatter.simple_formatter"; reason: unused.
  • Removed service "nelmio_api_doc.form.extension.description_form_type_extension"; 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 "Designeo\ApiBundle\ControllerDescriptor\ApiActionLibrary"; reason: unused.
  • Removed service "monolog.logger.templating"; reason: unused.
  • Removed service "monolog.logger.translation"; reason: unused.
52
Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass
  • Inlined service ".service_locator.KTVqfp6.App\Controller\Api\Admin\GenerateMatchesController" to "App\Controller\Api\Admin\GenerateMatchesController".
  • Inlined service "debug.controller_resolver" to "http_kernel".
  • Inlined service "debug.argument_resolver" to "http_kernel".
  • Inlined service ".service_locator.gmwRZ3h" to "fragment.handler".
  • Inlined service "monolog.logger.console" to "console.error_listener".
  • Inlined service "translation.writer" to "console.command.translation_update".
  • Inlined service "cache.app.recorder_inner" to "cache.app".
  • Inlined service "cache.system.recorder_inner" to "cache.system".
  • Inlined service "cache.validator.recorder_inner" to "cache.validator".
  • Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
  • Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
  • Inlined service "session.attribute_bag" to "session".
  • Inlined service "session.flash_bag" to "session".
  • Inlined service "session.storage.metadata_bag" to "session.storage.native".
  • Inlined service ".service_locator.WPZmidW" to "session_listener".
  • Inlined service "templating.filename_parser" to "templating.finder".
  • Inlined service "validator.validator_factory" to "validator.builder".
  • Inlined service ".service_locator.M33of.C" to "validator.validator_factory".
  • Inlined service ".service_locator.yQVjGlt" to "translator.default".
  • Inlined service "translator.formatter.default" to "translator.default".
  • Inlined service "identity_translator" to "translator.formatter.default".
  • Inlined service "translation.extractor.php" to "translation.extractor".
  • Inlined service "twig.translation.extractor" to "translation.extractor".
  • Inlined service "translation.dumper.php" to "translation.writer".
  • Inlined service "translation.dumper.xliff" to "translation.writer".
  • Inlined service "translation.dumper.po" to "translation.writer".
  • Inlined service "translation.dumper.mo" to "translation.writer".
  • Inlined service "translation.dumper.yml" to "translation.writer".
  • Inlined service "translation.dumper.yaml" to "translation.writer".
  • Inlined service "translation.dumper.qt" to "translation.writer".
  • Inlined service "translation.dumper.csv" to "translation.writer".
  • Inlined service "translation.dumper.ini" to "translation.writer".
  • Inlined service "translation.dumper.json" to "translation.writer".
  • Inlined service "translation.dumper.res" to "translation.writer".
  • Inlined service ".service_locator._pu.0Tb.translation.warmer" to "translation.warmer".
  • Inlined service "profiler.storage" to "profiler".
  • Inlined service "data_collector.time" to "profiler".
  • Inlined service "data_collector.memory" to "profiler".
  • Inlined service "data_collector.validator" to "profiler".
  • Inlined service "data_collector.ajax" to "profiler".
  • Inlined service "data_collector.exception" to "profiler".
  • Inlined service "data_collector.logger" to "profiler".
  • Inlined service "data_collector.events" to "profiler".
  • Inlined service "data_collector.cache" to "profiler".
  • Inlined service "data_collector.translation" to "profiler".
  • Inlined service "data_collector.twig" to "profiler".
  • Inlined service "data_collector.config" to "profiler".
  • Inlined service "monolog.logger.php" to "debug.debug_handlers_listener".
  • Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
  • Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
  • Inlined service "routing.loader.xml" to "routing.resolver".
  • Inlined service "routing.loader.yml" to "routing.resolver".
  • Inlined service "routing.loader.php" to "routing.resolver".
  • Inlined service "routing.loader.glob" to "routing.resolver".
  • Inlined service "routing.loader.directory" to "routing.resolver".
  • Inlined service "routing.loader.service" to "routing.resolver".
  • Inlined service "routing.loader.annotation.directory" to "routing.resolver".
  • Inlined service "routing.loader.annotation.file" to "routing.resolver".
  • Inlined service "routing.resolver" to "routing.loader".
  • Inlined service ".service_locator.m8PwGkX.router.cache_warmer" to "router.cache_warmer".
  • Inlined service "annotations.dummy_registry" to "annotations.reader".
  • Inlined service ".2_PhpArrayAdapter~4MQkTAs" to "annotations.cache".
  • Inlined service "cache.property_access" to "property_accessor".
  • Inlined service "serializer.normalizer.json_serializable" to "serializer".
  • Inlined service "serializer.normalizer.datetime" to "serializer".
  • Inlined service "serializer.normalizer.constraint_violation_list" 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.name_converter.metadata_aware" to "serializer.normalizer.object".
  • Inlined service "property_accessor" to "serializer.normalizer.object".
  • Inlined service "property_info" to "serializer.normalizer.object".
  • Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer.normalizer.object".
  • Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
  • Inlined service ".service_locator.pmxjK71" to "jms_serializer.event_dispatcher".
  • Inlined service ".service_locator._F_xD6W" to "jms_serializer.handler_registry".
  • 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.camel_case_naming_strategy" to "jms_serializer.serialized_name_annotation_strategy".
  • Inlined service "jms_serializer.unserialize_object_constructor" to "jms_serializer.deserialization_graph_navigator_factory".
  • Inlined service "api.filter_parser" to "api.listener.controller".
  • Inlined service "api.controller_descriptor.chain_descriptor_container" to "api.listener.view".
  • Inlined service "api.service.envelope_checker" to "api.listener.view".
  • Inlined service "api.service.meta_info_condenser.brief_condenser" to "api.model.meta_info.meta_info_model".
  • Inlined service "api.controller_descriptor.dummy_descriptor" to "api.controller_descriptor.chain_descriptor_container".
  • Inlined service "maker.autoloader_util" to "maker.file_manager".
  • Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
  • Inlined service "maker.event_registry" to "maker.maker.make_subscriber".
  • Inlined service "maker.user_class_builder" to "maker.maker.make_user".
  • Inlined service "twig.loader.filesystem" to "twig".
  • Inlined service "twig.extension.profiler" to "twig".
  • Inlined service "twig.extension.trans" to "twig".
  • Inlined service "twig.extension.code" to "twig".
  • Inlined service "twig.extension.routing" to "twig".
  • Inlined service "twig.extension.yaml" to "twig".
  • Inlined service "twig.extension.debug.stopwatch" to "twig".
  • Inlined service "twig.extension.httpkernel" to "twig".
  • Inlined service "twig.extension.httpfoundation" to "twig".
  • Inlined service "jms_serializer.twig_extension.serializer" to "twig".
  • Inlined service "twig.extension.debug" to "twig".
  • Inlined service "twig.extension.webprofiler" to "twig".
  • Inlined service "nelmio_api_doc.twig.extension.extra_markdown" 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.lSIKWsr.twig.cache_warmer" to "twig.cache_warmer".
  • Inlined service ".service_locator.lSIKWsr.twig.template_cache_warmer" to "twig.template_cache_warmer".
  • Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
  • Inlined service "fragment.handler" to "twig.runtime.httpkernel".
  • Inlined service ".service_locator.Rfsmot8" to "twig.runtime_loader".
  • Inlined service ".1_NonceGenerator~ph8haJ7" to "web_profiler.csp.handler".
  • Inlined service ".2_HtmlDumper~ph8haJ7" to "twig.extension.webprofiler".
  • Inlined service "Sentry\Options" to "Sentry\ClientBuilderInterface".
  • Inlined service "Sentry\ClientBuilderInterface" to "Sentry\ClientInterface".
  • Inlined service "Sentry\ClientInterface" to "Sentry\State\HubInterface".
  • Inlined service "sensio_framework_extra.converter.manager" to "sensio_framework_extra.converter.listener".
  • Inlined service "sensio_framework_extra.converter.doctrine.orm" to "sensio_framework_extra.converter.manager".
  • Inlined service "framework_extra_bundle.date_time_param_converter" to "sensio_framework_extra.converter.manager".
  • Inlined service "sensio_framework_extra.view.guesser" to "sensio_framework_extra.view.listener".
  • Inlined service "framework_extra_bundle.argument_name_convertor" to "framework_extra_bundle.event.is_granted".
  • 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 "api.service.doc_annotation_parser.group_annotation_parser" to "nelmio_api_doc.extractor.api_doc_extractor".
  • Inlined service "api.api_doc.extractor.custom_parser" to "nelmio_api_doc.extractor.api_doc_extractor".
  • Inlined service "api.service.doc_annotation_parser.enum_values_annotation_parser" to "nelmio_api_doc.extractor.api_doc_extractor".
  • Inlined service "nelmio_api_doc.parser.json_serializable_parser" to "nelmio_api_doc.extractor.api_doc_extractor".
  • Inlined service "nelmio_api_doc.parser.collection_parser" to "nelmio_api_doc.extractor.api_doc_extractor".
  • Inlined service "nelmio_api_doc.parser.form_errors_parser" to "nelmio_api_doc.extractor.api_doc_extractor".
  • Inlined service "nelmio_api_doc.parser.validation_parser" to "nelmio_api_doc.extractor.api_doc_extractor".
  • Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
  • Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
  • Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
  • Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
  • Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
  • Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
  • Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
  • Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
  • Inlined service "maker.maker.make_functional_test" to "maker.auto_command.make_functional_test".
  • Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
  • Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
  • Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
  • Inlined service "maker.maker.make_subscriber" to "maker.auto_command.make_subscriber".
  • Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
  • Inlined service "maker.maker.make_unit_test" to "maker.auto_command.make_unit_test".
  • Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
  • Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
  • Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
  • Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
  • Inlined service "debug.argument_resolver.request_attribute.inner" to "debug.argument_resolver.request_attribute".
  • Inlined service "debug.argument_resolver.request.inner" to "debug.argument_resolver.request".
  • Inlined service "debug.argument_resolver.session.inner" to "debug.argument_resolver.session".
  • Inlined service "debug.argument_resolver.service.inner" to "debug.argument_resolver.service".
  • Inlined service "debug.argument_resolver.default.inner" to "debug.argument_resolver.default".
  • Inlined service "debug.argument_resolver.variadic.inner" to "debug.argument_resolver.variadic".
  • Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
  • Inlined service ".service_locator.KTVqfp6" to ".service_locator.KTVqfp6.App\Controller\Api\Admin\GenerateMatchesController".
  • Inlined service ".service_locator._pu.0Tb" to ".service_locator._pu.0Tb.translation.warmer".
  • Inlined service ".service_locator.wmEUgdF" to ".service_locator.wmEUgdF.router.default".
  • Inlined service ".service_locator.m8PwGkX" to ".service_locator.m8PwGkX.router.cache_warmer".
  • Inlined service ".service_locator..ptxNzX" to "debug.argument_resolver.service.inner".
  • Inlined service ".service_locator.FYynXo4" to "console.command_loader".
  • Inlined service "cache.default_marshaller" to "cache.app.recorder_inner".
  • Inlined service ".1_ArrayCache~4MQkTAs" to "Doctrine\Common\Annotations\AnnotationReader".
  • Inlined service "translator.default" to "translator".
  • Inlined service ".service_locator.wmEUgdF.router.default" to "router".
  • Inlined service "monolog.logger.router" to "router".
  • Inlined service "jms_serializer.metadata.yaml_driver" to "jms_serializer.metadata_driver".
  • Inlined service "jms_serializer.metadata.xml_driver" to "jms_serializer.metadata_driver".
  • Inlined service "jms_serializer.metadata.annotation_driver" to "jms_serializer.metadata_driver".
  • Inlined service "jms_serializer.deserialization_graph_navigator_factory" to "jms_serializer".
  • Inlined service "jms_serializer.serialization_graph_navigator_factory" to "jms_serializer".
  • Inlined service "jms_serializer.json_serialization_visitor" to "jms_serializer".
  • Inlined service "jms_serializer.xml_serialization_visitor" to "jms_serializer".
  • Inlined service "jms_serializer.json_deserialization_visitor" to "jms_serializer".
  • Inlined service "jms_serializer.xml_deserialization_visitor" to "jms_serializer".
  • Inlined service "debug.validator.inner" to "validator".
  • Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
  • Inlined service "monolog.logger.event" to "event_dispatcher".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • 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 "nelmio_api_doc.parser.jms_metadata_parser" to "nelmio_api_doc.extractor.api_doc_extractor".
  • Inlined service "nelmio_api_doc.parser.jms_metadata_parser" to "nelmio_api_doc.extractor.api_doc_extractor".
  • Inlined service "jms_serializer.metadata.file_locator" to "jms_serializer.metadata_driver".
  • Inlined service "jms_serializer.metadata.file_locator" to "jms_serializer.metadata_driver".
  • Inlined service "jms_serializer.handler_registry" to "jms_serializer".
  • Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer".
  • Inlined service "jms_serializer.event_dispatcher" to "jms_serializer".
  • Inlined service "jms_serializer.handler_registry" to "jms_serializer".
  • Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer".
  • Inlined service "jms_serializer.event_dispatcher" to "jms_serializer".
  • Inlined service "nelmio_api_doc.doc_comment_extractor" to "nelmio_api_doc.extractor.api_doc_extractor".
  • Inlined service "nelmio_api_doc.doc_comment_extractor" to "nelmio_api_doc.extractor.api_doc_extractor".
  • Inlined service "nelmio_api_doc.doc_comment_extractor" to "nelmio_api_doc.extractor.api_doc_extractor".
204