http://irc-documents.org/media/system/js/core.js

Log Messages

Info. & Errors 0

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

There are no log messages of this level.

Deprecations 23

Log messages generated by using features marked as deprecated.

Time Channel Message
php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::open($savePath, $sessionName) should either be compatible with SessionHandlerInterface::open(string $path, string $name): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#472
    #message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::open($savePath, $sessionName) should either be compatible with SessionHandlerInterface::open(string $path, string $name): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php"
    #line: 34
    #severity: E_DEPRECATED
    trace: {
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:34 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function open($savePath, $sessionName){
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:23 {
        class_exists(string $class, bool $autoload = true): bool …
        ›  */abstract class AbstractSessionHandler implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
        include_once …
        › class_exists(MetadataBag::class);class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:7121 {
        ContainerYvxpxpq\App_KernelDevDebugContainer->getSession_Storage_NativeService() …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Container.php:441 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
        › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:61 {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
        › } elseif (method_exists($request, 'setSessionFactory')) {    $request->setSessionFactory(function () { return $this->getSession(); });} elseif ($session = $this->getSession()) {
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:726 {
        Symfony\Component\HttpFoundation\Request->getSession() …
        › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:745 {
        Symfony\Component\HttpFoundation\Request->hasPreviousSession() …
        ›     // the check for $this->session avoids malicious users trying to fake a session cookie with proper name    return $this->hasSession() && $this->cookies->has($this->getSession()->getName());}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/src/EventSubscriber/LocaleSubscriber.php:21 {
        App\EventSubscriber\LocaleSubscriber->onKernelRequest(RequestEvent $event) …
        › $request = $event->getRequest();if (!$request->hasPreviousSession()) {    return;
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          ...: {
            "kernel.request"
            Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
          }
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
          $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …10]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:133 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#30 …}
          $type: 1
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          ...: {
            "kernel.request"
            Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
          }
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
          $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …10]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/Kernel.php:191 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#30 …}
          $type: 1
          $catch: true
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#30 …}
        }
      }
    }
  }
]
{
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:34 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function open($savePath, $sessionName){
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:23 {
    class_exists(string $class, bool $autoload = true): bool …
    ›  */abstract class AbstractSessionHandler implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
    include_once …
    › class_exists(MetadataBag::class);class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:7121 {
    ContainerYvxpxpq\App_KernelDevDebugContainer->getSession_Storage_NativeService() …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Container.php:441 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
    › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:61 {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
    › } elseif (method_exists($request, 'setSessionFactory')) {    $request->setSessionFactory(function () { return $this->getSession(); });} elseif ($session = $this->getSession()) {
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:726 {
    Symfony\Component\HttpFoundation\Request->getSession() …
    › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:745 {
    Symfony\Component\HttpFoundation\Request->hasPreviousSession() …
    ›     // the check for $this->session avoids malicious users trying to fake a session cookie with proper name    return $this->hasSession() && $this->cookies->has($this->getSession()->getName());}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/src/EventSubscriber/LocaleSubscriber.php:21 {
    App\EventSubscriber\LocaleSubscriber->onKernelRequest(RequestEvent $event) …
    › $request = $event->getRequest();if (!$request->hasPreviousSession()) {    return;
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      ...: {
        "kernel.request"
        Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
      }
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
      $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …10]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:133 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#30 …}
      $type: 1
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      ...: {
        "kernel.request"
        Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
      }
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
      $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …10]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/Kernel.php:191 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#30 …}
      $type: 1
      $catch: true
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#30 …}
    }
  }
}
php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::read($sessionId) should either be compatible with SessionHandlerInterface::read(string $id): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#523
    #message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::read($sessionId) should either be compatible with SessionHandlerInterface::read(string $id): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php"
    #line: 82
    #severity: E_DEPRECATED
    trace: {
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:82 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function read($sessionId){
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:23 {
        class_exists(string $class, bool $autoload = true): bool …
        ›  */abstract class AbstractSessionHandler implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
        include_once …
        › class_exists(MetadataBag::class);class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:7121 {
        ContainerYvxpxpq\App_KernelDevDebugContainer->getSession_Storage_NativeService() …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Container.php:441 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
        › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:61 {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
        › } elseif (method_exists($request, 'setSessionFactory')) {    $request->setSessionFactory(function () { return $this->getSession(); });} elseif ($session = $this->getSession()) {
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:726 {
        Symfony\Component\HttpFoundation\Request->getSession() …
        › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:745 {
        Symfony\Component\HttpFoundation\Request->hasPreviousSession() …
        ›     // the check for $this->session avoids malicious users trying to fake a session cookie with proper name    return $this->hasSession() && $this->cookies->has($this->getSession()->getName());}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/src/EventSubscriber/LocaleSubscriber.php:21 {
        App\EventSubscriber\LocaleSubscriber->onKernelRequest(RequestEvent $event) …
        › $request = $event->getRequest();if (!$request->hasPreviousSession()) {    return;
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          ...: {
            "kernel.request"
            Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
          }
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
          $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …10]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:133 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#30 …}
          $type: 1
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          ...: {
            "kernel.request"
            Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
          }
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
          $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …10]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/Kernel.php:191 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#30 …}
          $type: 1
          $catch: true
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#30 …}
        }
      }
    }
  }
]
{
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:82 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function read($sessionId){
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:23 {
    class_exists(string $class, bool $autoload = true): bool …
    ›  */abstract class AbstractSessionHandler implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
    include_once …
    › class_exists(MetadataBag::class);class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:7121 {
    ContainerYvxpxpq\App_KernelDevDebugContainer->getSession_Storage_NativeService() …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Container.php:441 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
    › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:61 {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
    › } elseif (method_exists($request, 'setSessionFactory')) {    $request->setSessionFactory(function () { return $this->getSession(); });} elseif ($session = $this->getSession()) {
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:726 {
    Symfony\Component\HttpFoundation\Request->getSession() …
    › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:745 {
    Symfony\Component\HttpFoundation\Request->hasPreviousSession() …
    ›     // the check for $this->session avoids malicious users trying to fake a session cookie with proper name    return $this->hasSession() && $this->cookies->has($this->getSession()->getName());}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/src/EventSubscriber/LocaleSubscriber.php:21 {
    App\EventSubscriber\LocaleSubscriber->onKernelRequest(RequestEvent $event) …
    › $request = $event->getRequest();if (!$request->hasPreviousSession()) {    return;
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      ...: {
        "kernel.request"
        Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
      }
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
      $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …10]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:133 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#30 …}
      $type: 1
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      ...: {
        "kernel.request"
        Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
      }
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
      $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …10]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/Kernel.php:191 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#30 …}
      $type: 1
      $catch: true
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#30 …}
    }
  }
}
php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::write($sessionId, $data) should either be compatible with SessionHandlerInterface::write(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#522
    #message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::write($sessionId, $data) should either be compatible with SessionHandlerInterface::write(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php"
    #line: 105
    #severity: E_DEPRECATED
    trace: {
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:105 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function write($sessionId, $data){
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:23 {
        class_exists(string $class, bool $autoload = true): bool …
        ›  */abstract class AbstractSessionHandler implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
        include_once …
        › class_exists(MetadataBag::class);class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:7121 {
        ContainerYvxpxpq\App_KernelDevDebugContainer->getSession_Storage_NativeService() …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Container.php:441 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
        › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:61 {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
        › } elseif (method_exists($request, 'setSessionFactory')) {    $request->setSessionFactory(function () { return $this->getSession(); });} elseif ($session = $this->getSession()) {
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:726 {
        Symfony\Component\HttpFoundation\Request->getSession() …
        › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:745 {
        Symfony\Component\HttpFoundation\Request->hasPreviousSession() …
        ›     // the check for $this->session avoids malicious users trying to fake a session cookie with proper name    return $this->hasSession() && $this->cookies->has($this->getSession()->getName());}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/src/EventSubscriber/LocaleSubscriber.php:21 {
        App\EventSubscriber\LocaleSubscriber->onKernelRequest(RequestEvent $event) …
        › $request = $event->getRequest();if (!$request->hasPreviousSession()) {    return;
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          ...: {
            "kernel.request"
            Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
          }
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
          $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …10]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:133 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#30 …}
          $type: 1
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          ...: {
            "kernel.request"
            Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
          }
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
          $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …10]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/Kernel.php:191 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#30 …}
          $type: 1
          $catch: true
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#30 …}
        }
      }
    }
  }
]
{
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:105 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function write($sessionId, $data){
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:23 {
    class_exists(string $class, bool $autoload = true): bool …
    ›  */abstract class AbstractSessionHandler implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
    include_once …
    › class_exists(MetadataBag::class);class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:7121 {
    ContainerYvxpxpq\App_KernelDevDebugContainer->getSession_Storage_NativeService() …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Container.php:441 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
    › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:61 {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
    › } elseif (method_exists($request, 'setSessionFactory')) {    $request->setSessionFactory(function () { return $this->getSession(); });} elseif ($session = $this->getSession()) {
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:726 {
    Symfony\Component\HttpFoundation\Request->getSession() …
    › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:745 {
    Symfony\Component\HttpFoundation\Request->hasPreviousSession() …
    ›     // the check for $this->session avoids malicious users trying to fake a session cookie with proper name    return $this->hasSession() && $this->cookies->has($this->getSession()->getName());}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/src/EventSubscriber/LocaleSubscriber.php:21 {
    App\EventSubscriber\LocaleSubscriber->onKernelRequest(RequestEvent $event) …
    › $request = $event->getRequest();if (!$request->hasPreviousSession()) {    return;
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      ...: {
        "kernel.request"
        Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
      }
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
      $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …10]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:133 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#30 …}
      $type: 1
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      ...: {
        "kernel.request"
        Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
      }
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
      $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …10]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/Kernel.php:191 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#30 …}
      $type: 1
      $catch: true
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#30 …}
    }
  }
}
php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::destroy($sessionId) should either be compatible with SessionHandlerInterface::destroy(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#462
    #message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::destroy($sessionId) should either be compatible with SessionHandlerInterface::destroy(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php"
    #line: 122
    #severity: E_DEPRECATED
    trace: {
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:122 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function destroy($sessionId){
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:23 {
        class_exists(string $class, bool $autoload = true): bool …
        ›  */abstract class AbstractSessionHandler implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
        include_once …
        › class_exists(MetadataBag::class);class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:7121 {
        ContainerYvxpxpq\App_KernelDevDebugContainer->getSession_Storage_NativeService() …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Container.php:441 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
        › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:61 {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
        › } elseif (method_exists($request, 'setSessionFactory')) {    $request->setSessionFactory(function () { return $this->getSession(); });} elseif ($session = $this->getSession()) {
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:726 {
        Symfony\Component\HttpFoundation\Request->getSession() …
        › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:745 {
        Symfony\Component\HttpFoundation\Request->hasPreviousSession() …
        ›     // the check for $this->session avoids malicious users trying to fake a session cookie with proper name    return $this->hasSession() && $this->cookies->has($this->getSession()->getName());}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/src/EventSubscriber/LocaleSubscriber.php:21 {
        App\EventSubscriber\LocaleSubscriber->onKernelRequest(RequestEvent $event) …
        › $request = $event->getRequest();if (!$request->hasPreviousSession()) {    return;
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          ...: {
            "kernel.request"
            Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
          }
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
          $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …10]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:133 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#30 …}
          $type: 1
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          ...: {
            "kernel.request"
            Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
          }
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
          $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …10]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/Kernel.php:191 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#30 …}
          $type: 1
          $catch: true
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#30 …}
        }
      }
    }
  }
]
{
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:122 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function destroy($sessionId){
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:23 {
    class_exists(string $class, bool $autoload = true): bool …
    ›  */abstract class AbstractSessionHandler implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
    include_once …
    › class_exists(MetadataBag::class);class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:7121 {
    ContainerYvxpxpq\App_KernelDevDebugContainer->getSession_Storage_NativeService() …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Container.php:441 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
    › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:61 {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
    › } elseif (method_exists($request, 'setSessionFactory')) {    $request->setSessionFactory(function () { return $this->getSession(); });} elseif ($session = $this->getSession()) {
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:726 {
    Symfony\Component\HttpFoundation\Request->getSession() …
    › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:745 {
    Symfony\Component\HttpFoundation\Request->hasPreviousSession() …
    ›     // the check for $this->session avoids malicious users trying to fake a session cookie with proper name    return $this->hasSession() && $this->cookies->has($this->getSession()->getName());}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/src/EventSubscriber/LocaleSubscriber.php:21 {
    App\EventSubscriber\LocaleSubscriber->onKernelRequest(RequestEvent $event) …
    › $request = $event->getRequest();if (!$request->hasPreviousSession()) {    return;
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      ...: {
        "kernel.request"
        Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
      }
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
      $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …10]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:133 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#30 …}
      $type: 1
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      ...: {
        "kernel.request"
        Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
      }
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
      $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …10]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/Kernel.php:191 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#30 …}
      $type: 1
      $catch: true
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#30 …}
    }
  }
}
php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::validateId($sessionId) should either be compatible with SessionUpdateTimestampHandlerInterface::validateId(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#463
    #message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::validateId($sessionId) should either be compatible with SessionUpdateTimestampHandlerInterface::validateId(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php"
    #line: 62
    #severity: E_DEPRECATED
    trace: {
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:62 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function validateId($sessionId){
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:23 {
        class_exists(string $class, bool $autoload = true): bool …
        ›  */abstract class AbstractSessionHandler implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
        include_once …
        › class_exists(MetadataBag::class);class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:7121 {
        ContainerYvxpxpq\App_KernelDevDebugContainer->getSession_Storage_NativeService() …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Container.php:441 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
        › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:61 {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
        › } elseif (method_exists($request, 'setSessionFactory')) {    $request->setSessionFactory(function () { return $this->getSession(); });} elseif ($session = $this->getSession()) {
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:726 {
        Symfony\Component\HttpFoundation\Request->getSession() …
        › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:745 {
        Symfony\Component\HttpFoundation\Request->hasPreviousSession() …
        ›     // the check for $this->session avoids malicious users trying to fake a session cookie with proper name    return $this->hasSession() && $this->cookies->has($this->getSession()->getName());}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/src/EventSubscriber/LocaleSubscriber.php:21 {
        App\EventSubscriber\LocaleSubscriber->onKernelRequest(RequestEvent $event) …
        › $request = $event->getRequest();if (!$request->hasPreviousSession()) {    return;
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          ...: {
            "kernel.request"
            Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
          }
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
          $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …10]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:133 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#30 …}
          $type: 1
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          ...: {
            "kernel.request"
            Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
          }
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
          $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …10]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/Kernel.php:191 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#30 …}
          $type: 1
          $catch: true
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#30 …}
        }
      }
    }
  }
]
{
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:62 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function validateId($sessionId){
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:23 {
    class_exists(string $class, bool $autoload = true): bool …
    ›  */abstract class AbstractSessionHandler implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
    include_once …
    › class_exists(MetadataBag::class);class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:7121 {
    ContainerYvxpxpq\App_KernelDevDebugContainer->getSession_Storage_NativeService() …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Container.php:441 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
    › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:61 {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
    › } elseif (method_exists($request, 'setSessionFactory')) {    $request->setSessionFactory(function () { return $this->getSession(); });} elseif ($session = $this->getSession()) {
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:726 {
    Symfony\Component\HttpFoundation\Request->getSession() …
    › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:745 {
    Symfony\Component\HttpFoundation\Request->hasPreviousSession() …
    ›     // the check for $this->session avoids malicious users trying to fake a session cookie with proper name    return $this->hasSession() && $this->cookies->has($this->getSession()->getName());}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/src/EventSubscriber/LocaleSubscriber.php:21 {
    App\EventSubscriber\LocaleSubscriber->onKernelRequest(RequestEvent $event) …
    › $request = $event->getRequest();if (!$request->hasPreviousSession()) {    return;
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      ...: {
        "kernel.request"
        Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
      }
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
      $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …10]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:133 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#30 …}
      $type: 1
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      ...: {
        "kernel.request"
        Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
      }
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
      $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …10]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/Kernel.php:191 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#30 …}
      $type: 1
      $catch: true
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#30 …}
    }
  }
}
php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler::close() should either be compatible with SessionHandlerInterface::close(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#464
    #message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler::close() should either be compatible with SessionHandlerInterface::close(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php"
    #line: 91
    #severity: E_DEPRECATED
    trace: {
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:91 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function close(){
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:19 {
        class_exists(string $class, bool $autoload = true): bool …
        ›  */class StrictSessionHandler extends AbstractSessionHandler{
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
        include_once …
        › class_exists(MetadataBag::class);class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:7121 {
        ContainerYvxpxpq\App_KernelDevDebugContainer->getSession_Storage_NativeService() …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Container.php:441 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
        › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:61 {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
        › } elseif (method_exists($request, 'setSessionFactory')) {    $request->setSessionFactory(function () { return $this->getSession(); });} elseif ($session = $this->getSession()) {
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:726 {
        Symfony\Component\HttpFoundation\Request->getSession() …
        › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:745 {
        Symfony\Component\HttpFoundation\Request->hasPreviousSession() …
        ›     // the check for $this->session avoids malicious users trying to fake a session cookie with proper name    return $this->hasSession() && $this->cookies->has($this->getSession()->getName());}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/src/EventSubscriber/LocaleSubscriber.php:21 {
        App\EventSubscriber\LocaleSubscriber->onKernelRequest(RequestEvent $event) …
        › $request = $event->getRequest();if (!$request->hasPreviousSession()) {    return;
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          ...: {
            "kernel.request"
            Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
          }
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
          $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …10]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:133 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#30 …}
          $type: 1
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          ...: {
            "kernel.request"
            Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
          }
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
          $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …10]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/Kernel.php:191 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#30 …}
          $type: 1
          $catch: true
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#30 …}
        }
      }
    }
  }
]
{
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:91 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function close(){
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:19 {
    class_exists(string $class, bool $autoload = true): bool …
    ›  */class StrictSessionHandler extends AbstractSessionHandler{
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
    include_once …
    › class_exists(MetadataBag::class);class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:7121 {
    ContainerYvxpxpq\App_KernelDevDebugContainer->getSession_Storage_NativeService() …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Container.php:441 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
    › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:61 {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
    › } elseif (method_exists($request, 'setSessionFactory')) {    $request->setSessionFactory(function () { return $this->getSession(); });} elseif ($session = $this->getSession()) {
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:726 {
    Symfony\Component\HttpFoundation\Request->getSession() …
    › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:745 {
    Symfony\Component\HttpFoundation\Request->hasPreviousSession() …
    ›     // the check for $this->session avoids malicious users trying to fake a session cookie with proper name    return $this->hasSession() && $this->cookies->has($this->getSession()->getName());}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/src/EventSubscriber/LocaleSubscriber.php:21 {
    App\EventSubscriber\LocaleSubscriber->onKernelRequest(RequestEvent $event) …
    › $request = $event->getRequest();if (!$request->hasPreviousSession()) {    return;
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      ...: {
        "kernel.request"
        Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
      }
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
      $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …10]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:133 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#30 …}
      $type: 1
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      ...: {
        "kernel.request"
        Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
      }
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
      $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …10]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/Kernel.php:191 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#30 …}
      $type: 1
      $catch: true
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#30 …}
    }
  }
}
php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler::gc($maxlifetime) should either be compatible with SessionHandlerInterface::gc(int $max_lifetime): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#527
    #message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler::gc($maxlifetime) should either be compatible with SessionHandlerInterface::gc(int $max_lifetime): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php"
    #line: 99
    #severity: E_DEPRECATED
    trace: {
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:99 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function gc($maxlifetime){
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:19 {
        class_exists(string $class, bool $autoload = true): bool …
        ›  */class StrictSessionHandler extends AbstractSessionHandler{
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
        include_once …
        › class_exists(MetadataBag::class);class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:7121 {
        ContainerYvxpxpq\App_KernelDevDebugContainer->getSession_Storage_NativeService() …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Container.php:441 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
        › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:61 {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
        › } elseif (method_exists($request, 'setSessionFactory')) {    $request->setSessionFactory(function () { return $this->getSession(); });} elseif ($session = $this->getSession()) {
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:726 {
        Symfony\Component\HttpFoundation\Request->getSession() …
        › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:745 {
        Symfony\Component\HttpFoundation\Request->hasPreviousSession() …
        ›     // the check for $this->session avoids malicious users trying to fake a session cookie with proper name    return $this->hasSession() && $this->cookies->has($this->getSession()->getName());}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/src/EventSubscriber/LocaleSubscriber.php:21 {
        App\EventSubscriber\LocaleSubscriber->onKernelRequest(RequestEvent $event) …
        › $request = $event->getRequest();if (!$request->hasPreviousSession()) {    return;
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          ...: {
            "kernel.request"
            Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
          }
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
          $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …10]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:133 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#30 …}
          $type: 1
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          ...: {
            "kernel.request"
            Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
          }
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
          $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …10]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/Kernel.php:191 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#30 …}
          $type: 1
          $catch: true
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#30 …}
        }
      }
    }
  }
]
{
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:99 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function gc($maxlifetime){
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:19 {
    class_exists(string $class, bool $autoload = true): bool …
    ›  */class StrictSessionHandler extends AbstractSessionHandler{
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
    include_once …
    › class_exists(MetadataBag::class);class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:7121 {
    ContainerYvxpxpq\App_KernelDevDebugContainer->getSession_Storage_NativeService() …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Container.php:441 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
    › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:61 {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
    › } elseif (method_exists($request, 'setSessionFactory')) {    $request->setSessionFactory(function () { return $this->getSession(); });} elseif ($session = $this->getSession()) {
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:726 {
    Symfony\Component\HttpFoundation\Request->getSession() …
    › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:745 {
    Symfony\Component\HttpFoundation\Request->hasPreviousSession() …
    ›     // the check for $this->session avoids malicious users trying to fake a session cookie with proper name    return $this->hasSession() && $this->cookies->has($this->getSession()->getName());}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/src/EventSubscriber/LocaleSubscriber.php:21 {
    App\EventSubscriber\LocaleSubscriber->onKernelRequest(RequestEvent $event) …
    › $request = $event->getRequest();if (!$request->hasPreviousSession()) {    return;
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      ...: {
        "kernel.request"
        Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
      }
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
      $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …10]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:133 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#30 …}
      $type: 1
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      ...: {
        "kernel.request"
        Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
      }
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
      $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …10]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/Kernel.php:191 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#30 …}
      $type: 1
      $catch: true
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#30 …}
    }
  }
}
php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler::updateTimestamp($sessionId, $data) should either be compatible with SessionUpdateTimestampHandlerInterface::updateTimestamp(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#526
    #message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler::updateTimestamp($sessionId, $data) should either be compatible with SessionUpdateTimestampHandlerInterface::updateTimestamp(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php"
    #line: 54
    #severity: E_DEPRECATED
    trace: {
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:54 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function updateTimestamp($sessionId, $data){
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:19 {
        class_exists(string $class, bool $autoload = true): bool …
        ›  */class StrictSessionHandler extends AbstractSessionHandler{
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
        include_once …
        › class_exists(MetadataBag::class);class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:7121 {
        ContainerYvxpxpq\App_KernelDevDebugContainer->getSession_Storage_NativeService() …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Container.php:441 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
        › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:61 {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
        › } elseif (method_exists($request, 'setSessionFactory')) {    $request->setSessionFactory(function () { return $this->getSession(); });} elseif ($session = $this->getSession()) {
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:726 {
        Symfony\Component\HttpFoundation\Request->getSession() …
        › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:745 {
        Symfony\Component\HttpFoundation\Request->hasPreviousSession() …
        ›     // the check for $this->session avoids malicious users trying to fake a session cookie with proper name    return $this->hasSession() && $this->cookies->has($this->getSession()->getName());}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/src/EventSubscriber/LocaleSubscriber.php:21 {
        App\EventSubscriber\LocaleSubscriber->onKernelRequest(RequestEvent $event) …
        › $request = $event->getRequest();if (!$request->hasPreviousSession()) {    return;
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          ...: {
            "kernel.request"
            Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
          }
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
          $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …10]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:133 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#30 …}
          $type: 1
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          ...: {
            "kernel.request"
            Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
          }
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
          $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …10]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/Kernel.php:191 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#30 …}
          $type: 1
          $catch: true
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#30 …}
        }
      }
    }
  }
]
{
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:54 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function updateTimestamp($sessionId, $data){
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:19 {
    class_exists(string $class, bool $autoload = true): bool …
    ›  */class StrictSessionHandler extends AbstractSessionHandler{
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
    include_once …
    › class_exists(MetadataBag::class);class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:7121 {
    ContainerYvxpxpq\App_KernelDevDebugContainer->getSession_Storage_NativeService() …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Container.php:441 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
    › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:61 {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
    › } elseif (method_exists($request, 'setSessionFactory')) {    $request->setSessionFactory(function () { return $this->getSession(); });} elseif ($session = $this->getSession()) {
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:726 {
    Symfony\Component\HttpFoundation\Request->getSession() …
    › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:745 {
    Symfony\Component\HttpFoundation\Request->hasPreviousSession() …
    ›     // the check for $this->session avoids malicious users trying to fake a session cookie with proper name    return $this->hasSession() && $this->cookies->has($this->getSession()->getName());}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/src/EventSubscriber/LocaleSubscriber.php:21 {
    App\EventSubscriber\LocaleSubscriber->onKernelRequest(RequestEvent $event) …
    › $request = $event->getRequest();if (!$request->hasPreviousSession()) {    return;
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      ...: {
        "kernel.request"
        Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
      }
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
      $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …10]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:133 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#30 …}
      $type: 1
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      ...: {
        "kernel.request"
        Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
      }
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
      $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …10]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/Kernel.php:191 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#30 …}
      $type: 1
      $catch: true
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#30 …}
    }
  }
}
php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::open($savePath, $sessionName) should either be compatible with SessionHandlerInterface::open(string $path, string $name): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#525
    #message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::open($savePath, $sessionName) should either be compatible with SessionHandlerInterface::open(string $path, string $name): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php"
    #line: 41
    #severity: E_DEPRECATED
    trace: {
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:41 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function open($savePath, $sessionName){
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:17 {
        class_exists(string $class, bool $autoload = true): bool …
        ›  */class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
        include_once …
        › class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);}
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:7121 {
        ContainerYvxpxpq\App_KernelDevDebugContainer->getSession_Storage_NativeService() …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Container.php:441 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
        › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:61 {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
        › } elseif (method_exists($request, 'setSessionFactory')) {    $request->setSessionFactory(function () { return $this->getSession(); });} elseif ($session = $this->getSession()) {
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:726 {
        Symfony\Component\HttpFoundation\Request->getSession() …
        › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:745 {
        Symfony\Component\HttpFoundation\Request->hasPreviousSession() …
        ›     // the check for $this->session avoids malicious users trying to fake a session cookie with proper name    return $this->hasSession() && $this->cookies->has($this->getSession()->getName());}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/src/EventSubscriber/LocaleSubscriber.php:21 {
        App\EventSubscriber\LocaleSubscriber->onKernelRequest(RequestEvent $event) …
        › $request = $event->getRequest();if (!$request->hasPreviousSession()) {    return;
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          ...: {
            "kernel.request"
            Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
          }
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
          $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …10]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:133 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#30 …}
          $type: 1
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          ...: {
            "kernel.request"
            Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
          }
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
          $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …10]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/Kernel.php:191 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#30 …}
          $type: 1
          $catch: true
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#30 …}
        }
      }
    }
  }
]
{
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:41 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function open($savePath, $sessionName){
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:17 {
    class_exists(string $class, bool $autoload = true): bool …
    ›  */class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
    include_once …
    › class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);}
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:7121 {
    ContainerYvxpxpq\App_KernelDevDebugContainer->getSession_Storage_NativeService() …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Container.php:441 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
    › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:61 {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
    › } elseif (method_exists($request, 'setSessionFactory')) {    $request->setSessionFactory(function () { return $this->getSession(); });} elseif ($session = $this->getSession()) {
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:726 {
    Symfony\Component\HttpFoundation\Request->getSession() …
    › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:745 {
    Symfony\Component\HttpFoundation\Request->hasPreviousSession() …
    ›     // the check for $this->session avoids malicious users trying to fake a session cookie with proper name    return $this->hasSession() && $this->cookies->has($this->getSession()->getName());}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/src/EventSubscriber/LocaleSubscriber.php:21 {
    App\EventSubscriber\LocaleSubscriber->onKernelRequest(RequestEvent $event) …
    › $request = $event->getRequest();if (!$request->hasPreviousSession()) {    return;
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      ...: {
        "kernel.request"
        Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
      }
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
      $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …10]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:133 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#30 …}
      $type: 1
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      ...: {
        "kernel.request"
        Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
      }
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
      $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …10]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/Kernel.php:191 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#30 …}
      $type: 1
      $catch: true
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#30 …}
    }
  }
}
php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::close() should either be compatible with SessionHandlerInterface::close(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#471
    #message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::close() should either be compatible with SessionHandlerInterface::close(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php"
    #line: 49
    #severity: E_DEPRECATED
    trace: {
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:49 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function close(){
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:17 {
        class_exists(string $class, bool $autoload = true): bool …
        ›  */class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
        include_once …
        › class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);}
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:7121 {
        ContainerYvxpxpq\App_KernelDevDebugContainer->getSession_Storage_NativeService() …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Container.php:441 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
        › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:61 {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
        › } elseif (method_exists($request, 'setSessionFactory')) {    $request->setSessionFactory(function () { return $this->getSession(); });} elseif ($session = $this->getSession()) {
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:726 {
        Symfony\Component\HttpFoundation\Request->getSession() …
        › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:745 {
        Symfony\Component\HttpFoundation\Request->hasPreviousSession() …
        ›     // the check for $this->session avoids malicious users trying to fake a session cookie with proper name    return $this->hasSession() && $this->cookies->has($this->getSession()->getName());}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/src/EventSubscriber/LocaleSubscriber.php:21 {
        App\EventSubscriber\LocaleSubscriber->onKernelRequest(RequestEvent $event) …
        › $request = $event->getRequest();if (!$request->hasPreviousSession()) {    return;
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          ...: {
            "kernel.request"
            Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
          }
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
          $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …10]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:133 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#30 …}
          $type: 1
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          ...: {
            "kernel.request"
            Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
          }
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
          $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …10]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/Kernel.php:191 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#30 …}
          $type: 1
          $catch: true
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#30 …}
        }
      }
    }
  }
]
{
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:49 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function close(){
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:17 {
    class_exists(string $class, bool $autoload = true): bool …
    ›  */class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
    include_once …
    › class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);}
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:7121 {
    ContainerYvxpxpq\App_KernelDevDebugContainer->getSession_Storage_NativeService() …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Container.php:441 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
    › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:61 {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
    › } elseif (method_exists($request, 'setSessionFactory')) {    $request->setSessionFactory(function () { return $this->getSession(); });} elseif ($session = $this->getSession()) {
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:726 {
    Symfony\Component\HttpFoundation\Request->getSession() …
    › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:745 {
    Symfony\Component\HttpFoundation\Request->hasPreviousSession() …
    ›     // the check for $this->session avoids malicious users trying to fake a session cookie with proper name    return $this->hasSession() && $this->cookies->has($this->getSession()->getName());}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/src/EventSubscriber/LocaleSubscriber.php:21 {
    App\EventSubscriber\LocaleSubscriber->onKernelRequest(RequestEvent $event) …
    › $request = $event->getRequest();if (!$request->hasPreviousSession()) {    return;
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      ...: {
        "kernel.request"
        Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
      }
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
      $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …10]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:133 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#30 …}
      $type: 1
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      ...: {
        "kernel.request"
        Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
      }
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
      $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …10]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/Kernel.php:191 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#30 …}
      $type: 1
      $catch: true
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#30 …}
    }
  }
}
php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::read($sessionId) should either be compatible with SessionHandlerInterface::read(string $id): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#467
    #message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::read($sessionId) should either be compatible with SessionHandlerInterface::read(string $id): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php"
    #line: 57
    #severity: E_DEPRECATED
    trace: {
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:57 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function read($sessionId){
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:17 {
        class_exists(string $class, bool $autoload = true): bool …
        ›  */class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
        include_once …
        › class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);}
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:7121 {
        ContainerYvxpxpq\App_KernelDevDebugContainer->getSession_Storage_NativeService() …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Container.php:441 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
        › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:61 {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
        › } elseif (method_exists($request, 'setSessionFactory')) {    $request->setSessionFactory(function () { return $this->getSession(); });} elseif ($session = $this->getSession()) {
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:726 {
        Symfony\Component\HttpFoundation\Request->getSession() …
        › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:745 {
        Symfony\Component\HttpFoundation\Request->hasPreviousSession() …
        ›     // the check for $this->session avoids malicious users trying to fake a session cookie with proper name    return $this->hasSession() && $this->cookies->has($this->getSession()->getName());}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/src/EventSubscriber/LocaleSubscriber.php:21 {
        App\EventSubscriber\LocaleSubscriber->onKernelRequest(RequestEvent $event) …
        › $request = $event->getRequest();if (!$request->hasPreviousSession()) {    return;
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          ...: {
            "kernel.request"
            Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
          }
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
          $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …10]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:133 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#30 …}
          $type: 1
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          ...: {
            "kernel.request"
            Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
          }
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
          $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …10]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/Kernel.php:191 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#30 …}
          $type: 1
          $catch: true
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#30 …}
        }
      }
    }
  }
]
{
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:57 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function read($sessionId){
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:17 {
    class_exists(string $class, bool $autoload = true): bool …
    ›  */class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
    include_once …
    › class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);}
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:7121 {
    ContainerYvxpxpq\App_KernelDevDebugContainer->getSession_Storage_NativeService() …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Container.php:441 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
    › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:61 {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
    › } elseif (method_exists($request, 'setSessionFactory')) {    $request->setSessionFactory(function () { return $this->getSession(); });} elseif ($session = $this->getSession()) {
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:726 {
    Symfony\Component\HttpFoundation\Request->getSession() …
    › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:745 {
    Symfony\Component\HttpFoundation\Request->hasPreviousSession() …
    ›     // the check for $this->session avoids malicious users trying to fake a session cookie with proper name    return $this->hasSession() && $this->cookies->has($this->getSession()->getName());}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/src/EventSubscriber/LocaleSubscriber.php:21 {
    App\EventSubscriber\LocaleSubscriber->onKernelRequest(RequestEvent $event) …
    › $request = $event->getRequest();if (!$request->hasPreviousSession()) {    return;
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      ...: {
        "kernel.request"
        Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
      }
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
      $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …10]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:133 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#30 …}
      $type: 1
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      ...: {
        "kernel.request"
        Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
      }
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
      $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …10]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/Kernel.php:191 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#30 …}
      $type: 1
      $catch: true
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#30 …}
    }
  }
}
php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::write($sessionId, $data) should either be compatible with SessionHandlerInterface::write(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#466
    #message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::write($sessionId, $data) should either be compatible with SessionHandlerInterface::write(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php"
    #line: 65
    #severity: E_DEPRECATED
    trace: {
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:65 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function write($sessionId, $data){
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:17 {
        class_exists(string $class, bool $autoload = true): bool …
        ›  */class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
        include_once …
        › class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);}
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:7121 {
        ContainerYvxpxpq\App_KernelDevDebugContainer->getSession_Storage_NativeService() …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Container.php:441 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
        › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:61 {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
        › } elseif (method_exists($request, 'setSessionFactory')) {    $request->setSessionFactory(function () { return $this->getSession(); });} elseif ($session = $this->getSession()) {
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:726 {
        Symfony\Component\HttpFoundation\Request->getSession() …
        › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:745 {
        Symfony\Component\HttpFoundation\Request->hasPreviousSession() …
        ›     // the check for $this->session avoids malicious users trying to fake a session cookie with proper name    return $this->hasSession() && $this->cookies->has($this->getSession()->getName());}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/src/EventSubscriber/LocaleSubscriber.php:21 {
        App\EventSubscriber\LocaleSubscriber->onKernelRequest(RequestEvent $event) …
        › $request = $event->getRequest();if (!$request->hasPreviousSession()) {    return;
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          ...: {
            "kernel.request"
            Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
          }
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
          $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …10]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:133 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#30 …}
          $type: 1
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          ...: {
            "kernel.request"
            Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
          }
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
          $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …10]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/Kernel.php:191 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#30 …}
          $type: 1
          $catch: true
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#30 …}
        }
      }
    }
  }
]
{
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:65 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function write($sessionId, $data){
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:17 {
    class_exists(string $class, bool $autoload = true): bool …
    ›  */class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
    include_once …
    › class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);}
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:7121 {
    ContainerYvxpxpq\App_KernelDevDebugContainer->getSession_Storage_NativeService() …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Container.php:441 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
    › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:61 {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
    › } elseif (method_exists($request, 'setSessionFactory')) {    $request->setSessionFactory(function () { return $this->getSession(); });} elseif ($session = $this->getSession()) {
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:726 {
    Symfony\Component\HttpFoundation\Request->getSession() …
    › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:745 {
    Symfony\Component\HttpFoundation\Request->hasPreviousSession() …
    ›     // the check for $this->session avoids malicious users trying to fake a session cookie with proper name    return $this->hasSession() && $this->cookies->has($this->getSession()->getName());}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/src/EventSubscriber/LocaleSubscriber.php:21 {
    App\EventSubscriber\LocaleSubscriber->onKernelRequest(RequestEvent $event) …
    › $request = $event->getRequest();if (!$request->hasPreviousSession()) {    return;
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      ...: {
        "kernel.request"
        Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
      }
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
      $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …10]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:133 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#30 …}
      $type: 1
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      ...: {
        "kernel.request"
        Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
      }
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
      $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …10]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/Kernel.php:191 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#30 …}
      $type: 1
      $catch: true
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#30 …}
    }
  }
}
php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::destroy($sessionId) should either be compatible with SessionHandlerInterface::destroy(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#465
    #message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::destroy($sessionId) should either be compatible with SessionHandlerInterface::destroy(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php"
    #line: 73
    #severity: E_DEPRECATED
    trace: {
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:73 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function destroy($sessionId){
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:17 {
        class_exists(string $class, bool $autoload = true): bool …
        ›  */class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
        include_once …
        › class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);}
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:7121 {
        ContainerYvxpxpq\App_KernelDevDebugContainer->getSession_Storage_NativeService() …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Container.php:441 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
        › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:61 {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
        › } elseif (method_exists($request, 'setSessionFactory')) {    $request->setSessionFactory(function () { return $this->getSession(); });} elseif ($session = $this->getSession()) {
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:726 {
        Symfony\Component\HttpFoundation\Request->getSession() …
        › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:745 {
        Symfony\Component\HttpFoundation\Request->hasPreviousSession() …
        ›     // the check for $this->session avoids malicious users trying to fake a session cookie with proper name    return $this->hasSession() && $this->cookies->has($this->getSession()->getName());}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/src/EventSubscriber/LocaleSubscriber.php:21 {
        App\EventSubscriber\LocaleSubscriber->onKernelRequest(RequestEvent $event) …
        › $request = $event->getRequest();if (!$request->hasPreviousSession()) {    return;
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          ...: {
            "kernel.request"
            Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
          }
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
          $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …10]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:133 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#30 …}
          $type: 1
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          ...: {
            "kernel.request"
            Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
          }
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
          $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …10]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/Kernel.php:191 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#30 …}
          $type: 1
          $catch: true
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#30 …}
        }
      }
    }
  }
]
{
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:73 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function destroy($sessionId){
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:17 {
    class_exists(string $class, bool $autoload = true): bool …
    ›  */class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
    include_once …
    › class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);}
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:7121 {
    ContainerYvxpxpq\App_KernelDevDebugContainer->getSession_Storage_NativeService() …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Container.php:441 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
    › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:61 {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
    › } elseif (method_exists($request, 'setSessionFactory')) {    $request->setSessionFactory(function () { return $this->getSession(); });} elseif ($session = $this->getSession()) {
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:726 {
    Symfony\Component\HttpFoundation\Request->getSession() …
    › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:745 {
    Symfony\Component\HttpFoundation\Request->hasPreviousSession() …
    ›     // the check for $this->session avoids malicious users trying to fake a session cookie with proper name    return $this->hasSession() && $this->cookies->has($this->getSession()->getName());}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/src/EventSubscriber/LocaleSubscriber.php:21 {
    App\EventSubscriber\LocaleSubscriber->onKernelRequest(RequestEvent $event) …
    › $request = $event->getRequest();if (!$request->hasPreviousSession()) {    return;
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      ...: {
        "kernel.request"
        Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
      }
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
      $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …10]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:133 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#30 …}
      $type: 1
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      ...: {
        "kernel.request"
        Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
      }
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
      $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …10]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/Kernel.php:191 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#30 …}
      $type: 1
      $catch: true
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#30 …}
    }
  }
}
php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::gc($maxlifetime) should either be compatible with SessionHandlerInterface::gc(int $max_lifetime): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#528
    #message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::gc($maxlifetime) should either be compatible with SessionHandlerInterface::gc(int $max_lifetime): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php"
    #line: 81
    #severity: E_DEPRECATED
    trace: {
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:81 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function gc($maxlifetime){
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:17 {
        class_exists(string $class, bool $autoload = true): bool …
        ›  */class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
        include_once …
        › class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);}
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:7121 {
        ContainerYvxpxpq\App_KernelDevDebugContainer->getSession_Storage_NativeService() …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Container.php:441 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
        › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:61 {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
        › } elseif (method_exists($request, 'setSessionFactory')) {    $request->setSessionFactory(function () { return $this->getSession(); });} elseif ($session = $this->getSession()) {
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:726 {
        Symfony\Component\HttpFoundation\Request->getSession() …
        › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:745 {
        Symfony\Component\HttpFoundation\Request->hasPreviousSession() …
        ›     // the check for $this->session avoids malicious users trying to fake a session cookie with proper name    return $this->hasSession() && $this->cookies->has($this->getSession()->getName());}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/src/EventSubscriber/LocaleSubscriber.php:21 {
        App\EventSubscriber\LocaleSubscriber->onKernelRequest(RequestEvent $event) …
        › $request = $event->getRequest();if (!$request->hasPreviousSession()) {    return;
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          ...: {
            "kernel.request"
            Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
          }
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
          $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …10]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:133 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#30 …}
          $type: 1
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          ...: {
            "kernel.request"
            Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
          }
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
          $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …10]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/Kernel.php:191 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#30 …}
          $type: 1
          $catch: true
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#30 …}
        }
      }
    }
  }
]
{
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:81 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function gc($maxlifetime){
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:17 {
    class_exists(string $class, bool $autoload = true): bool …
    ›  */class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
    include_once …
    › class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);}
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:7121 {
    ContainerYvxpxpq\App_KernelDevDebugContainer->getSession_Storage_NativeService() …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Container.php:441 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
    › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:61 {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
    › } elseif (method_exists($request, 'setSessionFactory')) {    $request->setSessionFactory(function () { return $this->getSession(); });} elseif ($session = $this->getSession()) {
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:726 {
    Symfony\Component\HttpFoundation\Request->getSession() …
    › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:745 {
    Symfony\Component\HttpFoundation\Request->hasPreviousSession() …
    ›     // the check for $this->session avoids malicious users trying to fake a session cookie with proper name    return $this->hasSession() && $this->cookies->has($this->getSession()->getName());}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/src/EventSubscriber/LocaleSubscriber.php:21 {
    App\EventSubscriber\LocaleSubscriber->onKernelRequest(RequestEvent $event) …
    › $request = $event->getRequest();if (!$request->hasPreviousSession()) {    return;
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      ...: {
        "kernel.request"
        Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
      }
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
      $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …10]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:133 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#30 …}
      $type: 1
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      ...: {
        "kernel.request"
        Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
      }
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
      $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …10]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/Kernel.php:191 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#30 …}
      $type: 1
      $catch: true
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#30 …}
    }
  }
}
php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::validateId($sessionId) should either be compatible with SessionUpdateTimestampHandlerInterface::validateId(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#529
    #message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::validateId($sessionId) should either be compatible with SessionUpdateTimestampHandlerInterface::validateId(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php"
    #line: 89
    #severity: E_DEPRECATED
    trace: {
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:89 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function validateId($sessionId){
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:17 {
        class_exists(string $class, bool $autoload = true): bool …
        ›  */class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
        include_once …
        › class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);}
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:7121 {
        ContainerYvxpxpq\App_KernelDevDebugContainer->getSession_Storage_NativeService() …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Container.php:441 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
        › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:61 {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
        › } elseif (method_exists($request, 'setSessionFactory')) {    $request->setSessionFactory(function () { return $this->getSession(); });} elseif ($session = $this->getSession()) {
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:726 {
        Symfony\Component\HttpFoundation\Request->getSession() …
        › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:745 {
        Symfony\Component\HttpFoundation\Request->hasPreviousSession() …
        ›     // the check for $this->session avoids malicious users trying to fake a session cookie with proper name    return $this->hasSession() && $this->cookies->has($this->getSession()->getName());}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/src/EventSubscriber/LocaleSubscriber.php:21 {
        App\EventSubscriber\LocaleSubscriber->onKernelRequest(RequestEvent $event) …
        › $request = $event->getRequest();if (!$request->hasPreviousSession()) {    return;
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          ...: {
            "kernel.request"
            Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
          }
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
          $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …10]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:133 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#30 …}
          $type: 1
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          ...: {
            "kernel.request"
            Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
          }
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
          $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …10]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/Kernel.php:191 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#30 …}
          $type: 1
          $catch: true
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#30 …}
        }
      }
    }
  }
]
{
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:89 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function validateId($sessionId){
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:17 {
    class_exists(string $class, bool $autoload = true): bool …
    ›  */class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
    include_once …
    › class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);}
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:7121 {
    ContainerYvxpxpq\App_KernelDevDebugContainer->getSession_Storage_NativeService() …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Container.php:441 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
    › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:61 {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
    › } elseif (method_exists($request, 'setSessionFactory')) {    $request->setSessionFactory(function () { return $this->getSession(); });} elseif ($session = $this->getSession()) {
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:726 {
    Symfony\Component\HttpFoundation\Request->getSession() …
    › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:745 {
    Symfony\Component\HttpFoundation\Request->hasPreviousSession() …
    ›     // the check for $this->session avoids malicious users trying to fake a session cookie with proper name    return $this->hasSession() && $this->cookies->has($this->getSession()->getName());}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/src/EventSubscriber/LocaleSubscriber.php:21 {
    App\EventSubscriber\LocaleSubscriber->onKernelRequest(RequestEvent $event) …
    › $request = $event->getRequest();if (!$request->hasPreviousSession()) {    return;
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      ...: {
        "kernel.request"
        Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
      }
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
      $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …10]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:133 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#30 …}
      $type: 1
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      ...: {
        "kernel.request"
        Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
      }
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
      $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …10]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/Kernel.php:191 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#30 …}
      $type: 1
      $catch: true
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#30 …}
    }
  }
}
php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::updateTimestamp($sessionId, $data) should either be compatible with SessionUpdateTimestampHandlerInterface::updateTimestamp(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#530
    #message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::updateTimestamp($sessionId, $data) should either be compatible with SessionUpdateTimestampHandlerInterface::updateTimestamp(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php"
    #line: 97
    #severity: E_DEPRECATED
    trace: {
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:97 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function updateTimestamp($sessionId, $data){
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:17 {
        class_exists(string $class, bool $autoload = true): bool …
        ›  */class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
        include_once …
        › class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);}
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:7121 {
        ContainerYvxpxpq\App_KernelDevDebugContainer->getSession_Storage_NativeService() …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Container.php:441 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
        › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:61 {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
        › } elseif (method_exists($request, 'setSessionFactory')) {    $request->setSessionFactory(function () { return $this->getSession(); });} elseif ($session = $this->getSession()) {
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:726 {
        Symfony\Component\HttpFoundation\Request->getSession() …
        › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:745 {
        Symfony\Component\HttpFoundation\Request->hasPreviousSession() …
        ›     // the check for $this->session avoids malicious users trying to fake a session cookie with proper name    return $this->hasSession() && $this->cookies->has($this->getSession()->getName());}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/src/EventSubscriber/LocaleSubscriber.php:21 {
        App\EventSubscriber\LocaleSubscriber->onKernelRequest(RequestEvent $event) …
        › $request = $event->getRequest();if (!$request->hasPreviousSession()) {    return;
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          ...: {
            "kernel.request"
            Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
          }
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
          $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …10]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:133 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#30 …}
          $type: 1
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          ...: {
            "kernel.request"
            Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
          }
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
          $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …10]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/Kernel.php:191 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#30 …}
          $type: 1
          $catch: true
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#30 …}
        }
      }
    }
  }
]
{
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:97 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function updateTimestamp($sessionId, $data){
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:17 {
    class_exists(string $class, bool $autoload = true): bool …
    ›  */class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
    include_once …
    › class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);}
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:7121 {
    ContainerYvxpxpq\App_KernelDevDebugContainer->getSession_Storage_NativeService() …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Container.php:441 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
    › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:61 {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
    › } elseif (method_exists($request, 'setSessionFactory')) {    $request->setSessionFactory(function () { return $this->getSession(); });} elseif ($session = $this->getSession()) {
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:726 {
    Symfony\Component\HttpFoundation\Request->getSession() …
    › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:745 {
    Symfony\Component\HttpFoundation\Request->hasPreviousSession() …
    ›     // the check for $this->session avoids malicious users trying to fake a session cookie with proper name    return $this->hasSession() && $this->cookies->has($this->getSession()->getName());}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/src/EventSubscriber/LocaleSubscriber.php:21 {
    App\EventSubscriber\LocaleSubscriber->onKernelRequest(RequestEvent $event) …
    › $request = $event->getRequest();if (!$request->hasPreviousSession()) {    return;
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      ...: {
        "kernel.request"
        Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
      }
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
      $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …10]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:133 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#30 …}
      $type: 1
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      ...: {
        "kernel.request"
        Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
      }
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
      $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …10]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/Kernel.php:191 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#30 …}
      $type: 1
      $catch: true
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#30 …}
    }
  }
}
php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#541
    #message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php"
    #line: 134
    #severity: E_DEPRECATED
    trace: {
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php:134 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function getIterator(){
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php:17 {
        class_exists(string $class, bool $autoload = true): bool …
        ›  */class AttributeBag implements AttributeBagInterface, \IteratorAggregate, \Countable{
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Session.php:22 {
        include_once …
        › // Help opcache.preload discover always-needed symbolsclass_exists(AttributeBag::class);class_exists(FlashBag::class);
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:2162 {
        ContainerYvxpxpq\App_KernelDevDebugContainer->getSessionService() …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';}
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Container.php:441 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/SessionListener.php:50 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
        › 
        ›     return $this->container->get('session');}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:61 {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
        › } elseif (method_exists($request, 'setSessionFactory')) {    $request->setSessionFactory(function () { return $this->getSession(); });} elseif ($session = $this->getSession()) {
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:726 {
        Symfony\Component\HttpFoundation\Request->getSession() …
        › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:745 {
        Symfony\Component\HttpFoundation\Request->hasPreviousSession() …
        ›     // the check for $this->session avoids malicious users trying to fake a session cookie with proper name    return $this->hasSession() && $this->cookies->has($this->getSession()->getName());}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/src/EventSubscriber/LocaleSubscriber.php:21 {
        App\EventSubscriber\LocaleSubscriber->onKernelRequest(RequestEvent $event) …
        › $request = $event->getRequest();if (!$request->hasPreviousSession()) {    return;
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          ...: {
            "kernel.request"
            Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
          }
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
          $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …10]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:133 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#30 …}
          $type: 1
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          ...: {
            "kernel.request"
            Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
          }
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
          $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …10]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/Kernel.php:191 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#30 …}
          $type: 1
          $catch: true
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#30 …}
        }
      }
    }
  }
]
{
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php:134 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function getIterator(){
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php:17 {
    class_exists(string $class, bool $autoload = true): bool …
    ›  */class AttributeBag implements AttributeBagInterface, \IteratorAggregate, \Countable{
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Session.php:22 {
    include_once …
    › // Help opcache.preload discover always-needed symbolsclass_exists(AttributeBag::class);class_exists(FlashBag::class);
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:2162 {
    ContainerYvxpxpq\App_KernelDevDebugContainer->getSessionService() …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';}
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Container.php:441 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/SessionListener.php:50 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
    › 
    ›     return $this->container->get('session');}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:61 {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
    › } elseif (method_exists($request, 'setSessionFactory')) {    $request->setSessionFactory(function () { return $this->getSession(); });} elseif ($session = $this->getSession()) {
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:726 {
    Symfony\Component\HttpFoundation\Request->getSession() …
    › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:745 {
    Symfony\Component\HttpFoundation\Request->hasPreviousSession() …
    ›     // the check for $this->session avoids malicious users trying to fake a session cookie with proper name    return $this->hasSession() && $this->cookies->has($this->getSession()->getName());}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/src/EventSubscriber/LocaleSubscriber.php:21 {
    App\EventSubscriber\LocaleSubscriber->onKernelRequest(RequestEvent $event) …
    › $request = $event->getRequest();if (!$request->hasPreviousSession()) {    return;
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      ...: {
        "kernel.request"
        Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
      }
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
      $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …10]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:133 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#30 …}
      $type: 1
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      ...: {
        "kernel.request"
        Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
      }
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
      $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …10]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/Kernel.php:191 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#30 …}
      $type: 1
      $catch: true
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#30 …}
    }
  }
}
php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#470
    #message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php"
    #line: 144
    #severity: E_DEPRECATED
    trace: {
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php:144 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function count(){
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php:17 {
        class_exists(string $class, bool $autoload = true): bool …
        ›  */class AttributeBag implements AttributeBagInterface, \IteratorAggregate, \Countable{
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Session.php:22 {
        include_once …
        › // Help opcache.preload discover always-needed symbolsclass_exists(AttributeBag::class);class_exists(FlashBag::class);
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:2162 {
        ContainerYvxpxpq\App_KernelDevDebugContainer->getSessionService() …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';}
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Container.php:441 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/SessionListener.php:50 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
        › 
        ›     return $this->container->get('session');}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:61 {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
        › } elseif (method_exists($request, 'setSessionFactory')) {    $request->setSessionFactory(function () { return $this->getSession(); });} elseif ($session = $this->getSession()) {
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:726 {
        Symfony\Component\HttpFoundation\Request->getSession() …
        › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:745 {
        Symfony\Component\HttpFoundation\Request->hasPreviousSession() …
        ›     // the check for $this->session avoids malicious users trying to fake a session cookie with proper name    return $this->hasSession() && $this->cookies->has($this->getSession()->getName());}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/src/EventSubscriber/LocaleSubscriber.php:21 {
        App\EventSubscriber\LocaleSubscriber->onKernelRequest(RequestEvent $event) …
        › $request = $event->getRequest();if (!$request->hasPreviousSession()) {    return;
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          ...: {
            "kernel.request"
            Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
          }
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
          $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …10]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:133 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#30 …}
          $type: 1
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          ...: {
            "kernel.request"
            Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
          }
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
          $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …10]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/Kernel.php:191 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#30 …}
          $type: 1
          $catch: true
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#30 …}
        }
      }
    }
  }
]
{
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php:144 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function count(){
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php:17 {
    class_exists(string $class, bool $autoload = true): bool …
    ›  */class AttributeBag implements AttributeBagInterface, \IteratorAggregate, \Countable{
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Session.php:22 {
    include_once …
    › // Help opcache.preload discover always-needed symbolsclass_exists(AttributeBag::class);class_exists(FlashBag::class);
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:2162 {
    ContainerYvxpxpq\App_KernelDevDebugContainer->getSessionService() …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';}
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Container.php:441 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/SessionListener.php:50 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
    › 
    ›     return $this->container->get('session');}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:61 {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
    › } elseif (method_exists($request, 'setSessionFactory')) {    $request->setSessionFactory(function () { return $this->getSession(); });} elseif ($session = $this->getSession()) {
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:726 {
    Symfony\Component\HttpFoundation\Request->getSession() …
    › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:745 {
    Symfony\Component\HttpFoundation\Request->hasPreviousSession() …
    ›     // the check for $this->session avoids malicious users trying to fake a session cookie with proper name    return $this->hasSession() && $this->cookies->has($this->getSession()->getName());}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/src/EventSubscriber/LocaleSubscriber.php:21 {
    App\EventSubscriber\LocaleSubscriber->onKernelRequest(RequestEvent $event) …
    › $request = $event->getRequest();if (!$request->hasPreviousSession()) {    return;
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      ...: {
        "kernel.request"
        Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
      }
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
      $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …10]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:133 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#30 …}
      $type: 1
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      ...: {
        "kernel.request"
        Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
      }
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
      $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …10]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/Kernel.php:191 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#30 …}
      $type: 1
      $catch: true
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#30 …}
    }
  }
}
php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#524
    #message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Session.php"
    #line: 129
    #severity: E_DEPRECATED
    trace: {
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Session.php:129 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function getIterator(){
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Session.php:30 {
        include_once …
        ›  */class Session implements SessionInterface, \IteratorAggregate, \Countable{
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:2162 {
        ContainerYvxpxpq\App_KernelDevDebugContainer->getSessionService() …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';}
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Container.php:441 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/SessionListener.php:50 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
        › 
        ›     return $this->container->get('session');}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:61 {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
        › } elseif (method_exists($request, 'setSessionFactory')) {    $request->setSessionFactory(function () { return $this->getSession(); });} elseif ($session = $this->getSession()) {
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:726 {
        Symfony\Component\HttpFoundation\Request->getSession() …
        › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:745 {
        Symfony\Component\HttpFoundation\Request->hasPreviousSession() …
        ›     // the check for $this->session avoids malicious users trying to fake a session cookie with proper name    return $this->hasSession() && $this->cookies->has($this->getSession()->getName());}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/src/EventSubscriber/LocaleSubscriber.php:21 {
        App\EventSubscriber\LocaleSubscriber->onKernelRequest(RequestEvent $event) …
        › $request = $event->getRequest();if (!$request->hasPreviousSession()) {    return;
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          ...: {
            "kernel.request"
            Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
          }
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
          $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …10]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:133 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#30 …}
          $type: 1
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          ...: {
            "kernel.request"
            Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
          }
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
          $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …10]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/Kernel.php:191 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#30 …}
          $type: 1
          $catch: true
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#30 …}
        }
      }
    }
  }
]
{
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Session.php:129 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function getIterator(){
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Session.php:30 {
    include_once …
    ›  */class Session implements SessionInterface, \IteratorAggregate, \Countable{
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:2162 {
    ContainerYvxpxpq\App_KernelDevDebugContainer->getSessionService() …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';}
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Container.php:441 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/SessionListener.php:50 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
    › 
    ›     return $this->container->get('session');}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:61 {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
    › } elseif (method_exists($request, 'setSessionFactory')) {    $request->setSessionFactory(function () { return $this->getSession(); });} elseif ($session = $this->getSession()) {
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:726 {
    Symfony\Component\HttpFoundation\Request->getSession() …
    › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:745 {
    Symfony\Component\HttpFoundation\Request->hasPreviousSession() …
    ›     // the check for $this->session avoids malicious users trying to fake a session cookie with proper name    return $this->hasSession() && $this->cookies->has($this->getSession()->getName());}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/src/EventSubscriber/LocaleSubscriber.php:21 {
    App\EventSubscriber\LocaleSubscriber->onKernelRequest(RequestEvent $event) …
    › $request = $event->getRequest();if (!$request->hasPreviousSession()) {    return;
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      ...: {
        "kernel.request"
        Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
      }
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
      $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …10]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:133 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#30 …}
      $type: 1
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      ...: {
        "kernel.request"
        Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
      }
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
      $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …10]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/Kernel.php:191 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#30 …}
      $type: 1
      $catch: true
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#30 …}
    }
  }
}
php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#540
    #message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Session.php"
    #line: 139
    #severity: E_DEPRECATED
    trace: {
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Session.php:139 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function count(){
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Session.php:30 {
        include_once …
        ›  */class Session implements SessionInterface, \IteratorAggregate, \Countable{
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:2162 {
        ContainerYvxpxpq\App_KernelDevDebugContainer->getSessionService() …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';}
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Container.php:441 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/SessionListener.php:50 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
        › 
        ›     return $this->container->get('session');}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:61 {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
        › } elseif (method_exists($request, 'setSessionFactory')) {    $request->setSessionFactory(function () { return $this->getSession(); });} elseif ($session = $this->getSession()) {
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:726 {
        Symfony\Component\HttpFoundation\Request->getSession() …
        › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:745 {
        Symfony\Component\HttpFoundation\Request->hasPreviousSession() …
        ›     // the check for $this->session avoids malicious users trying to fake a session cookie with proper name    return $this->hasSession() && $this->cookies->has($this->getSession()->getName());}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/src/EventSubscriber/LocaleSubscriber.php:21 {
        App\EventSubscriber\LocaleSubscriber->onKernelRequest(RequestEvent $event) …
        › $request = $event->getRequest();if (!$request->hasPreviousSession()) {    return;
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          ...: {
            "kernel.request"
            Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
          }
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
          $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …10]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:133 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#30 …}
          $type: 1
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          ...: {
            "kernel.request"
            Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
          }
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
          $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …10]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/Kernel.php:191 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#30 …}
          $type: 1
          $catch: true
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#30 …}
        }
      }
    }
  }
]
{
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Session.php:139 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function count(){
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Session/Session.php:30 {
    include_once …
    ›  */class Session implements SessionInterface, \IteratorAggregate, \Countable{
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:2162 {
    ContainerYvxpxpq\App_KernelDevDebugContainer->getSessionService() …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';}
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Container.php:441 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/SessionListener.php:50 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
    › 
    ›     return $this->container->get('session');}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:61 {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
    › } elseif (method_exists($request, 'setSessionFactory')) {    $request->setSessionFactory(function () { return $this->getSession(); });} elseif ($session = $this->getSession()) {
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:726 {
    Symfony\Component\HttpFoundation\Request->getSession() …
    › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-foundation/Request.php:745 {
    Symfony\Component\HttpFoundation\Request->hasPreviousSession() …
    ›     // the check for $this->session avoids malicious users trying to fake a session cookie with proper name    return $this->hasSession() && $this->cookies->has($this->getSession()->getName());}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/src/EventSubscriber/LocaleSubscriber.php:21 {
    App\EventSubscriber\LocaleSubscriber->onKernelRequest(RequestEvent $event) …
    › $request = $event->getRequest();if (!$request->hasPreviousSession()) {    return;
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      ...: {
        "kernel.request"
        Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
      }
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
      $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …10]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:133 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#30 …}
      $type: 1
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      ...: {
        "kernel.request"
        Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
      }
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
      $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …10]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/Kernel.php:191 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#30 …}
      $type: 1
      $catch: true
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#30 …}
    }
  }
}
php (2 times) Deprecated: Method ReflectionParameter::getClass() is deprecated
[
  "exception" => ErrorException {#629
    #message: "Deprecated: Method ReflectionParameter::getClass() is deprecated"
    #code: 0
    #file: "/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php"
    #line: 84
    #severity: E_DEPRECATED
    trace: {
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php:84 {
        Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener->autoConfigure(ReflectionFunctionAbstract $r, Request $request, $configurations) …
        › foreach ($r->getParameters() as $param) {    if ($param->getClass() && $param->getClass()->isInstance($request)) {        continue;
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php:75 {
        Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener->onKernelController(KernelEvent $event) …
        › if ($this->autoConvert) {    $configurations = $this->autoConfigure($r, $request, $configurations);}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          ...: {
            "kernel.request"
            Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
          }
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
          $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …10]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:145 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#30 …}
          $type: 1
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          ...: {
            "kernel.request"
            Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
          }
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
          $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …10]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/Kernel.php:191 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#30 …}
          $type: 1
          $catch: true
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#30 …}
        }
      }
    }
  }
]
{
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php:84 {
    Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener->autoConfigure(ReflectionFunctionAbstract $r, Request $request, $configurations) …
    › foreach ($r->getParameters() as $param) {    if ($param->getClass() && $param->getClass()->isInstance($request)) {        continue;
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php:75 {
    Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener->onKernelController(KernelEvent $event) …
    › if ($this->autoConvert) {    $configurations = $this->autoConfigure($r, $request, $configurations);}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      ...: {
        "kernel.request"
        Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
      }
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
      $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …10]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:145 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#30 …}
      $type: 1
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      ...: {
        "kernel.request"
        Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
      }
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
      $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …10]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/Kernel.php:191 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#30 …}
      $type: 1
      $catch: true
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#30 …}
    }
  }
}
php Deprecated: Method ReflectionParameter::getClass() is deprecated
[
  "exception" => ErrorException {#631
    #message: "Deprecated: Method ReflectionParameter::getClass() is deprecated"
    #code: 0
    #file: "/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php"
    #line: 89
    #severity: E_DEPRECATED
    trace: {
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php:89 {
        Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener->autoConfigure(ReflectionFunctionAbstract $r, Request $request, $configurations) …
        › $name = $param->getName();$class = $param->getClass();$hasType = $this->isParameterTypeSupported && $param->hasType();
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php:75 {
        Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener->onKernelController(KernelEvent $event) …
        › if ($this->autoConvert) {    $configurations = $this->autoConfigure($r, $request, $configurations);}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          ...: {
            "kernel.request"
            Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
          }
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
          $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …10]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:145 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#30 …}
          $type: 1
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          ...: {
            "kernel.request"
            Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
          }
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
          $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …10]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
          $eventName: "kernel.request"
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/Kernel.php:191 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#30 …}
          $type: 1
          $catch: true
        }
      }
      /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#30 …}
        }
      }
    }
  }
]
{
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php:89 {
    Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener->autoConfigure(ReflectionFunctionAbstract $r, Request $request, $configurations) …
    › $name = $param->getName();$class = $param->getClass();$hasType = $this->isParameterTypeSupported && $param->hasType();
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php:75 {
    Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener->onKernelController(KernelEvent $event) …
    › if ($this->autoConvert) {    $configurations = $this->autoConfigure($r, $request, $configurations);}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      ...: {
        "kernel.request"
        Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
      }
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
      $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …10]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:145 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#30 …}
      $type: 1
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      ...: {
        "kernel.request"
        Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
      }
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
      $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#169 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …10]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#97 …}
      $eventName: "kernel.request"
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor/symfony/http-kernel/Kernel.php:191 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#30 …}
      $type: 1
      $catch: true
    }
  }
  /home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#30 …}
    }
  }
}

Debug 33

Unimportant log messages generated during the execution of the application.

Time Channel Message
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"App\EventSubscriber\LocaleSubscriber::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "App\EventSubscriber\LocaleSubscriber::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
event Notified event
"kernel.controller"
to listener
"Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
]
event Notified event
"kernel.controller_arguments"
to listener
"Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
]
event Notified event
"kernel.controller_arguments"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
]
event Notified event
"kernel.controller_arguments"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\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\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\SessionListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\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 1072

Log messages generated during the compilation of the service container.

Class Messages
Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AbDirectorReportingController" (parent: .abstract.instanceof.App\Controller\AbDirectorReportingController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AbDirectorReportingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AbDirectorReportingController).
  • Resolving inheritance for "App\Controller\AbDirectorReportingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AbDirectorReportingController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AbplanetaskController" (parent: .abstract.instanceof.App\Controller\AbplanetaskController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AbplanetaskController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AbplanetaskController).
  • Resolving inheritance for "App\Controller\AbplanetaskController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AbplanetaskController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminController" (parent: .abstract.instanceof.App\Controller\AdminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminController).
  • Resolving inheritance for "App\Controller\AdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BillingreportController" (parent: .abstract.instanceof.App\Controller\BillingreportController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BillingreportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BillingreportController).
  • Resolving inheritance for "App\Controller\BillingreportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BillingreportController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanyController" (parent: .abstract.instanceof.App\Controller\CompanyController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanyController).
  • Resolving inheritance for "App\Controller\CompanyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanyController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DirectorController" (parent: .abstract.instanceof.App\Controller\DirectorController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DirectorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DirectorController).
  • Resolving inheritance for "App\Controller\DirectorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DirectorController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FilesForUserController" (parent: .abstract.instanceof.App\Controller\FilesForUserController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FilesForUserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FilesForUserController).
  • Resolving inheritance for "App\Controller\FilesForUserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FilesForUserController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FilesUserController" (parent: .abstract.instanceof.App\Controller\FilesUserController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FilesUserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FilesUserController).
  • Resolving inheritance for "App\Controller\FilesUserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FilesUserController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FilesUsersAdminController" (parent: .abstract.instanceof.App\Controller\FilesUsersAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FilesUsersAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FilesUsersAdminController).
  • Resolving inheritance for "App\Controller\FilesUsersAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FilesUsersAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FilesUsersManage\AdminFilesUsersController" (parent: .abstract.instanceof.App\Controller\FilesUsersManage\AdminFilesUsersController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FilesUsersManage\AdminFilesUsersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FilesUsersManage\AdminFilesUsersController).
  • Resolving inheritance for "App\Controller\FilesUsersManage\AdminFilesUsersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FilesUsersManage\AdminFilesUsersController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FilesUsersManage\EmailingDocsUsersController" (parent: .abstract.instanceof.App\Controller\FilesUsersManage\EmailingDocsUsersController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FilesUsersManage\EmailingDocsUsersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FilesUsersManage\EmailingDocsUsersController).
  • Resolving inheritance for "App\Controller\FilesUsersManage\EmailingDocsUsersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FilesUsersManage\EmailingDocsUsersController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FilesUsersManage\abdelTestController" (parent: .abstract.instanceof.App\Controller\FilesUsersManage\abdelTestController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FilesUsersManage\abdelTestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FilesUsersManage\abdelTestController).
  • Resolving inheritance for "App\Controller\FilesUsersManage\abdelTestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FilesUsersManage\abdelTestController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeController" (parent: .abstract.instanceof.App\Controller\HomeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeController).
  • Resolving inheritance for "App\Controller\HomeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ListTasksUserController" (parent: .abstract.instanceof.App\Controller\ListTasksUserController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ListTasksUserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ListTasksUserController).
  • Resolving inheritance for "App\Controller\ListTasksUserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ListTasksUserController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProfileController" (parent: .abstract.instanceof.App\Controller\ProfileController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProfileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProfileController).
  • Resolving inheritance for "App\Controller\ProfileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProfileController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProjectController" (parent: .abstract.instanceof.App\Controller\ProjectController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProjectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProjectController).
  • Resolving inheritance for "App\Controller\ProjectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProjectController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProjectDocumentController" (parent: .abstract.instanceof.App\Controller\ProjectDocumentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProjectDocumentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProjectDocumentController).
  • Resolving inheritance for "App\Controller\ProjectDocumentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProjectDocumentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReportController" (parent: .abstract.instanceof.App\Controller\ReportController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReportController).
  • Resolving inheritance for "App\Controller\ReportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReportController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReportUserController" (parent: .abstract.instanceof.App\Controller\ReportUserController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReportUserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReportUserController).
  • Resolving inheritance for "App\Controller\ReportUserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReportUserController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController" (parent: .abstract.instanceof.App\Controller\SecurityController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController).
  • Resolving inheritance for "App\Controller\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TaskController" (parent: .abstract.instanceof.App\Controller\TaskController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TaskController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TaskController).
  • Resolving inheritance for "App\Controller\TaskController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TaskController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TestDocumentController" (parent: .abstract.instanceof.App\Controller\TestDocumentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TestDocumentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TestDocumentController).
  • Resolving inheritance for "App\Controller\TestDocumentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TestDocumentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TimerTaskController" (parent: .abstract.instanceof.App\Controller\TimerTaskController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TimerTaskController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TimerTaskController).
  • Resolving inheritance for "App\Controller\TimerTaskController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TimerTaskController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UsercompaniesController" (parent: .abstract.instanceof.App\Controller\UsercompaniesController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UsercompaniesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UsercompaniesController).
  • Resolving inheritance for "App\Controller\UsercompaniesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UsercompaniesController).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures" (parent: .abstract.instanceof.App\DataFixtures\AppFixtures).
  • Resolving inheritance for "App\DataFixtures\AppFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\UserFixtures" (parent: .abstract.instanceof.App\DataFixtures\UserFixtures).
  • Resolving inheritance for "App\DataFixtures\UserFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\UserFixtures).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LocaleSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\LocaleSubscriber).
  • Resolving inheritance for "App\EventSubscriber\LocaleSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LocaleSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyType" (parent: .abstract.instanceof.App\Form\CompanyType).
  • Resolving inheritance for "App\Form\CompanyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DocumentType" (parent: .abstract.instanceof.App\Form\DocumentType).
  • Resolving inheritance for "App\Form\DocumentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DocumentType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FilesUserType" (parent: .abstract.instanceof.App\Form\FilesUserType).
  • Resolving inheritance for "App\Form\FilesUserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FilesUserType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProjectSearchType" (parent: .abstract.instanceof.App\Form\ProjectSearchType).
  • Resolving inheritance for "App\Form\ProjectSearchType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProjectSearchType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProjectType" (parent: .abstract.instanceof.App\Form\ProjectType).
  • Resolving inheritance for "App\Form\ProjectType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProjectType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TaskType" (parent: .abstract.instanceof.App\Form\TaskType).
  • Resolving inheritance for "App\Form\TaskType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TaskType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserType" (parent: .abstract.instanceof.App\Form\UserType).
  • Resolving inheritance for "App\Form\UserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserType).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AbdelRepository" (parent: .abstract.instanceof.App\Repository\AbdelRepository).
  • Resolving inheritance for "App\Repository\AbdelRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AbdelRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryProjectRepository" (parent: .abstract.instanceof.App\Repository\CategoryProjectRepository).
  • Resolving inheritance for "App\Repository\CategoryProjectRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryProjectRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryTaskRepository" (parent: .abstract.instanceof.App\Repository\CategoryTaskRepository).
  • Resolving inheritance for "App\Repository\CategoryTaskRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryTaskRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyRepository" (parent: .abstract.instanceof.App\Repository\CompanyRepository).
  • Resolving inheritance for "App\Repository\CompanyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocumentRepository" (parent: .abstract.instanceof.App\Repository\DocumentRepository).
  • Resolving inheritance for "App\Repository\DocumentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocumentRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocumentsUserRepository" (parent: .abstract.instanceof.App\Repository\DocumentsUserRepository).
  • Resolving inheritance for "App\Repository\DocumentsUserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocumentsUserRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FilesUserRepository" (parent: .abstract.instanceof.App\Repository\FilesUserRepository).
  • Resolving inheritance for "App\Repository\FilesUserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FilesUserRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InfoRepository" (parent: .abstract.instanceof.App\Repository\InfoRepository).
  • Resolving inheritance for "App\Repository\InfoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InfoRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\IsPrivateRepository" (parent: .abstract.instanceof.App\Repository\IsPrivateRepository).
  • Resolving inheritance for "App\Repository\IsPrivateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\IsPrivateRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PlaceRepository" (parent: .abstract.instanceof.App\Repository\PlaceRepository).
  • Resolving inheritance for "App\Repository\PlaceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PlaceRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectRepository" (parent: .abstract.instanceof.App\Repository\ProjectRepository).
  • Resolving inheritance for "App\Repository\ProjectRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RoleRepository" (parent: .abstract.instanceof.App\Repository\RoleRepository).
  • Resolving inheritance for "App\Repository\RoleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RoleRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TaskRepository" (parent: .abstract.instanceof.App\Repository\TaskRepository).
  • Resolving inheritance for "App\Repository\TaskRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TaskRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TypeEmployeeRepository" (parent: .abstract.instanceof.App\Repository\TypeEmployeeRepository).
  • Resolving inheritance for "App\Repository\TypeEmployeeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TypeEmployeeRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository" (parent: .abstract.instanceof.App\Repository\UserRepository).
  • Resolving inheritance for "App\Repository\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository).
  • Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
  • Resolving inheritance for "cache.system" (parent: cache.adapter.system).
  • Resolving inheritance for "cache.validator" (parent: cache.system).
  • Resolving inheritance for "cache.serializer" (parent: cache.system).
  • Resolving inheritance for "cache.annotations" (parent: cache.system).
  • Resolving inheritance for "cache.property_info" (parent: cache.system).
  • Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
  • Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
  • Resolving inheritance for "assets._default_package" (parent: assets.path_package).
  • Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
  • Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
  • Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
  • Resolving inheritance for "notifier.transport_factory.null" (parent: notifier.transport_factory.abstract).
  • 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 "cache.security_expression_language" (parent: cache.system).
  • Resolving inheritance for "security.authentication.listener.form" (parent: security.authentication.listener.abstract).
  • Resolving inheritance for "security.authentication.rememberme.services.persistent" (parent: security.authentication.rememberme.services.abstract).
  • Resolving inheritance for "security.authentication.rememberme.services.simplehash" (parent: security.authentication.rememberme.services.abstract).
  • Resolving inheritance for "security.user.provider.concrete.from_database" (parent: doctrine.orm.security.user.provider).
  • Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
  • Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
  • Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
  • Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
  • Resolving inheritance for "security.logout.success_handler.main" (parent: security.logout.success_handler).
  • Resolving inheritance for "security.authentication.provider.dao.main" (parent: security.authentication.provider.dao).
  • Resolving inheritance for "security.authentication.success_handler.main.form_login" (parent: security.authentication.success_handler).
  • Resolving inheritance for "security.authentication.failure_handler.main.form_login" (parent: security.authentication.failure_handler).
  • Resolving inheritance for "security.authentication.listener.form.main" (parent: security.authentication.listener.form).
  • Resolving inheritance for "security.authentication.form_entry_point.main" (parent: security.authentication.form_entry_point).
  • Resolving inheritance for "security.authentication.provider.rememberme.main" (parent: security.authentication.provider.rememberme).
  • Resolving inheritance for "security.authentication.rememberme.services.simplehash.main" (parent: security.authentication.rememberme.services.simplehash).
  • Resolving inheritance for "security.authentication.listener.rememberme.main" (parent: security.authentication.listener.rememberme).
  • Resolving inheritance for "security.authentication.listener.anonymous.main" (parent: security.authentication.listener.anonymous).
  • Resolving inheritance for "security.authentication.provider.anonymous.main" (parent: security.authentication.provider.anonymous).
  • Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.context).
  • Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
  • Resolving inheritance for "swiftmailer.mailer.default.transport.eventdispatcher" (parent: swiftmailer.transport.eventdispatcher.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default" (parent: swiftmailer.mailer.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.spool.memory" (parent: swiftmailer.spool.memory.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.transport.spool" (parent: swiftmailer.transport.spool.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.plugin.messagelogger" (parent: swiftmailer.plugin.messagelogger.abstract).
  • Resolving inheritance for "vich_uploader.namer_origname.project_attachments" (parent: vich_uploader.namer_origname).
  • Resolving inheritance for "vich_uploader.listener.inject.orm" (parent: vich_uploader.listener.doctrine.base).
  • Resolving inheritance for "vich_uploader.listener.upload.orm" (parent: vich_uploader.listener.doctrine.base).
  • Resolving inheritance for "vich_uploader.listener.clean.orm" (parent: vich_uploader.listener.doctrine.base).
  • Resolving inheritance for "vich_uploader.listener.remove.orm" (parent: vich_uploader.listener.doctrine.base).
  • Resolving inheritance for "vich_uploader.listener.inject.mongodb" (parent: vich_uploader.listener.inject.orm).
  • Resolving inheritance for "vich_uploader.listener.upload.mongodb" (parent: vich_uploader.listener.upload.orm).
  • Resolving inheritance for "vich_uploader.listener.clean.mongodb" (parent: vich_uploader.listener.clean.orm).
  • Resolving inheritance for "vich_uploader.listener.remove.mongodb" (parent: vich_uploader.listener.remove.orm).
  • Resolving inheritance for "vich_uploader.listener.inject.phpcr" (parent: vich_uploader.listener.inject.orm).
  • Resolving inheritance for "vich_uploader.listener.upload.phpcr" (parent: vich_uploader.listener.upload.orm).
  • Resolving inheritance for "vich_uploader.listener.clean.phpcr" (parent: vich_uploader.listener.clean.orm).
  • Resolving inheritance for "vich_uploader.listener.remove.phpcr" (parent: vich_uploader.listener.remove.orm).
  • Resolving inheritance for "vich_uploader.listener.clean.project_attachments" (parent: vich_uploader.listener.clean.orm).
  • Resolving inheritance for "vich_uploader.listener.remove.project_attachments" (parent: vich_uploader.listener.remove.orm).
  • Resolving inheritance for "vich_uploader.listener.upload.project_attachments" (parent: vich_uploader.listener.upload.orm).
  • Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_functional_test" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_subscriber" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_unit_test" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.http_client" (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.doctrine" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.snappy" (parent: monolog.logger_prototype).
222
Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass
  • Removed service "Psr\Container\ContainerInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
  • Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Symfony\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 "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
  • Removed service "error_renderer.html"; reason: private alias.
  • Removed service "error_renderer"; reason: private alias.
  • Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
  • Removed service "Psr\Cache\CacheItemPoolInterface"; 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\Contracts\Translation\TranslatorInterface"; 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\HttpFoundation\Session\SessionInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface"; reason: private alias.
  • Removed service "SessionHandlerInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface"; reason: private alias.
  • Removed service "session.storage.filesystem"; reason: private alias.
  • Removed service "session.storage"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
  • Removed service "form.property_accessor"; reason: private alias.
  • Removed service "form.choice_list_factory"; reason: private alias.
  • Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
  • Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
  • Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
  • Removed service "Symfony\Component\Notifier\NotifierInterface"; reason: private alias.
  • Removed service "Symfony\Component\Notifier\ChatterInterface"; reason: private alias.
  • Removed service "Symfony\Component\Notifier\TexterInterface"; 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 "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 "error_renderer.serializer"; 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 "Twig_Environment"; reason: private alias.
  • Removed service "Twig\Environment"; 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 "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 "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 "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 "logger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface"; reason: private alias.
  • Removed service "swiftmailer.mailer.default.transport"; reason: private alias.
  • Removed service "swiftmailer.mailer.default.spool"; reason: private alias.
  • Removed service "swiftmailer.spool"; reason: private alias.
  • Removed service "swiftmailer.transport.real"; reason: private alias.
  • Removed service "Swift_Spool"; reason: private alias.
  • Removed service "swiftmailer.plugin.messagelogger"; reason: private alias.
  • Removed service "swiftmailer.mailer"; reason: private alias.
  • Removed service "Swift_Mailer"; reason: private alias.
  • Removed service "Swift_Transport"; reason: private alias.
  • Removed service "vich_uploader.storage"; reason: private alias.
  • Removed service "Vich\UploaderBundle\Storage\StorageInterface"; reason: private alias.
  • Removed service "Vich\UploaderBundle\Storage\FileSystemStorage"; reason: private alias.
  • Removed service "vich_uploader.metadata_driver"; reason: private alias.
  • Removed service "vich_uploader.metadata.cache"; reason: private alias.
  • Removed service "Vich\UploaderBundle\Mapping\PropertyMappingFactory"; reason: private alias.
  • Removed service "Vich\UploaderBundle\Handler\DownloadHandler"; reason: private alias.
  • Removed service "Vich\UploaderBundle\Handler\UploadHandler"; reason: private alias.
  • Removed service "Vich\UploaderBundle\Form\Type\VichFileType"; reason: private alias.
  • Removed service "Vich\UploaderBundle\Form\Type\VichImageType"; reason: private alias.
  • Removed service "Knp\Snappy\Pdf"; reason: private alias.
  • Removed service "Knp\Snappy\Image"; reason: private alias.
  • Removed service "twig.loader.filesystem"; reason: private alias.
  • Removed service "argument_resolver.controller_locator"; reason: private alias.
  • Removed service "twig.loader"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $httpClientLogger"; 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 $doctrineLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $snappyLogger"; reason: private alias.
  • Removed service ".service_locator.tHpW6v3"; 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 "twig.error_renderer.html.inner"; reason: private alias.
  • Removed service "security.access.decision_manager"; reason: private alias.
  • Removed service "var_dumper.cli_dumper"; 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 "http_client"; reason: private alias.
168
Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass
  • Changed reference of service "App\DataFixtures\UserFixtures" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
  • Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "services_resetter" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "console.command.event_dispatcher_debug" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
  • Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
  • Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_guesser.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.form.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "notifier.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "notifier.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • 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 "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 "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 "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.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 "security.authentication.provider.guard" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.context_listener.0" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.form.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.rememberme.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • 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 "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
  • Changed reference of service "swiftmailer.mailer.abstract" previously pointing to "swiftmailer.mailer.default.transport.spool" to "swiftmailer.transport".
  • Changed reference of service "swiftmailer.mailer.default" previously pointing to "swiftmailer.mailer.default.transport.spool" to "swiftmailer.transport".
  • Changed reference of service "vich_uploader.upload_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.Sxlezvk" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service ".service_locator.IBooiM0" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service ".service_locator.v.LaTJJ" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • 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.pNNo5z3" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.JFjjyG5" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.3TLJ8AE" previously pointing to "router.default" to "router".
66
Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass
  • Removed service "cache.adapter.system"; reason: abstract.
  • Removed service "cache.adapter.apcu"; reason: abstract.
  • Removed service "cache.adapter.doctrine"; reason: abstract.
  • Removed service "cache.adapter.filesystem"; reason: abstract.
  • Removed service "cache.adapter.psr6"; reason: abstract.
  • Removed service "cache.adapter.redis"; reason: abstract.
  • Removed service "cache.adapter.memcached"; reason: abstract.
  • Removed service "cache.adapter.pdo"; reason: abstract.
  • Removed service "cache.adapter.array"; reason: abstract.
  • Removed service "assets.path_package"; reason: abstract.
  • Removed service "assets.url_package"; reason: abstract.
  • Removed service "assets.static_version_strategy"; reason: abstract.
  • Removed service "assets.json_manifest_version_strategy"; reason: abstract.
  • Removed service "mailer.transport_factory.abstract"; reason: abstract.
  • Removed service "notifier.transport_factory.abstract"; reason: abstract.
  • Removed service "doctrine.dbal.logger.chain"; reason: abstract.
  • Removed service "doctrine.dbal.logger.profiling"; reason: abstract.
  • Removed service "doctrine.dbal.logger.backtrace"; reason: abstract.
  • Removed service "doctrine.dbal.connection"; reason: abstract.
  • Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
  • Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
  • Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
  • Removed service "doctrine.orm.configuration"; reason: abstract.
  • Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
  • Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
  • Removed service "doctrine.orm.security.user.provider"; reason: abstract.
  • Removed service "security.firewall.context"; reason: abstract.
  • Removed service "security.firewall.lazy_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.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.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.pre_authenticated"; reason: abstract.
  • Removed service "security.exception_listener"; reason: abstract.
  • Removed service "security.authentication.switchuser_listener"; reason: abstract.
  • Removed service "security.authentication.listener.rememberme"; reason: abstract.
  • Removed service "security.authentication.provider.rememberme"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.abstract"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.persistent"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.simplehash"; reason: abstract.
  • Removed service "security.authentication.provider.guard"; reason: abstract.
  • Removed service "security.authentication.listener.guard"; reason: abstract.
  • Removed service "monolog.logger_prototype"; reason: abstract.
  • Removed service "monolog.activation_strategy.not_found"; reason: abstract.
  • Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
  • Removed service "maker.auto_command.abstract"; reason: abstract.
  • Removed service "swiftmailer.mailer.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.smtp.configurator.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.sendmail.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.null.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.buffer.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.authhandler.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.eventdispatcher.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.redirecting.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.antiflood.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.impersonate.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.messagelogger.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.smtp.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.spool.abstract"; reason: abstract.
  • Removed service "swiftmailer.spool.file.abstract"; reason: abstract.
  • Removed service "swiftmailer.spool.memory.abstract"; reason: abstract.
  • Removed service "vich_uploader.listener.doctrine.base"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AbDirectorReportingController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AbDirectorReportingController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AbDirectorReportingController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AbplanetaskController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AbplanetaskController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AbplanetaskController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BillingreportController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BillingreportController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\BillingreportController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanyController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\CompanyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DirectorController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DirectorController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\DirectorController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FilesForUserController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FilesForUserController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\FilesForUserController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FilesUserController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FilesUserController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\FilesUserController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FilesUsersAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FilesUsersAdminController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\FilesUsersAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FilesUsersManage\AdminFilesUsersController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FilesUsersManage\AdminFilesUsersController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\FilesUsersManage\AdminFilesUsersController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FilesUsersManage\EmailingDocsUsersController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FilesUsersManage\EmailingDocsUsersController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\FilesUsersManage\EmailingDocsUsersController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FilesUsersManage\abdelTestController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FilesUsersManage\abdelTestController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\FilesUsersManage\abdelTestController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\HomeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ListTasksUserController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ListTasksUserController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ListTasksUserController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProfileController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProfileController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ProfileController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProjectController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProjectController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ProjectController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProjectDocumentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProjectDocumentController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ProjectDocumentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReportController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReportController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ReportController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReportUserController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReportUserController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ReportUserController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SecurityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TaskController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TaskController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\TaskController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TestDocumentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TestDocumentController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\TestDocumentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TimerTaskController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TimerTaskController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\TimerTaskController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UsercompaniesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UsercompaniesController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\UsercompaniesController"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataFixtures\AppFixtures"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\UserFixtures"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataFixtures\UserFixtures"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LocaleSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EventSubscriber\LocaleSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\CompanyType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DocumentType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\DocumentType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FilesUserType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\FilesUserType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProjectSearchType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ProjectSearchType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProjectType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ProjectType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TaskType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\TaskType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\UserType"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AbdelRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AbdelRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryProjectRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CategoryProjectRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryTaskRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CategoryTaskRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CompanyRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocumentRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\DocumentRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocumentsUserRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\DocumentsUserRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FilesUserRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\FilesUserRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InfoRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\InfoRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\IsPrivateRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\IsPrivateRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PlaceRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PlaceRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjectRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProjectRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RoleRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\RoleRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TaskRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\TaskRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TypeEmployeeRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\TypeEmployeeRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\UserRepository"; reason: abstract.
201
Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass
  • Removed service "App\ExternalService\UtilsManageFiles\FileUtils"; reason: unused.
  • Removed service "App\Reporting\Dashboarding"; reason: unused.
  • Removed service "App\Reporting\My_UtilFunction"; reason: unused.
  • Removed service "App\Reporting\ReportingDirector"; reason: unused.
  • Removed service "App\Reporting\ReportingStaticsFunctions"; reason: unused.
  • Removed service "App\Reporting\ReportingUser"; reason: unused.
  • Removed service "App\Reporting\UtilsUsingRepositories"; reason: unused.
  • Removed service "App\Utils\UtilsFunc"; reason: unused.
  • Removed service "uri_signer"; reason: unused.
  • Removed service "reverse_container"; reason: unused.
  • Removed service "cache.app.taggable"; reason: unused.
  • Removed service ".cache_connection.GD_MSZC"; reason: unused.
  • Removed service ".cache_connection.JKE6keX"; reason: unused.
  • Removed service ".1_NativeFileSessionHandler~CFjubLj"; reason: unused.
  • Removed service "session.storage.php_bridge"; reason: unused.
  • Removed service "session.flash_bag"; reason: unused.
  • Removed service "session.attribute_bag"; reason: unused.
  • Removed service "session.storage.mock_file"; reason: unused.
  • Removed service "session.handler.native_file"; reason: unused.
  • Removed service "session.abstract_handler"; reason: unused.
  • Removed service "assets.empty_package"; reason: unused.
  • Removed service "mailer.mailer"; reason: unused.
  • Removed service "mailer.transports"; reason: unused.
  • Removed service "mailer.transport_factory"; reason: unused.
  • Removed service "mailer.default_transport"; reason: unused.
  • Removed service "mailer.messenger.message_handler"; reason: unused.
  • Removed service "mailer.transport_factory.null"; reason: unused.
  • Removed service "mailer.transport_factory.sendmail"; reason: unused.
  • Removed service "mailer.transport_factory.smtp"; reason: unused.
  • Removed service "notifier"; reason: unused.
  • Removed service "notifier.channel_policy"; reason: unused.
  • Removed service "notifier.channel.browser"; reason: unused.
  • Removed service "notifier.channel.chat"; reason: unused.
  • Removed service "notifier.channel.sms"; reason: unused.
  • Removed service "notifier.channel.email"; reason: unused.
  • Removed service "notifier.monolog_handler"; reason: unused.
  • Removed service "notifier.failed_message_listener"; reason: unused.
  • Removed service "chatter.transports"; reason: unused.
  • Removed service "chatter.transport_factory"; reason: unused.
  • Removed service "chatter.messenger.chat_handler"; reason: unused.
  • Removed service "texter.transports"; reason: unused.
  • Removed service "texter.transport_factory"; reason: unused.
  • Removed service "texter.messenger.sms_handler"; reason: unused.
  • Removed service "notifier.transport_factory.null"; reason: unused.
  • Removed service "notifier.admin_recipient.0"; reason: unused.
  • Removed service "validator.mapping.cache.adapter"; reason: unused.
  • Removed service "translator.logging"; 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 "twig.loader.chain"; reason: unused.
  • Removed service "twig.extension.debug"; reason: unused.
  • Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
  • Removed service ".1_ServiceLocator~ucdFAyo"; reason: unused.
  • Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
  • Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
  • Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
  • Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
  • Removed service "security.authentication.session_strategy_noop"; reason: unused.
  • Removed service "security.authentication.listener.anonymous"; reason: unused.
  • Removed service "security.authentication.provider.anonymous"; reason: unused.
  • Removed service "security.authentication.basic_entry_point"; reason: unused.
  • Removed service "security.context_listener"; reason: unused.
  • Removed service "security.logout.handler.session"; reason: unused.
  • Removed service "security.rememberme.token.provider.in_memory"; reason: unused.
  • Removed service "security.authentication.guard_handler"; 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 ".4_Swift_Transport_Esmtp_Auth_NTLMAuthenticator~6_lVPLC"; reason: unused.
  • Removed service ".3_Swift_Transport_Esmtp_Auth_PlainAuthenticator~6_lVPLC"; reason: unused.
  • Removed service ".2_Swift_Transport_Esmtp_Auth_LoginAuthenticator~6_lVPLC"; reason: unused.
  • Removed service ".1_Swift_Transport_Esmtp_Auth_CramMd5Authenticator~6_lVPLC"; reason: unused.
  • Removed service "swiftmailer.transport.failover"; reason: unused.
  • Removed service "swiftmailer.transport.replacementfactory"; reason: unused.
  • Removed service "vich_uploader.adapter.mongodb"; reason: unused.
  • Removed service "vich_uploader.adapter.phpcr"; reason: unused.
  • Removed service "vich_uploader.listener.inject.orm"; reason: unused.
  • Removed service "vich_uploader.listener.upload.orm"; reason: unused.
  • Removed service "vich_uploader.listener.clean.orm"; reason: unused.
  • Removed service "vich_uploader.listener.remove.orm"; reason: unused.
  • Removed service "vich_uploader.listener.inject.mongodb"; reason: unused.
  • Removed service "vich_uploader.listener.upload.mongodb"; reason: unused.
  • Removed service "vich_uploader.listener.clean.mongodb"; reason: unused.
  • Removed service "vich_uploader.listener.remove.mongodb"; reason: unused.
  • Removed service "vich_uploader.listener.inject.phpcr"; reason: unused.
  • Removed service "vich_uploader.listener.upload.phpcr"; reason: unused.
  • Removed service "vich_uploader.listener.clean.phpcr"; reason: unused.
  • Removed service "vich_uploader.listener.remove.phpcr"; reason: unused.
  • Removed service "monolog.logger.translation"; reason: unused.
  • Removed service ".service_locator.wnlveDj"; reason: unused.
  • Removed service ".service_locator.saJSzyL"; reason: unused.
99
Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass
  • Inlined service ".service_locator.pNNo5z3.App\Controller\AbDirectorReportingController" to "App\Controller\AbDirectorReportingController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\AbplanetaskController" to "App\Controller\AbplanetaskController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\AdminController" to "App\Controller\AdminController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\BillingreportController" to "App\Controller\BillingreportController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\CompanyController" to "App\Controller\CompanyController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\DirectorController" to "App\Controller\DirectorController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\FilesForUserController" to "App\Controller\FilesForUserController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\FilesUserController" to "App\Controller\FilesUserController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\FilesUsersAdminController" to "App\Controller\FilesUsersAdminController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\FilesUsersManage\AdminFilesUsersController" to "App\Controller\FilesUsersManage\AdminFilesUsersController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\FilesUsersManage\EmailingDocsUsersController" to "App\Controller\FilesUsersManage\EmailingDocsUsersController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\FilesUsersManage\abdelTestController" to "App\Controller\FilesUsersManage\abdelTestController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\HomeController" to "App\Controller\HomeController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\ListTasksUserController" to "App\Controller\ListTasksUserController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\ProfileController" to "App\Controller\ProfileController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\ProjectController" to "App\Controller\ProjectController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\ProjectDocumentController" to "App\Controller\ProjectDocumentController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\ReportController" to "App\Controller\ReportController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\ReportUserController" to "App\Controller\ReportUserController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\SecurityController" to "App\Controller\SecurityController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\TaskController" to "App\Controller\TaskController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\TestDocumentController" to "App\Controller\TestDocumentController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\TimerTaskController" to "App\Controller\TimerTaskController".
  • Inlined service ".service_locator.pNNo5z3.App\Controller\UsercompaniesController" to "App\Controller\UsercompaniesController".
  • Inlined service "error_handler.error_renderer.serializer" to "error_controller".
  • Inlined service "debug.controller_resolver" to "http_kernel".
  • Inlined service "debug.argument_resolver" to "http_kernel".
  • Inlined service ".service_locator._cmka45" to "fragment.handler".
  • Inlined service ".1_~2z3LXVa" to "error_handler.error_renderer.html".
  • Inlined service ".2_~2z3LXVa" to "error_handler.error_renderer.html".
  • Inlined service "monolog.logger.console" to "console.error_listener".
  • Inlined service "translation.writer" to "console.command.translation_update".
  • Inlined service "cache.app.recorder_inner" to "cache.app".
  • Inlined service "cache.system.recorder_inner" to "cache.system".
  • Inlined service "cache.validator.recorder_inner" to "cache.validator".
  • Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
  • Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
  • Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
  • Inlined service "session.storage.metadata_bag" to "session.storage.native".
  • Inlined service ".service_locator.Bppmeg3" to "session_listener".
  • Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
  • Inlined service ".1_ResolvedFormTypeFactory~vsCaH8j" to "form.resolved_type_factory".
  • Inlined service "form.extension" to "form.registry".
  • Inlined service "form.resolved_type_factory" to "form.registry".
  • Inlined service ".service_locator.mYYAlhn" to "form.extension".
  • Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
  • Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
  • Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
  • Inlined service "assets._default_package" to "assets.packages".
  • Inlined service "assets.empty_version_strategy" to "assets._default_package".
  • Inlined service "assets.context" to "assets._default_package".
  • Inlined service "validator.validator_factory" to "validator.builder".
  • Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
  • Inlined service "validator.property_info_loader" to "validator.builder".
  • Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
  • Inlined service ".service_locator.Y7gDuDN" to "validator.validator_factory".
  • Inlined service ".service_locator.V.o0zE7" 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.JFjjyG5.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.http_client" to "profiler".
  • Inlined service "data_collector.doctrine" to "profiler".
  • Inlined service "swiftmailer.data_collector" to "profiler".
  • Inlined service "mailer.data_collector" to "profiler".
  • Inlined service "Vich\UploaderBundle\DataCollector\MappingCollector" to "profiler".
  • Inlined service "data_collector.config" to "profiler".
  • Inlined service "data_collector.form.extractor" to "data_collector.form".
  • Inlined service "monolog.logger.php" to "debug.debug_handlers_listener".
  • Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
  • Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
  • Inlined service "routing.loader.xml" to "routing.resolver".
  • Inlined service "routing.loader.yml" to "routing.resolver".
  • Inlined service "routing.loader.php" to "routing.resolver".
  • Inlined service "routing.loader.glob" to "routing.resolver".
  • Inlined service "routing.loader.directory" to "routing.resolver".
  • Inlined service "routing.loader.container" to "routing.resolver".
  • Inlined service "routing.loader.annotation.directory" to "routing.resolver".
  • Inlined service "routing.loader.annotation.file" to "routing.resolver".
  • Inlined service ".service_locator.mshSVvX" to "routing.loader.container".
  • Inlined service "routing.resolver" to "routing.loader".
  • Inlined service ".service_locator.3TLJ8AE.router.cache_warmer" to "router.cache_warmer".
  • Inlined service "annotations.dummy_registry" to "annotations.reader".
  • Inlined service ".1_ArrayCache~XlUSoRA" to "annotations.cached_reader".
  • Inlined service ".2_PhpArrayAdapter~XlUSoRA" to "annotations.cache".
  • Inlined service "cache.property_access" to "property_accessor".
  • Inlined service "serializer.normalizer.problem" 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 "serializer.encoder.xml" to "serializer".
  • Inlined service "serializer.encoder.json" to "serializer".
  • Inlined service "serializer.encoder.yaml" to "serializer".
  • Inlined service "serializer.encoder.csv" to "serializer".
  • Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer.normalizer.object".
  • Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
  • Inlined service ".1_~gjBUnbA" to "error_handler.error_renderer.serializer".
  • Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
  • Inlined service ".2_~gjBUnbA" to "error_handler.error_renderer.serializer".
  • Inlined service "twig.loader.native_filesystem" to "twig".
  • Inlined service "twig.extension.security_csrf" to "twig".
  • Inlined service "twig.extension.profiler" to "twig".
  • Inlined service "twig.extension.trans" to "twig".
  • Inlined service "twig.extension.assets" to "twig".
  • Inlined service "twig.extension.code" to "twig".
  • Inlined service "twig.extension.routing" to "twig".
  • Inlined service "twig.extension.yaml" to "twig".
  • Inlined service "twig.extension.debug.stopwatch" to "twig".
  • Inlined service "twig.extension.expression" to "twig".
  • Inlined service "twig.extension.httpkernel" to "twig".
  • Inlined service "twig.extension.httpfoundation" to "twig".
  • Inlined service "twig.extension.weblink" to "twig".
  • Inlined service "twig.extension.form" to "twig".
  • Inlined service "twig.extension.logout_url" to "twig".
  • Inlined service "twig.extension.security" to "twig".
  • Inlined service "twig.extension.dump" to "twig".
  • Inlined service "doctrine.twig.doctrine_extension" to "twig".
  • Inlined service "twig.extension.webprofiler" to "twig".
  • Inlined service "Vich\UploaderBundle\Twig\Extension\UploaderExtension" to "twig".
  • Inlined service "twig.app_variable" to "twig".
  • Inlined service "twig.runtime_loader" to "twig".
  • Inlined service "twig.missing_extension_suggestor" to "twig".
  • Inlined service "twig.missing_extension_suggestor" to "twig".
  • Inlined service "twig.configurator.environment" to "twig".
  • Inlined service ".service_locator.lSARbri.twig.template_cache_warmer" to "twig.template_cache_warmer".
  • Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
  • Inlined service "assets.packages" to "twig.extension.assets".
  • Inlined service "fragment.handler" to "twig.runtime.httpkernel".
  • Inlined service "url_helper" to "twig.extension.httpfoundation".
  • Inlined service ".service_locator.7YWluy." to "twig.runtime_loader".
  • Inlined service ".1_~lHtFdVD" to "twig.error_renderer.html".
  • Inlined service "twig.form.engine" to "twig.form.renderer".
  • Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
  • Inlined service "sensio_framework_extra.converter.manager" to "sensio_framework_extra.converter.listener".
  • Inlined service "sensio_framework_extra.converter.doctrine.orm" to "sensio_framework_extra.converter.manager".
  • Inlined service "framework_extra_bundle.date_time_param_converter" to "sensio_framework_extra.converter.manager".
  • Inlined service "sensio_framework_extra.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 ".service_locator.o78Purd.sensio_framework_extra.view.listener" to "sensio_framework_extra.view.listener".
  • Inlined service "sensio_framework_extra.security.expression_language.default" to "sensio_framework_extra.security.listener".
  • 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.bpvU51K" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "vich_uploader.listener.clean.project_attachments" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "vich_uploader.listener.remove.project_attachments" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "vich_uploader.listener.upload.project_attachments" 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.LB7LDLQ" 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_number_aware" 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 "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 ".service_locator.XjnY8xG" to "security.token_storage".
  • Inlined service ".service_locator.6zQlgQt" to "security.helper".
  • Inlined service "security.expression_language" to "security.access.expression_voter".
  • Inlined service ".service_locator.iuGr.fa" 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.5dJADCx" to "security.access_map".
  • Inlined service ".security.request_matcher.PfWOvtR" to "security.access_map".
  • Inlined service ".security.request_matcher.Pn7yvdV" to "security.access_map".
  • Inlined service ".security.request_matcher.bDMiqQT" to "security.access_map".
  • Inlined service ".security.request_matcher.yJoB2n2" to "security.access_map".
  • Inlined service ".security.request_matcher.15DExA2" to "security.access_map".
  • Inlined service ".security.request_matcher.xujZZ.E" 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.logout.success_handler.main" to "security.logout_listener.main".
  • Inlined service "security.logout.handler.csrf_token_clearing" to "security.logout_listener.main".
  • Inlined service "security.authentication.success_handler.main.form_login" to "security.authentication.listener.form.main".
  • Inlined service "security.authentication.failure_handler.main.form_login" to "security.authentication.listener.form.main".
  • Inlined service "security.authentication.form_entry_point.main" to "security.exception_listener.main".
  • Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
  • Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
  • Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
  • Inlined service "web_profiler.csp.handler" to "web_profiler.controller.profiler".
  • Inlined service ".1_NonceGenerator~kNhd9BV" to "web_profiler.csp.handler".
  • Inlined service ".2_HtmlDumper~kNhd9BV" to "twig.extension.webprofiler".
  • Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
  • Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
  • Inlined service ".1_SourceContextProvider~_5GBy2q" to "var_dumper.contextualized_cli_dumper".
  • Inlined service ".2_SourceContextProvider~_5GBy2q" to "var_dumper.server_connection".
  • Inlined service ".3_RequestContextProvider~_5GBy2q" to "var_dumper.server_connection".
  • Inlined service ".4_CliContextProvider~_5GBy2q" to "var_dumper.server_connection".
  • Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
  • Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
  • Inlined service ".5_CliDescriptor~_5GBy2q" to "var_dumper.command.server_dump".
  • Inlined service ".6_HtmlDescriptor~_5GBy2q" to "var_dumper.command.server_dump".
  • Inlined service "maker.autoloader_util" to "maker.file_manager".
  • Inlined service "maker.file_link_formatter" to "maker.file_manager".
  • Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
  • Inlined service "maker.event_registry" to "maker.maker.make_subscriber".
  • Inlined service "maker.user_class_builder" to "maker.maker.make_user".
  • Inlined service "doctrine.fixtures.loader" to "doctrine.fixtures_load_command".
  • Inlined service "App\DataFixtures\AppFixtures" to "doctrine.fixtures.loader".
  • Inlined service "App\DataFixtures\UserFixtures" to "doctrine.fixtures.loader".
  • Inlined service "vich_uploader.metadata_driver.xml" to "vich_uploader.metadata_driver.chain".
  • Inlined service "vich_uploader.metadata_driver.annotation" to "vich_uploader.metadata_driver.chain".
  • Inlined service "vich_uploader.metadata_driver.yaml" to "vich_uploader.metadata_driver.chain".
  • Inlined service "vich_uploader.metadata_driver.chain" to "vich_uploader.metadata_factory".
  • Inlined service "vich_uploader.metadata.cache.file_cache" to "vich_uploader.metadata_factory".
  • Inlined service "vich_uploader.metadata_factory" to "vich_uploader.metadata_reader".
  • Inlined service "vich_uploader.current_date_time_helper" to "Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer".
  • Inlined service "vich_uploader.file_injector" to "vich_uploader.upload_handler".
  • Inlined service "Vich\UploaderBundle\Templating\Helper\UploaderHelper" to "Vich\UploaderBundle\Twig\Extension\UploaderExtension".
  • Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
  • Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
  • Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
  • Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
  • Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
  • Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
  • Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
  • Inlined service "maker.maker.make_functional_test" to "maker.auto_command.make_functional_test".
  • Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
  • Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
  • Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
  • Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
  • Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
  • Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
  • Inlined service "maker.maker.make_subscriber" to "maker.auto_command.make_subscriber".
  • Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
  • Inlined service "maker.maker.make_unit_test" to "maker.auto_command.make_unit_test".
  • Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
  • Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
  • Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
  • Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
  • Inlined service "debug.argument_resolver.request_attribute.inner" to "debug.argument_resolver.request_attribute".
  • Inlined service "debug.argument_resolver.request.inner" to "debug.argument_resolver.request".
  • Inlined service "debug.argument_resolver.session.inner" to "debug.argument_resolver.session".
  • Inlined service "debug.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 ".debug.http_client.inner" to ".debug.http_client".
  • 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 "monolog.handler.null_internal" to "monolog.logger.event".
  • Inlined service ".service_locator.JFjjyG5" to ".service_locator.JFjjyG5.translation.warmer".
  • Inlined service ".service_locator.LoApRHL" to ".service_locator.LoApRHL.router.default".
  • Inlined service ".service_locator.3TLJ8AE" to ".service_locator.3TLJ8AE.router.cache_warmer".
  • Inlined service ".service_locator.lSARbri" to ".service_locator.lSARbri.twig.template_cache_warmer".
  • Inlined service ".service_locator.o78Purd" to ".service_locator.o78Purd.sensio_framework_extra.view.listener".
  • Inlined service "monolog.logger.http_client" to ".debug.http_client.inner".
  • Inlined service ".service_locator.bfGq_DE" to "console.command_loader".
  • Inlined service "cache.default_marshaller" to "cache.app.recorder_inner".
  • Inlined service ".service_locator.LoApRHL.router.default" to "router".
  • Inlined service "monolog.logger.router" to "router".
  • Inlined service "swiftmailer.mailer.default.spool.memory" to "swiftmailer.transport".
  • Inlined service "debug.validator.inner" to "validator".
  • Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
  • Inlined service "monolog.logger.event" to "event_dispatcher".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "serializer.name_converter.metadata_aware" to "serializer".
  • Inlined service "serializer.name_converter.metadata_aware" to "serializer".
  • Inlined service "vich_uploader.adapter.orm" to "doctrine.dbal.default_connection".
  • Inlined service "vich_uploader.adapter.orm" to "doctrine.dbal.default_connection".
  • Inlined service "vich_uploader.adapter.orm" to "doctrine.dbal.default_connection".
  • Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
  • Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
315
Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\UnusedTagsPass
  • Tag "container.preload" was defined on service(s) "doctrine.orm.default_entity_manager", but was never used.
1