http://13.49.57.53/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 /app/vendor/symfony/http-kernel/EventListener/RouterListener.php line 138
[
  "exception" => NotFoundHttpException^ {#227
    -statusCode: 404
    -headers: []
    #message: "No route found for "GET /robots.txt""
    #code: 0
    #file: "/app/vendor/symfony/http-kernel/EventListener/RouterListener.php"
    #line: 138
    -previous: ResourceNotFoundException {#164 …}
    trace: {
      /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:138 {
        › 
        ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
      }
      /app/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
          $event: RequestEvent {#79 …}
          ...: {
            "kernel.request"
            TraceableEventDispatcher {#150 …}
          }
        }
      }
      /app/vendor/symfony/event-dispatcher/EventDispatcher.php:260 {    }    $listener($event, $eventName, $this);}
        arguments: {
          $event: RequestEvent {#79 …}
          $eventName: "kernel.request"
          $dispatcher: TraceableEventDispatcher {#150 …}
        }
      }
      /app/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);arguments: {
          $listeners: [ …15]
          $eventName: "kernel.request"
          $event: RequestEvent {#79 …}
        }
      }
      /app/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …15]
          $eventName: "kernel.request"
          $event: RequestEvent {#79 …}
        }
      }
      /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {try {    $this->dispatcher->dispatch($event, $eventName);} finally {
        arguments: {
          $event: RequestEvent {#79 …}
          ...: {
            "kernel.request"
          }
        }
      }
      /app/vendor/symfony/http-kernel/HttpKernel.php:127 {$event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
          $event: RequestEvent {#79 …}
          ...: {
            "kernel.request"
          }
        }
      }
      /app/vendor/symfony/http-kernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
        arguments: {
          $request: Request {#8 …}
          $type: 1
        }
      }
      /app/vendor/symfony/http-kernel/Kernel.php:198 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
        arguments: {
          $request: Request {#8 …}
          $type: 1
          $catch: true
        }
      }
      /app/public/index.php:39 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Request {#8 …}
        }
      }
    }
  }
]
{
  /app/vendor/symfony/http-kernel/EventListener/RouterListener.php:138 {
    › 
    ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
  }
  /app/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
      $event: RequestEvent {#79 …}
      ...: {
        "kernel.request"
        TraceableEventDispatcher {#150 …}
      }
    }
  }
  /app/vendor/symfony/event-dispatcher/EventDispatcher.php:260 {    }    $listener($event, $eventName, $this);}
    arguments: {
      $event: RequestEvent {#79 …}
      $eventName: "kernel.request"
      $dispatcher: TraceableEventDispatcher {#150 …}
    }
  }
  /app/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);arguments: {
      $listeners: [ …15]
      $eventName: "kernel.request"
      $event: RequestEvent {#79 …}
    }
  }
  /app/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …15]
      $eventName: "kernel.request"
      $event: RequestEvent {#79 …}
    }
  }
  /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    arguments: {
      $event: RequestEvent {#79 …}
      ...: {
        "kernel.request"
      }
    }
  }
  /app/vendor/symfony/http-kernel/HttpKernel.php:127 {$event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
      $event: RequestEvent {#79 …}
      ...: {
        "kernel.request"
      }
    }
  }
  /app/vendor/symfony/http-kernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    arguments: {
      $request: Request {#8 …}
      $type: 1
    }
  }
  /app/vendor/symfony/http-kernel/Kernel.php:198 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    arguments: {
      $request: Request {#8 …}
      $type: 1
      $catch: true
    }
  }
  /app/public/index.php:39 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Request {#8 …}
    }
  }
}

Deprecations 25

Log messages generated by using features marked as deprecated.

Time Channel Message
n/a The "App\Controller\AircraftFlightsController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
[
  "exception" => SilencedErrorContext^ {#632
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /app/vendor/symfony/debug/DebugClassLoader.php:200 {foreach ($deprecations as $message) {    @trigger_error($message, E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /app/vendor/symfony/debug/DebugClassLoader.php:200 {foreach ($deprecations as $message) {    @trigger_error($message, E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a The "App\Controller\CurrentFlightController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
[
  "exception" => SilencedErrorContext^ {#642
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /app/vendor/symfony/debug/DebugClassLoader.php:200 {foreach ($deprecations as $message) {    @trigger_error($message, E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /app/vendor/symfony/debug/DebugClassLoader.php:200 {foreach ($deprecations as $message) {    @trigger_error($message, E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a The "App\Controller\FlightsController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
[
  "exception" => SilencedErrorContext^ {#653
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /app/vendor/symfony/debug/DebugClassLoader.php:200 {foreach ($deprecations as $message) {    @trigger_error($message, E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /app/vendor/symfony/debug/DebugClassLoader.php:200 {foreach ($deprecations as $message) {    @trigger_error($message, E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a The "App\Controller\ImportFlightController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
[
  "exception" => SilencedErrorContext^ {#649
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /app/vendor/symfony/debug/DebugClassLoader.php:200 {foreach ($deprecations as $message) {    @trigger_error($message, E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /app/vendor/symfony/debug/DebugClassLoader.php:200 {foreach ($deprecations as $message) {    @trigger_error($message, E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a The "App\Controller\NewFlightController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
[
  "exception" => SilencedErrorContext^ {#651
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /app/vendor/symfony/debug/DebugClassLoader.php:200 {foreach ($deprecations as $message) {    @trigger_error($message, E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /app/vendor/symfony/debug/DebugClassLoader.php:200 {foreach ($deprecations as $message) {    @trigger_error($message, E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a The "Neomerx\JsonApi\Factories\Factory::createResourceObject()" method will require a new "array<string,int>|null $attributeKeysFilter" argument in the next major version of its parent class "Neomerx\JsonApi\Contracts\Schema\SchemaFactoryInterface", not defining it is deprecated.
[
  "exception" => SilencedErrorContext^ {#652
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /app/vendor/symfony/debug/DebugClassLoader.php:200 {foreach ($deprecations as $message) {    @trigger_error($message, E_USER_DEPRECATED);}
      }
      /app/src/JsonApi/Factory.php:9 {
        › 
        › final class Factory extends \Neomerx\JsonApi\Factories\Factory{
      }
    }
  }
]
{
  /app/vendor/symfony/debug/DebugClassLoader.php:200 {foreach ($deprecations as $message) {    @trigger_error($message, E_USER_DEPRECATED);}
  }
  /app/src/JsonApi/Factory.php:9 {
    › 
    › final class Factory extends \Neomerx\JsonApi\Factories\Factory{
  }
}
n/a The "Neomerx\JsonApi\Schema\BaseSchema::createResourceObject()" method will require a new "array <string, int>|null $attributeKeysFilter" argument in the next major version of its parent class "Neomerx\JsonApi\Contracts\Schema\SchemaInterface", not defining it is deprecated.
[
  "exception" => SilencedErrorContext^ {#650
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /app/vendor/symfony/debug/DebugClassLoader.php:200 {foreach ($deprecations as $message) {    @trigger_error($message, E_USER_DEPRECATED);}
      }
      /app/src/Schema/AircraftSchema.php:10 {
        › 
        › final class AircraftSchema extends BaseSchema implements SchemaInterface{
      }
    }
  }
]
n/a The "App\Security\ApiKeyAuthenticator" class implements "Symfony\Component\Security\Http\Authentication\SimplePreAuthenticatorInterface" that is deprecated since Symfony 4.2, use Guard instead.
[
  "exception" => SilencedErrorContext^ {#644
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /app/vendor/symfony/debug/DebugClassLoader.php:200 {foreach ($deprecations as $message) {    @trigger_error($message, E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /app/vendor/symfony/debug/DebugClassLoader.php:200 {foreach ($deprecations as $message) {    @trigger_error($message, E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a (2 times) The "framework.templating" configuration is deprecated since Symfony 4.3. Configure the "twig" section provided by the Twig Bundle instead.
[
  "exception" => SilencedErrorContext^ {#633
    +count: 2
    -severity: E_USER_DEPRECATED
    trace: {
      /app/vendor/symfony/config/Definition/ArrayNode.php:238 {if ($child->isDeprecated()) {    @trigger_error($child->getDeprecationMessage($name, $this->getPath()), E_USER_DEPRECATED);}
      }
      /app/vendor/symfony/config/Definition/BaseNode.php:427 {
        › 
        › $value = $this->finalizeValue($value);}
    }
  }
]
n/a Enabling the Templating component is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
[
  "exception" => SilencedErrorContext^ {#656
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /app/vendor/symfony/framework-bundle/DependencyInjection/FrameworkExtension.php:276 {if ($this->isConfigEnabled($container, $config['templating'])) {    @trigger_error('Enabling the Templating component is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', E_USER_DEPRECATED);}
      /app/vendor/symfony/dependency-injection/Compiler/MergeExtensionConfigurationPass.php:76 {
        › 
        ›     $extension->load($config, $tmpContainer);} catch (\Exception $e) {
      }
    }
  }
]
n/a (2 times) The "simple_preauth" security listener is deprecated Symfony 4.2, use Guard instead.
[
  "exception" => SilencedErrorContext^ {#635
    +count: 2
    -severity: E_USER_DEPRECATED
    trace: {
      /app/vendor/symfony/config/Definition/ArrayNode.php:238 {if ($child->isDeprecated()) {    @trigger_error($child->getDeprecationMessage($name, $this->getPath()), E_USER_DEPRECATED);}
      }
      /app/vendor/symfony/config/Definition/BaseNode.php:427 {
        › 
        › $value = $this->finalizeValue($value);}
    }
  }
]
n/a The "Symfony\Component\Security\Http\Firewall\SimplePreAuthenticationListener" class is deprecated since Symfony 4.2, use Guard instead.
[
  "exception" => SilencedErrorContext^ {#648
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /app/vendor/symfony/security-http/Firewall/SimplePreAuthenticationListener.php:35 {
        › 
        › @trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.2, use Guard instead.', SimplePreAuthenticationListener::class), E_USER_DEPRECATED);}
      spl_autoload_call() {}
    }
  }
]
n/a The "templating.cache_warmer.template_paths" service is deprecated since Symfony 4.3 and will be removed in 5.0.
[
  "exception" => SilencedErrorContext^ {#657
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /app/var/cache/integration/ContainerG4UPa4Y/getTemplating_CacheWarmer_TemplatePathsService.php:9 {
        › 
        › @trigger_error('The "templating.cache_warmer.template_paths" service is deprecated since Symfony 4.3 and will be removed in 5.0.', E_USER_DEPRECATED);}
      /app/var/cache/integration/ContainerG4UPa4Y/srcApp_KernelIntegrationDebugContainer.php:485 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
        arguments: {
          "/app/var/cache/integration/ContainerG4UPa4Y/getTemplating_NameParserService.php"
        }
      }
    }
  }
]
n/a The Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplatePathsCacheWarmer class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
[
  "exception" => SilencedErrorContext^ {#663
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /app/vendor/symfony/framework-bundle/CacheWarmer/TemplatePathsCacheWarmer.php:14 {
        › 
        › @trigger_error('The '.TemplatePathsCacheWarmer::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', E_USER_DEPRECATED);}
      /app/vendor/symfony/debug/DebugClassLoader.php:159 {    return;} elseif (false === include $file) {    return;
        arguments: {
          "/app/vendor/symfony/framework-bundle/Templating/TemplateNameParser.php"
        }
      }
    }
  }
]
n/a The "templating.finder" service is deprecated since Symfony 4.3 and will be removed in 5.0.
[
  "exception" => SilencedErrorContext^ {#640
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /app/var/cache/integration/ContainerG4UPa4Y/getTemplating_FinderService.php:12 {
        › 
        › @trigger_error('The "templating.finder" service is deprecated since Symfony 4.3 and will be removed in 5.0.', E_USER_DEPRECATED);}
      /app/var/cache/integration/ContainerG4UPa4Y/srcApp_KernelIntegrationDebugContainer.php:485 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
        arguments: {
          "/app/var/cache/integration/ContainerG4UPa4Y/getTemplating_NameParserService.php"
        }
      }
    }
  }
]
n/a The Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplateFinder class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
[
  "exception" => SilencedErrorContext^ {#639
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /app/vendor/symfony/framework-bundle/CacheWarmer/TemplateFinder.php:14 {
        › 
        › @trigger_error('The '.TemplateFinder::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', E_USER_DEPRECATED);}
      /app/vendor/symfony/debug/DebugClassLoader.php:159 {    return;} elseif (false === include $file) {    return;
        arguments: {
          "/app/vendor/symfony/framework-bundle/Templating/TemplateNameParser.php"
        }
      }
    }
  }
]
n/a The Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplateFinderInterface interface is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
[
  "exception" => SilencedErrorContext^ {#634
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /app/vendor/symfony/framework-bundle/CacheWarmer/TemplateFinderInterface.php:14 {
        › 
        › @trigger_error('The '.TemplateFinderInterface::class.' interface is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', E_USER_DEPRECATED);}
      /app/vendor/symfony/debug/DebugClassLoader.php:159 {    return;} elseif (false === include $file) {    return;
        arguments: {
          "/app/vendor/symfony/framework-bundle/Templating/TemplateNameParser.php"
        }
      }
    }
  }
]
n/a The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.
[
  "exception" => SilencedErrorContext^ {#643
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /app/var/cache/integration/ContainerG4UPa4Y/getTemplating_LocatorService.php:13 {
        › 
        › @trigger_error('The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.', E_USER_DEPRECATED);}
      /app/var/cache/integration/ContainerG4UPa4Y/srcApp_KernelIntegrationDebugContainer.php:485 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
        arguments: {
          "/app/var/cache/integration/ContainerG4UPa4Y/getTemplating_NameParserService.php"
        }
      }
    }
  }
]
n/a The Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
[
  "exception" => SilencedErrorContext^ {#638
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /app/vendor/symfony/framework-bundle/Templating/Loader/TemplateLocator.php:14 {
        › 
        › @trigger_error('The '.TemplateLocator::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', E_USER_DEPRECATED);}
      /app/vendor/symfony/debug/DebugClassLoader.php:159 {    return;} elseif (false === include $file) {    return;
        arguments: {
          "/app/vendor/symfony/framework-bundle/Templating/TemplateNameParser.php"
        }
      }
    }
  }
]
n/a Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.
[
  "exception" => SilencedErrorContext^ {#636
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /app/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);
      }
      /app/var/cache/integration/ContainerG4UPa4Y/srcApp_KernelIntegrationDebugContainer.php:604 {$a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');$a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());$a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
      }
    }
  }
]
{
  /app/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);
  }
  /app/var/cache/integration/ContainerG4UPa4Y/srcApp_KernelIntegrationDebugContainer.php:604 {$a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');$a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());$a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  }
}
n/a The Symfony\Bundle\FrameworkBundle\Templating\TemplateReference class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
[
  "exception" => SilencedErrorContext^ {#655
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /app/vendor/symfony/framework-bundle/Templating/TemplateReference.php:14 {
        › 
        › @trigger_error('The '.TemplateReference::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', E_USER_DEPRECATED);}
      /app/vendor/symfony/debug/DebugClassLoader.php:159 {    return;} elseif (false === include $file) {    return;
        arguments: {
          "/app/vendor/symfony/framework-bundle/Templating/TemplateNameParser.php"
        }
      }
    }
  }
]
n/a The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.
[
  "exception" => SilencedErrorContext^ {#641
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /app/var/cache/integration/ContainerG4UPa4Y/getTemplating_NameParserService.php:9 {
        › 
        › @trigger_error('The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.', E_USER_DEPRECATED);}
      /app/var/cache/integration/ContainerG4UPa4Y/srcApp_KernelIntegrationDebugContainer.php:485 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
        arguments: {
          "/app/var/cache/integration/ContainerG4UPa4Y/getTemplating_NameParserService.php"
        }
      }
    }
  }
]
n/a The Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
[
  "exception" => SilencedErrorContext^ {#660
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /app/vendor/symfony/framework-bundle/Templating/TemplateNameParser.php:14 {
        › 
        › @trigger_error('The '.TemplateNameParser::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', E_USER_DEPRECATED);}
      /app/vendor/symfony/debug/DebugClassLoader.php:159 {    return;} elseif (false === include $file) {    return;
        arguments: {
          "/app/vendor/symfony/framework-bundle/Templating/TemplateNameParser.php"
        }
      }
    }
  }
]

Debug 28

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
"Http\HttplugBundle\Discovery\ConfiguredClientsStrategy::onEvent"
.
[
  "event" => "kernel.request"
  "listener" => "Http\HttplugBundle\Discovery\ConfiguredClientsStrategy::onEvent"
]
event Notified event
"kernel.request"
to listener
"Http\HttplugBundle\Collector\PluginClientFactoryListener::onEvent"
.
[
  "event" => "kernel.request"
  "listener" => "Http\HttplugBundle\Collector\PluginClientFactoryListener::onEvent"
]
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\LocaleListener::setDefaultLocale"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
event Notified event
"kernel.request"
to listener
"FOS\RestBundle\EventListener\FormatListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "FOS\RestBundle\EventListener\FormatListener::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\ExceptionListener::onKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Sentry\SentryBundle\EventListener\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
"App\EventListener\ExceptionSubscriber::onKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "App\EventListener\ExceptionSubscriber::onKernelException"
]
event Listener
"App\EventListener\ExceptionSubscriber::onKernelException"
stopped propagation of the event
"kernel.exception"
.
[
  "event" => "kernel.exception"
  "listener" => "App\EventListener\ExceptionSubscriber::onKernelException"
]
event Listener
"FOS\RestBundle\EventListener\ExceptionListener::onKernelException"
was not called for event
"kernel.exception"
.
[
  "event" => "kernel.exception"
  "listener" => "FOS\RestBundle\EventListener\ExceptionListener::onKernelException"
]
event Listener
"Symfony\Component\HttpKernel\EventListener\ExceptionListener::onKernelException"
was not called for 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
"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\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
"Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::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\DisallowRobotsIndexingListener::onResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
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
"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\RouterListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]

PHP Notices 0

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

There are no log messages of this level.

Container 811

Log messages generated during the compilation of the service container.

Class Messages
Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ApiKeyGenerateCommand" (parent: .abstract.instanceof.App\Command\ApiKeyGenerateCommand).
  • Resolving inheritance for "App\Command\ApiKeyGenerateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ApiKeyGenerateCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CallbackCreateCommand" (parent: .abstract.instanceof.App\Command\CallbackCreateCommand).
  • Resolving inheritance for "App\Command\CallbackCreateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CallbackCreateCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ClientCreateCommand" (parent: .abstract.instanceof.App\Command\ClientCreateCommand).
  • Resolving inheritance for "App\Command\ClientCreateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ClientCreateCommand).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\AircraftFlightsController" (parent: .abstract.instanceof.App\Controller\AircraftFlightsController).
  • Resolving inheritance for "App\Controller\AircraftFlightsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\AircraftFlightsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\CurrentFlightController" (parent: .abstract.instanceof.App\Controller\CurrentFlightController).
  • Resolving inheritance for "App\Controller\CurrentFlightController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\CurrentFlightController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\FlightsController" (parent: .abstract.instanceof.App\Controller\FlightsController).
  • Resolving inheritance for "App\Controller\FlightsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\FlightsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HealthController" (parent: .abstract.instanceof.App\Controller\HealthController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HealthController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HealthController).
  • Resolving inheritance for "App\Controller\HealthController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HealthController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\ImportFlightController" (parent: .abstract.instanceof.App\Controller\ImportFlightController).
  • Resolving inheritance for "App\Controller\ImportFlightController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\ImportFlightController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\NewFlightController" (parent: .abstract.instanceof.App\Controller\NewFlightController).
  • Resolving inheritance for "App\Controller\NewFlightController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\NewFlightController).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\ExceptionSubscriber" (parent: .abstract.instanceof.App\EventListener\ExceptionSubscriber).
  • Resolving inheritance for "App\EventListener\ExceptionSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\ExceptionSubscriber).
  • Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.App\JsonApi\Container" (parent: .abstract.instanceof.App\JsonApi\Container).
  • Resolving inheritance for "App\JsonApi\Container" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.App\JsonApi\Container).
  • Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.App\JsonApi\Encoder" (parent: .abstract.instanceof.App\JsonApi\Encoder).
  • Resolving inheritance for "App\JsonApi\Encoder" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.App\JsonApi\Encoder).
  • Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.App\JsonApi\Factory" (parent: .abstract.instanceof.App\JsonApi\Factory).
  • Resolving inheritance for "App\JsonApi\Factory" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.App\JsonApi\Factory).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Messenger\RequestHandler" (parent: .abstract.instanceof.App\Messenger\RequestHandler).
  • Resolving inheritance for "App\Messenger\RequestHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Messenger\RequestHandler).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AircraftRepository" (parent: .abstract.instanceof.App\Repository\AircraftRepository).
  • Resolving inheritance for "App\Repository\AircraftRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AircraftRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AirlineRepository" (parent: .abstract.instanceof.App\Repository\AirlineRepository).
  • Resolving inheritance for "App\Repository\AirlineRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AirlineRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AirportRepository" (parent: .abstract.instanceof.App\Repository\AirportRepository).
  • Resolving inheritance for "App\Repository\AirportRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AirportRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ApiKeyRepository" (parent: .abstract.instanceof.App\Repository\ApiKeyRepository).
  • Resolving inheritance for "App\Repository\ApiKeyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ApiKeyRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CallbackRepository" (parent: .abstract.instanceof.App\Repository\CallbackRepository).
  • Resolving inheritance for "App\Repository\CallbackRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CallbackRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientRepository" (parent: .abstract.instanceof.App\Repository\ClientRepository).
  • Resolving inheritance for "App\Repository\ClientRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FlightRepository" (parent: .abstract.instanceof.App\Repository\FlightRepository).
  • Resolving inheritance for "App\Repository\FlightRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FlightRepository).
  • Resolving inheritance for ".instanceof.App\Schema\SchemaInterface.0.App\Schema\AircraftSchema" (parent: .abstract.instanceof.App\Schema\AircraftSchema).
  • Resolving inheritance for "App\Schema\AircraftSchema" (parent: .instanceof.App\Schema\SchemaInterface.0.App\Schema\AircraftSchema).
  • Resolving inheritance for ".instanceof.App\Schema\SchemaInterface.0.App\Schema\AirlineSchema" (parent: .abstract.instanceof.App\Schema\AirlineSchema).
  • Resolving inheritance for "App\Schema\AirlineSchema" (parent: .instanceof.App\Schema\SchemaInterface.0.App\Schema\AirlineSchema).
  • Resolving inheritance for ".instanceof.App\Schema\SchemaInterface.0.App\Schema\AirportSchema" (parent: .abstract.instanceof.App\Schema\AirportSchema).
  • Resolving inheritance for "App\Schema\AirportSchema" (parent: .instanceof.App\Schema\SchemaInterface.0.App\Schema\AirportSchema).
  • Resolving inheritance for ".instanceof.App\Schema\SchemaInterface.0.App\Schema\FlightSchema" (parent: .abstract.instanceof.App\Schema\FlightSchema).
  • Resolving inheritance for "App\Schema\FlightSchema" (parent: .instanceof.App\Schema\SchemaInterface.0.App\Schema\FlightSchema).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\ConstraintViolationNormalizer" (parent: .abstract.instanceof.App\Serializer\ConstraintViolationNormalizer).
  • Resolving inheritance for "App\Serializer\ConstraintViolationNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\ConstraintViolationNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Serializer\EntityNormalizer" (parent: .abstract.instanceof.App\Serializer\EntityNormalizer).
  • Resolving inheritance for "App\Serializer\EntityNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Serializer\EntityNormalizer).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Encoder\EncoderInterface.0.App\Serializer\XmlEncoderDecorator" (parent: .abstract.instanceof.App\Serializer\XmlEncoderDecorator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Encoder\DecoderInterface.0.App\Serializer\XmlEncoderDecorator" (parent: .instanceof.Symfony\Component\Serializer\Encoder\EncoderInterface.0.App\Serializer\XmlEncoderDecorator).
  • Resolving inheritance for "App\Serializer\XmlEncoderDecorator" (parent: .instanceof.Symfony\Component\Serializer\Encoder\DecoderInterface.0.App\Serializer\XmlEncoderDecorator).
  • 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 "fos_rest.exception.twig_controller" (parent: fos_rest.exception.controller).
  • Resolving inheritance for "cache.app" (parent: cache.adapter.apcu).
  • 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.property_info" (parent: cache.system).
  • Resolving inheritance for "cache.messenger.restart_workers_signal" (parent: cache.app).
  • Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
  • Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
  • Resolving inheritance for "messenger.retry.multiplier_retry_strategy.amqp" (parent: messenger.retry.abstract_multiplier_retry_strategy).
  • Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
  • Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
  • 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.health" (parent: security.firewall.config).
  • Resolving inheritance for "security.firewall.map.context.health" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
  • Resolving inheritance for "security.authentication.provider.simple_preauth.main" (parent: security.authentication.provider.simple).
  • Resolving inheritance for "security.authentication.listener.simple_preauth.main" (parent: security.authentication.listener.simple_preauth).
  • Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.context).
  • Resolving inheritance for "fos_rest.request_matcher.6d27357678da78ac461e8b851ac5bf83a1f9471f9d410dff7d760712cb7770b80848bf9c" (parent: fos_rest.format_request_matcher).
  • Resolving inheritance for "fos_rest.request_matcher.69e9d3fd562e0ecffc5bce0c68d3b7a673d187934b742bc76452558275bbd7611198d478" (parent: fos_rest.format_request_matcher).
  • Resolving inheritance for "messenger.bus.default.middleware.traceable" (parent: messenger.middleware.traceable).
  • Resolving inheritance for "messenger.bus.default.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
  • Resolving inheritance for "messenger.bus.default.middleware.handle_message" (parent: messenger.middleware.handle_message).
  • Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.messenger" (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).
  • Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
110
Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass
  • Removed service "Psr\Container\ContainerInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
  • Removed service "Psr\Http\Message\RequestFactoryInterface"; reason: private alias.
  • Removed service "Psr\Http\Message\ResponseFactoryInterface"; reason: private alias.
  • Removed service "Psr\Http\Message\ServerRequestFactoryInterface"; reason: private alias.
  • Removed service "Psr\Http\Message\StreamFactoryInterface"; reason: private alias.
  • Removed service "Psr\Http\Message\UploadedFileFactoryInterface"; reason: private alias.
  • Removed service "Psr\Http\Message\UriFactoryInterface"; reason: private alias.
  • Removed service "Neomerx\JsonApi\Contracts\Encoder\EncoderInterface"; 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 "doctrine.dbal.event_manager"; 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 "FOS\RestBundle\View\ViewHandlerInterface"; reason: private alias.
  • Removed service "FOS\RestBundle\Request\ParamFetcherInterface"; reason: private alias.
  • Removed service "fos_rest.router"; reason: private alias.
  • Removed service "fos_rest.templating"; reason: private alias.
  • Removed service "fos_rest.inflector"; reason: private alias.
  • Removed service "fos_rest.validator"; reason: private alias.
  • Removed service "Http\Message\MessageFactory"; reason: private alias.
  • Removed service "Http\Message\RequestFactory"; reason: private alias.
  • Removed service "Http\Message\ResponseFactory"; reason: private alias.
  • Removed service "Http\Message\StreamFactory"; reason: private alias.
  • Removed service "Http\Message\UriFactory"; reason: private alias.
  • Removed service "Http\Client\HttpAsyncClient"; reason: private alias.
  • Removed service "Http\Client\HttpClient"; reason: private alias.
  • Removed service "httplug.client.default"; reason: private alias.
  • Removed service "Http\Client\Common\HttpMethodsClientInterface"; reason: private alias.
  • Removed service "sensio_framework_extra.converter.doctrine.orm.expression_language"; reason: private alias.
  • Removed service "sensio_framework_extra.security.expression_language"; reason: private alias.
  • Removed service "Sentry\SentryBundle\SentrySymfonyClient"; 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\Contracts\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\HttpFoundation\UrlHelper"; 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 "Symfony\Component\DependencyInjection\ReverseContainer"; 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\Messenger\Transport\Serialization\SerializerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Messenger\MessageBusInterface"; reason: private alias.
  • Removed service "messenger.default_serializer"; 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 "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
  • Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
  • Removed service "logger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
  • Removed service "security.encoder_factory"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
  • Removed service "Symfony\Component\Security\Guard\GuardAuthenticatorHandler"; reason: private alias.
  • Removed service "security.firewall"; reason: private alias.
  • Removed service "security.user.provider.concrete.api_key_user_provider"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
  • Removed service "security.authentication.session_strategy.main"; reason: private alias.
  • Removed service "security.user_checker.main"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
  • Removed service "Twig_Environment"; reason: private alias.
  • Removed service "Twig\Environment"; reason: private alias.
  • Removed service "fos_rest.serializer"; 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 "Psr\Log\LoggerInterface $doctrineLogger"; 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 $messengerLogger"; 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 "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
  • Removed service "twig.loader"; reason: private alias.
  • Removed service ".service_locator.OM_ZQuG"; reason: private alias.
  • Removed service ".service_locator.9vcUuOI"; reason: private alias.
  • Removed service ".service_locator.VdFTLMb"; reason: private alias.
  • Removed service "serializer.encoder.xml"; reason: private alias.
  • Removed service "httplug.auto_discovery.auto_discovered_client"; reason: private alias.
  • Removed service "httplug.factory.auto"; reason: private alias.
  • Removed service "httplug.factory.buzz"; reason: private alias.
  • Removed service "httplug.factory.curl"; reason: private alias.
  • Removed service "httplug.factory.guzzle5"; reason: private alias.
  • Removed service "httplug.factory.guzzle6"; reason: private alias.
  • Removed service "httplug.factory.react"; reason: private alias.
  • Removed service "httplug.factory.socket"; reason: private alias.
  • Removed service "httplug.client.app"; 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.
  • 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 "security.user_value_resolver"; 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.
  • Removed service "argument_resolver.not_tagged_controller"; reason: private alias.
  • Removed service "messenger.bus.default"; reason: private alias.
164
Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass
  • Changed reference of service "App\Controller\ImportFlightController" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "App\EventListener\FlightChangeSubscriber" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service "App\Messenger\RequestHandler" previously pointing to "httplug.client.app.http_methods" to "httplug.client".
  • Changed reference of service "App\Messenger\RequestHandler" previously pointing to "httplug.message_factory.default" to "httplug.message_factory".
  • Changed reference of service "fos_rest.request.param_fetcher" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "fos_rest.exception_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "fos_rest.exception.controller" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "fos_rest.exception.twig_controller" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "fos_rest.exception.twig_controller" previously pointing to "templating.engine.twig" to "templating".
  • Changed reference of service "fos_rest.converter.request_body" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "fos_rest.view_response_listener" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "httplug.factory.symfony" previously pointing to "httplug.psr17_response_factory.default" to "httplug.psr17_response_factory".
  • Changed reference of service "httplug.factory.symfony" previously pointing to "httplug.psr17_stream_factory.default" to "httplug.psr17_stream_factory".
  • Changed reference of service "sentry.exception_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • 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 "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • 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.messenger_consume_messages" 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 "messenger.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "messenger.middleware.validation" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "messenger.routable_message_bus" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service "validator.builder" 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 "data_collector.messenger" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • 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 "security.authentication.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
  • Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
  • Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
  • Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.simple_form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.simple_preauth" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.x509" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.json" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.remote_user" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.rememberme" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.guard_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.simple_preauth.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • 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 ".service_locator.l2alLEu" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service ".service_locator.CZEXAXI" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service "debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.security.access.simple_role_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.E18xQID" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service ".service_locator.E18xQID" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service ".service_locator.E18xQID" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.E18xQID" 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 "httplug.collector.factory.buzz.inner" previously pointing to "httplug.message_factory.default" to "httplug.message_factory".
  • Changed reference of service "httplug.collector.factory.curl.inner" previously pointing to "httplug.psr17_response_factory.default" to "httplug.psr17_response_factory".
  • Changed reference of service "httplug.collector.factory.curl.inner" previously pointing to "httplug.psr17_stream_factory.default" to "httplug.psr17_stream_factory".
  • Changed reference of service "httplug.collector.factory.guzzle5.inner" previously pointing to "httplug.message_factory.default" to "httplug.message_factory".
  • Changed reference of service "httplug.collector.factory.react.inner" previously pointing to "httplug.message_factory.default" to "httplug.message_factory".
  • Changed reference of service "httplug.collector.factory.socket.inner" previously pointing to "httplug.message_factory.default" to "httplug.message_factory".
  • Changed reference of service "fos_rest.view_handler" previously pointing to "router.default" to "router".
  • Changed reference of service "fos_rest.view_handler" previously pointing to "templating.engine.twig" to "templating".
  • Changed reference of service "httplug.client" previously pointing to "httplug.message_factory.default" to "httplug.message_factory".
79
Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass
  • 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 "messenger.middleware.doctrine_transaction"; reason: abstract.
  • Removed service "messenger.middleware.doctrine_ping_connection"; reason: abstract.
  • Removed service "messenger.middleware.doctrine_close_connection"; 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 "fos_rest.format_request_matcher"; reason: abstract.
  • Removed service "httplug.plugin.cache"; reason: abstract.
  • Removed service "httplug.plugin.add_host"; reason: abstract.
  • Removed service "httplug.plugin.add_path"; reason: abstract.
  • Removed service "httplug.plugin.base_uri"; reason: abstract.
  • Removed service "httplug.plugin.content_type"; reason: abstract.
  • Removed service "httplug.plugin.header_append"; reason: abstract.
  • Removed service "httplug.plugin.header_defaults"; reason: abstract.
  • Removed service "httplug.plugin.header_set"; reason: abstract.
  • Removed service "httplug.plugin.header_remove"; reason: abstract.
  • Removed service "httplug.plugin.query_defaults"; reason: abstract.
  • Removed service "httplug.plugin.stack"; reason: abstract.
  • 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 "messenger.middleware.handle_message"; reason: abstract.
  • Removed service "messenger.middleware.add_bus_name_stamp_middleware"; reason: abstract.
  • Removed service "messenger.middleware.traceable"; reason: abstract.
  • Removed service "messenger.retry.abstract_multiplier_retry_strategy"; 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 "security.firewall.context"; reason: abstract.
  • Removed service "security.firewall.config"; reason: abstract.
  • Removed service "security.user.provider.missing"; 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.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 ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ApiKeyGenerateCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\ApiKeyGenerateCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CallbackCreateCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\CallbackCreateCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ClientCreateCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\ClientCreateCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\AircraftFlightsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AircraftFlightsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\CurrentFlightController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\CurrentFlightController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\FlightsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\FlightsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HealthController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HealthController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\HealthController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\ImportFlightController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ImportFlightController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\NewFlightController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\NewFlightController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\ExceptionSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EventListener\ExceptionSubscriber"; reason: abstract.
  • Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.App\JsonApi\Container"; reason: abstract.
  • Removed service ".abstract.instanceof.App\JsonApi\Container"; reason: abstract.
  • Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.App\JsonApi\Encoder"; reason: abstract.
  • Removed service ".abstract.instanceof.App\JsonApi\Encoder"; reason: abstract.
  • Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.App\JsonApi\Factory"; reason: abstract.
  • Removed service ".abstract.instanceof.App\JsonApi\Factory"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Messenger\RequestHandler"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Messenger\RequestHandler"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AircraftRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AircraftRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AirlineRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AirlineRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AirportRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AirportRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ApiKeyRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ApiKeyRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CallbackRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CallbackRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ClientRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FlightRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\FlightRepository"; reason: abstract.
  • Removed service ".instanceof.App\Schema\SchemaInterface.0.App\Schema\AircraftSchema"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Schema\AircraftSchema"; reason: abstract.
  • Removed service ".instanceof.App\Schema\SchemaInterface.0.App\Schema\AirlineSchema"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Schema\AirlineSchema"; reason: abstract.
  • Removed service ".instanceof.App\Schema\SchemaInterface.0.App\Schema\AirportSchema"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Schema\AirportSchema"; reason: abstract.
  • Removed service ".instanceof.App\Schema\SchemaInterface.0.App\Schema\FlightSchema"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Schema\FlightSchema"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\ConstraintViolationNormalizer"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Serializer\ConstraintViolationNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Serializer\EntityNormalizer"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Serializer\EntityNormalizer"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Encoder\EncoderInterface.0.App\Serializer\XmlEncoderDecorator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Encoder\DecoderInterface.0.App\Serializer\XmlEncoderDecorator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Serializer\XmlEncoderDecorator"; reason: abstract.
137
Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass
  • Removed service "nyholm.psr7.psr17_factory"; reason: unused.
  • Removed service "App\JsonApi\Container"; reason: unused.
  • Removed service "App\JsonApi\Factory"; reason: unused.
  • Removed service "App\JsonApi\QueryParser"; reason: unused.
  • Removed service "App\Messenger\RequestMessage"; reason: unused.
  • Removed service "App\Schema\AircraftSchema"; reason: unused.
  • Removed service "App\Schema\AirlineSchema"; reason: unused.
  • Removed service "App\Schema\AirportSchema"; reason: unused.
  • Removed service "App\Schema\FlightSchema"; reason: unused.
  • Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
  • Removed service ".1_ServiceLocator~4vPWzCc"; reason: unused.
  • Removed service "form.type_guesser.doctrine"; reason: unused.
  • Removed service "form.type.entity"; reason: unused.
  • Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
  • Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
  • Removed service "doctrine.orm.naming_strategy.underscore_number_aware"; reason: unused.
  • Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
  • Removed service "fos_rest.view_handler.jsonp"; reason: unused.
  • Removed service "fos_rest.request.param_fetcher"; reason: unused.
  • Removed service "fos_rest.serializer.jms"; reason: unused.
  • Removed service "fos_rest.normalizer.camel_keys"; reason: unused.
  • Removed service "fos_rest.normalizer.camel_keys_with_leading_underscore"; reason: unused.
  • Removed service "fos_rest.decoder.jsontoform"; reason: unused.
  • Removed service "httplug.async_client.default"; reason: unused.
  • Removed service "httplug.factory.symfony"; reason: unused.
  • Removed service "httplug.plugin.cookie"; reason: unused.
  • Removed service "httplug.plugin.decoder"; reason: unused.
  • Removed service "httplug.plugin.error"; reason: unused.
  • Removed service "httplug.plugin.history"; reason: unused.
  • Removed service "httplug.plugin.logger"; reason: unused.
  • Removed service "httplug.plugin.retry"; reason: unused.
  • Removed service "httplug.plugin.stopwatch"; reason: unused.
  • Removed service "httplug.collector.factory.buzz"; reason: unused.
  • Removed service "httplug.collector.factory.curl"; reason: unused.
  • Removed service "httplug.collector.factory.guzzle5"; reason: unused.
  • Removed service "httplug.collector.factory.guzzle6"; reason: unused.
  • Removed service "httplug.collector.factory.react"; reason: unused.
  • Removed service "httplug.collector.factory.socket"; reason: unused.
  • Removed service "uri_signer"; reason: unused.
  • Removed service "reverse_container"; reason: unused.
  • Removed service "cache.app.simple"; reason: unused.
  • Removed service "cache.app.taggable"; reason: unused.
  • Removed service "cache.default_marshaller"; reason: unused.
  • Removed service "translator.selector"; 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 "messenger.transport.symfony_serializer"; reason: unused.
  • Removed service "messenger.middleware.validation"; reason: unused.
  • Removed service ".1_PhpArrayAdapter~R4KcsFk"; 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 "psr18.http_client"; 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 "security.helper"; reason: unused.
  • Removed service "security.authentication.session_strategy"; reason: unused.
  • Removed service "security.authentication.listener.anonymous"; reason: unused.
  • Removed service "security.authentication.provider.anonymous"; reason: unused.
  • Removed service "security.authentication.basic_entry_point"; reason: unused.
  • Removed service "security.context_listener"; reason: unused.
  • Removed service "security.logout.handler.session"; reason: unused.
  • Removed service "security.rememberme.token.provider.in_memory"; reason: unused.
  • Removed service "templating.helper.logout_url"; reason: unused.
  • Removed service "templating.helper.security"; reason: unused.
  • Removed service "security.authentication.guard_handler"; 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 "monolog.logger.templating"; reason: unused.
  • Removed service "monolog.logger.translation"; reason: unused.
  • Removed service ".service_locator.UwRI0uT"; reason: unused.
  • Removed service ".service_locator.jD4_ZG7"; reason: unused.
  • Removed service "httplug.collector.factory.buzz.inner"; reason: unused.
  • Removed service "httplug.collector.factory.curl.inner"; reason: unused.
  • Removed service "httplug.collector.factory.guzzle5.inner"; reason: unused.
  • Removed service "httplug.collector.factory.guzzle6.inner"; reason: unused.
  • Removed service "httplug.collector.factory.react.inner"; reason: unused.
  • Removed service "httplug.collector.factory.socket.inner"; reason: unused.
92
Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass
  • Inlined service "SensioLabs\Security\SecurityChecker" to "SensioLabs\Security\Command\SecurityCheckerCommand".
  • Inlined service ".service_locator.E18xQID.App\Controller\HealthController" to "App\Controller\HealthController".
  • Inlined service "App\Serializer\XmlEncoderDecorator.inner" to "App\Serializer\XmlEncoderDecorator".
  • Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logger".
  • Inlined service "doctrine.dbal.logger.chain.default" to "doctrine.dbal.default_connection.configuration".
  • Inlined service "doctrine.dbal.logger" to "doctrine.dbal.logger.chain.default".
  • Inlined service ".service_locator.Otd28_S" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "App\EventListener\FlightChangeSubscriber" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
  • Inlined service "doctrine.dbal.default_connection.event_manager" to "doctrine.dbal.default_connection".
  • Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
  • Inlined service ".service_locator.kfGDyo4" to "doctrine.orm.container_repository_factory".
  • Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.default.query" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.default.result" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.naming_strategy.underscore" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "cache.doctrine.orm.default.metadata.recorder_inner" to "cache.doctrine.orm.default.metadata".
  • Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
  • Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
  • Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
  • Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
  • Inlined service "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 "fos_rest.request.param_fetcher.reader" to "fos_rest.routing.loader.reader.action".
  • Inlined service "fos_rest.inflector.doctrine" to "fos_rest.routing.loader.reader.action".
  • Inlined service "fos_rest.exception.messages_map" to "fos_rest.serializer.exception_normalizer.symfony".
  • Inlined service ".service_locator.kuaDcLh" to "fos_rest.decoder_provider".
  • Inlined service "fos_rest.decoder_provider" to "fos_rest.body_listener".
  • Inlined service "fos_rest.format_negotiator" to "fos_rest.format_listener".
  • Inlined service "fos_rest.request_matcher.6d27357678da78ac461e8b851ac5bf83a1f9471f9d410dff7d760712cb7770b80848bf9c" to "fos_rest.format_negotiator".
  • Inlined service "fos_rest.request_matcher.69e9d3fd562e0ecffc5bce0c68d3b7a673d187934b742bc76452558275bbd7611198d478" to "fos_rest.format_negotiator".
  • Inlined service "httplug.collector.auto_discovered_client" to "httplug.strategy".
  • Inlined service "httplug.formatter.full_http_message" to "httplug.collector.formatter".
  • Inlined service ".1_CurlCommandFormatter~Hu.i4_E" to "httplug.collector.formatter".
  • Inlined service "httplug.collector.auto_discovered_client.inner" to "httplug.collector.auto_discovered_client".
  • Inlined service "httplug.collector.factory.auto.inner" to "httplug.collector.factory.auto".
  • Inlined service "httplug.collector.factory.auto" to "httplug.client.app.client".
  • Inlined service "sensio_framework_extra.converter.manager" to "sensio_framework_extra.converter.listener".
  • Inlined service "fos_rest.converter.request_body" to "sensio_framework_extra.converter.manager".
  • 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.converter.doctrine.orm.expression_language.default" to "sensio_framework_extra.converter.doctrine.orm".
  • Inlined service "sensio_framework_extra.view.guesser" to "sensio_framework_extra.view.listener".
  • Inlined service "sensio_framework_extra.security.expression_language.default" to "sensio_framework_extra.security.listener".
  • 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 "messenger.retry_strategy_locator" to "console.command.messenger_consume_messages".
  • 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 "cache.property_info.recorder_inner" to "cache.property_info".
  • Inlined service "cache.messenger.restart_workers_signal.recorder_inner" to "cache.messenger.restart_workers_signal".
  • Inlined service "templating.filename_parser" to "templating.finder".
  • Inlined service ".service_locator.jf5aIma" to "messenger.senders_locator".
  • Inlined service "messenger.senders_locator" to "messenger.middleware.send_message".
  • Inlined service ".service_locator.CZEXAXI" to "messenger.routable_message_bus".
  • Inlined service "messenger.transport.native_php_serializer" to "messenger.transport.amqp".
  • Inlined service "messenger.transport_factory" to "messenger.transport.amqp".
  • Inlined service "validator.validator_factory" to "validator.builder".
  • Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
  • Inlined service ".service_locator.LtnrEkg" to "validator.validator_factory".
  • Inlined service "http_client" to "validator.not_compromised_password".
  • 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.security" to "profiler".
  • Inlined service "data_collector.twig" to "profiler".
  • Inlined service "data_collector.doctrine" to "profiler".
  • Inlined service "data_collector.messenger" 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 "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.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 ".1_ArrayCache~7WPT3rJ" to "annotations.cached_reader".
  • Inlined service ".2_PhpArrayAdapter~7WPT3rJ" to "annotations.cache".
  • Inlined service "cache.property_access" to "property_accessor".
  • Inlined service "App\Serializer\ConstraintViolationNormalizer" to "serializer".
  • Inlined service "App\Serializer\EntityNormalizer" to "serializer".
  • Inlined service "fos_rest.serializer.form_error_normalizer" to "serializer".
  • Inlined service "fos_rest.serializer.exception_normalizer.symfony" to "serializer".
  • 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.datetimezone" 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 "App\Serializer\XmlEncoderDecorator" 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 "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 "monolog.logger.http_client" to "http_client".
  • Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
  • Inlined service "security.expression_language" to "security.access.expression_voter".
  • Inlined service ".service_locator.RmW1KMb" to "security.firewall.map".
  • Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
  • Inlined service "security.authentication.retry_entry_point" to "security.channel_listener".
  • Inlined service ".security.request_matcher.PhQgZ9B" 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.health" to "security.firewall.map.context.health".
  • Inlined service "App\Security\ApiKeyUserProvider" to "security.authentication.provider.simple_preauth.main".
  • Inlined service "security.user_checker" to "security.authentication.provider.simple_preauth.main".
  • Inlined service "security.authentication.session_strategy_noop" to "security.authentication.listener.simple_preauth.main".
  • Inlined service "security.http_utils" to "security.exception_listener.main".
  • Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
  • Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
  • Inlined service "twig.loader.filesystem" to "twig".
  • 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.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 "doctrine.twig.doctrine_extension" to "twig".
  • Inlined service "httplug.collector.twig.http_message" to "twig".
  • Inlined service "twig.extension.debug" 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.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 "url_helper" to "twig.extension.httpfoundation".
  • Inlined service ".service_locator.k9sO3Wl" to "twig.runtime_loader".
  • Inlined service ".1_NonceGenerator~npMVj0." to "web_profiler.csp.handler".
  • Inlined service ".2_HtmlDumper~npMVj0." to "twig.extension.webprofiler".
  • 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.security.user_value_resolver.inner" to "debug.security.user_value_resolver".
  • 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 "debug.argument_resolver.not_tagged_controller.inner" to "debug.argument_resolver.not_tagged_controller".
  • Inlined service "messenger.bus.default.messenger.handlers_locator" to "messenger.bus.default.middleware.handle_message".
  • Inlined service "App\Messenger\RequestHandler" to ".messenger.handler_descriptor.rb.oEiN".
  • Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
  • Inlined service "security.access.authenticated_voter" to "debug.security.voter.security.access.authenticated_voter".
  • Inlined service "security.access.simple_role_voter" to "debug.security.voter.security.access.simple_role_voter".
  • Inlined service "security.access.expression_voter" to "debug.security.voter.security.access.expression_voter".
  • Inlined service ".service_locator.E18xQID" to ".service_locator.E18xQID.App\Controller\HealthController".
  • Inlined service ".service_locator._pu.0Tb" to ".service_locator._pu.0Tb.translation.warmer".
  • Inlined service ".service_locator.AMkDdB7" to ".service_locator.AMkDdB7.router.default".
  • Inlined service ".service_locator.m8PwGkX" to ".service_locator.m8PwGkX.router.cache_warmer".
  • Inlined service "httplug.client.app.client" to "httplug.client.app.http_methods.inner".
  • Inlined service "httplug.plugin.content_length" to "httplug.client.app.http_methods.inner".
  • Inlined service "httplug.plugin.redirect" to "httplug.client.app.http_methods.inner".
  • Inlined service ".service_locator.HDMKLUO" to "console.command_loader".
  • Inlined service "httplug.client.app.http_methods.inner" to "httplug.client".
  • Inlined service "debug.traced.messenger.bus.default.inner" to "message_bus".
  • Inlined service ".service_locator.AMkDdB7.router.default" to "router".
  • Inlined service "monolog.logger.router" to "router".
  • 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 "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.name_converter.metadata_aware" to "serializer".
  • Inlined service "serializer.name_converter.metadata_aware" to "serializer".
227
Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\UnusedTagsPass
  • Tag "httplug.client" was defined on service(s) "httplug.client", but was never used.
  • Tag "container.preload" was defined on service(s) "doctrine.orm.default_entity_manager", but was never used.
2