https://dev.myclean.info/robots.txt

Log Messages

Info. & Errors 1

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

Level Channel Message
ERROR request Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://dev.myclean.info/robots.txt"" at /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136
[
  "exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#244
    #message: "No route found for "GET https://dev.myclean.info/robots.txt""
    #code: 0
    #file: "/home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/RouterListener.php"
    #line: 136
    -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#198 …}
    -statusCode: 404
    -headers: []
    trace: {
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/RouterListener.php:136 {
        Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
        › 
        ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
      }
      /home/frontend_devel/myclean/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);}
      /home/frontend_devel/myclean/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/frontend_devel/myclean/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);}
      }
      /home/frontend_devel/myclean/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 {
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:133 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/frontend_devel/myclean/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/RouterListener.php:136 {
    Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
    › 
    ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
  }
  /home/frontend_devel/myclean/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);}
  /home/frontend_devel/myclean/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/frontend_devel/myclean/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);}
  }
  /home/frontend_devel/myclean/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 {
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:133 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/frontend_devel/myclean/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}

Deprecations 40

Log messages generated by using features marked as deprecated.

Time Channel Message
php Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#6
    #message: "Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::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/frontend_devel/myclean/vendor/symfony/http-foundation/ParameterBag.php"
    #line: 210
    #severity: E_DEPRECATED
    trace: {
      /home/frontend_devel/myclean/vendor/symfony/http-foundation/ParameterBag.php:210 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function getIterator(){
      }
      /home/frontend_devel/myclean/vendor/symfony/http-foundation/ParameterBag.php:21 {
        class_exists(string $class, bool $autoload = true): bool …
        ›  */class ParameterBag implements \IteratorAggregate, \Countable{
      }
      /home/frontend_devel/myclean/vendor/symfony/http-foundation/Request.php:22 {
        include …
        › class_exists(AcceptHeader::class);class_exists(FileBag::class);class_exists(HeaderBag::class);
      }
      /home/frontend_devel/myclean/vendor/symfony/error-handler/DebugClassLoader.php:346 {
        Symfony\Component\ErrorHandler\DebugClassLoader->loadClass(string $class): void …
        › } elseif (\function_exists('opcache_is_script_cached') && @opcache_is_script_cached($file)) {    include $file;}
      /home/frontend_devel/myclean/public/index.php:24 {$kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);$request = Request::createFromGlobals();$response = $kernel->handle($request);
      }
    }
  }
]
php Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#9
    #message: "Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::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/frontend_devel/myclean/vendor/symfony/http-foundation/ParameterBag.php"
    #line: 220
    #severity: E_DEPRECATED
    trace: {
      /home/frontend_devel/myclean/vendor/symfony/http-foundation/ParameterBag.php:220 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function count(){
      }
      /home/frontend_devel/myclean/vendor/symfony/http-foundation/ParameterBag.php:21 {
        class_exists(string $class, bool $autoload = true): bool …
        ›  */class ParameterBag implements \IteratorAggregate, \Countable{
      }
      /home/frontend_devel/myclean/vendor/symfony/http-foundation/Request.php:22 {
        include …
        › class_exists(AcceptHeader::class);class_exists(FileBag::class);class_exists(HeaderBag::class);
      }
      /home/frontend_devel/myclean/vendor/symfony/error-handler/DebugClassLoader.php:346 {
        Symfony\Component\ErrorHandler\DebugClassLoader->loadClass(string $class): void …
        › } elseif (\function_exists('opcache_is_script_cached') && @opcache_is_script_cached($file)) {    include $file;}
      /home/frontend_devel/myclean/public/index.php:24 {$kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);$request = Request::createFromGlobals();$response = $kernel->handle($request);
      }
    }
  }
]
php Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#10
    #message: "Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::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/frontend_devel/myclean/vendor/symfony/http-foundation/HeaderBag.php"
    #line: 255
    #severity: E_DEPRECATED
    trace: {
      /home/frontend_devel/myclean/vendor/symfony/http-foundation/HeaderBag.php:255 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function getIterator(){
      }
      /home/frontend_devel/myclean/vendor/symfony/http-foundation/HeaderBag.php:19 {
        class_exists(string $class, bool $autoload = true): bool …
        ›  */class HeaderBag implements \IteratorAggregate, \Countable{
      }
      /home/frontend_devel/myclean/vendor/symfony/http-foundation/Request.php:23 {
        include …
        › class_exists(FileBag::class);class_exists(HeaderBag::class);class_exists(HeaderUtils::class);
      }
      /home/frontend_devel/myclean/vendor/symfony/error-handler/DebugClassLoader.php:346 {
        Symfony\Component\ErrorHandler\DebugClassLoader->loadClass(string $class): void …
        › } elseif (\function_exists('opcache_is_script_cached') && @opcache_is_script_cached($file)) {    include $file;}
      /home/frontend_devel/myclean/public/index.php:24 {$kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);$request = Request::createFromGlobals();$response = $kernel->handle($request);
      }
    }
  }
]
php Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#11
    #message: "Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::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/frontend_devel/myclean/vendor/symfony/http-foundation/HeaderBag.php"
    #line: 265
    #severity: E_DEPRECATED
    trace: {
      /home/frontend_devel/myclean/vendor/symfony/http-foundation/HeaderBag.php:265 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function count(){
      }
      /home/frontend_devel/myclean/vendor/symfony/http-foundation/HeaderBag.php:19 {
        class_exists(string $class, bool $autoload = true): bool …
        ›  */class HeaderBag implements \IteratorAggregate, \Countable{
      }
      /home/frontend_devel/myclean/vendor/symfony/http-foundation/Request.php:23 {
        include …
        › class_exists(FileBag::class);class_exists(HeaderBag::class);class_exists(HeaderUtils::class);
      }
      /home/frontend_devel/myclean/vendor/symfony/error-handler/DebugClassLoader.php:346 {
        Symfony\Component\ErrorHandler\DebugClassLoader->loadClass(string $class): void …
        › } elseif (\function_exists('opcache_is_script_cached') && @opcache_is_script_cached($file)) {    include $file;}
      /home/frontend_devel/myclean/public/index.php:24 {$kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);$request = Request::createFromGlobals();$response = $kernel->handle($request);
      }
    }
  }
]
php Deprecated: Return type of Symfony\Component\Finder\Finder::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#36
    #message: "Deprecated: Return type of Symfony\Component\Finder\Finder::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/frontend_devel/myclean/vendor/symfony/finder/Finder.php"
    #line: 608
    #severity: E_DEPRECATED
    trace: {
      /home/frontend_devel/myclean/vendor/symfony/finder/Finder.php:608 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function getIterator(){
      }
      /home/frontend_devel/myclean/vendor/symfony/finder/Finder.php:40 {
        class_exists(string $class, bool $autoload = true): bool …
        ›  */class Finder implements \IteratorAggregate, \Countable{
      }
      /home/frontend_devel/myclean/vendor/symfony/config/Resource/GlobResource.php:170 {
        Symfony\Component\Config\Resource\GlobResource->getIterator(): Traversable …
        › 
        › if (!class_exists(Finder::class)) {    throw new \LogicException(sprintf('Extended glob pattern "%s" cannot be used as the Finder component is not installed.', $this->pattern));
      }
      /home/frontend_devel/myclean/vendor/symfony/config/Resource/GlobResource.php:202 {
        Symfony\Component\Config\Resource\GlobResource->computeHash(): string …
        › 
        › foreach ($this->getIterator() as $path => $info) {    hash_update($hash, $path."\n");
      }
      /home/frontend_devel/myclean/vendor/symfony/config/Resource/GlobResource.php:76 {
        Symfony\Component\Config\Resource\GlobResource->isFresh(int $timestamp): bool …
        › {    $hash = $this->computeHash();}
      /home/frontend_devel/myclean/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php:34 {
        Symfony\Component\Config\Resource\SelfCheckingResourceChecker->isFresh(ResourceInterface $resource, int $timestamp) …
        ›     /* @var SelfCheckingResourceInterface $resource */    return $resource->isFresh($timestamp);}
      }
      /home/frontend_devel/myclean/vendor/symfony/config/ResourceCheckerConfigCache.php:99 {
        Symfony\Component\Config\ResourceCheckerConfigCache->isFresh() …
        › }if ($checker->isFresh($resource, $time)) {    break; // no need to further check this resource
      }
      /home/frontend_devel/myclean/vendor/symfony/config/ConfigCache.php:60 {
        Symfony\Component\Config\ConfigCache->isFresh() …
        › 
        ›     return parent::isFresh();}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:451 {
        Symfony\Component\HttpKernel\Kernel->initializeContainer() …
        › if (is_file($cachePath) && \is_object($this->container = include $cachePath)    && (!$this->debug || (self::$freshCache[$cachePath] ?? $cache->isFresh()))) {
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:786 {
        Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
        › $this->initializeBundles();$this->initializeContainer();}
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:187 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
      /home/frontend_devel/myclean/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/frontend_devel/myclean/vendor/symfony/finder/Finder.php:608 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function getIterator(){
  }
  /home/frontend_devel/myclean/vendor/symfony/finder/Finder.php:40 {
    class_exists(string $class, bool $autoload = true): bool …
    ›  */class Finder implements \IteratorAggregate, \Countable{
  }
  /home/frontend_devel/myclean/vendor/symfony/config/Resource/GlobResource.php:170 {
    Symfony\Component\Config\Resource\GlobResource->getIterator(): Traversable …
    › 
    › if (!class_exists(Finder::class)) {    throw new \LogicException(sprintf('Extended glob pattern "%s" cannot be used as the Finder component is not installed.', $this->pattern));
  }
  /home/frontend_devel/myclean/vendor/symfony/config/Resource/GlobResource.php:202 {
    Symfony\Component\Config\Resource\GlobResource->computeHash(): string …
    › 
    › foreach ($this->getIterator() as $path => $info) {    hash_update($hash, $path."\n");
  }
  /home/frontend_devel/myclean/vendor/symfony/config/Resource/GlobResource.php:76 {
    Symfony\Component\Config\Resource\GlobResource->isFresh(int $timestamp): bool …
    › {    $hash = $this->computeHash();}
  /home/frontend_devel/myclean/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php:34 {
    Symfony\Component\Config\Resource\SelfCheckingResourceChecker->isFresh(ResourceInterface $resource, int $timestamp) …
    ›     /* @var SelfCheckingResourceInterface $resource */    return $resource->isFresh($timestamp);}
  }
  /home/frontend_devel/myclean/vendor/symfony/config/ResourceCheckerConfigCache.php:99 {
    Symfony\Component\Config\ResourceCheckerConfigCache->isFresh() …
    › }if ($checker->isFresh($resource, $time)) {    break; // no need to further check this resource
  }
  /home/frontend_devel/myclean/vendor/symfony/config/ConfigCache.php:60 {
    Symfony\Component\Config\ConfigCache->isFresh() …
    › 
    ›     return parent::isFresh();}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:451 {
    Symfony\Component\HttpKernel\Kernel->initializeContainer() …
    › if (is_file($cachePath) && \is_object($this->container = include $cachePath)    && (!$this->debug || (self::$freshCache[$cachePath] ?? $cache->isFresh()))) {
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:786 {
    Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
    › $this->initializeBundles();$this->initializeContainer();}
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:187 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
  /home/frontend_devel/myclean/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Symfony\Component\Finder\Finder::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#177
    #message: "Deprecated: Return type of Symfony\Component\Finder\Finder::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/frontend_devel/myclean/vendor/symfony/finder/Finder.php"
    #line: 690
    #severity: E_DEPRECATED
    trace: {
      /home/frontend_devel/myclean/vendor/symfony/finder/Finder.php:690 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function count(){
      }
      /home/frontend_devel/myclean/vendor/symfony/finder/Finder.php:40 {
        class_exists(string $class, bool $autoload = true): bool …
        ›  */class Finder implements \IteratorAggregate, \Countable{
      }
      /home/frontend_devel/myclean/vendor/symfony/config/Resource/GlobResource.php:170 {
        Symfony\Component\Config\Resource\GlobResource->getIterator(): Traversable …
        › 
        › if (!class_exists(Finder::class)) {    throw new \LogicException(sprintf('Extended glob pattern "%s" cannot be used as the Finder component is not installed.', $this->pattern));
      }
      /home/frontend_devel/myclean/vendor/symfony/config/Resource/GlobResource.php:202 {
        Symfony\Component\Config\Resource\GlobResource->computeHash(): string …
        › 
        › foreach ($this->getIterator() as $path => $info) {    hash_update($hash, $path."\n");
      }
      /home/frontend_devel/myclean/vendor/symfony/config/Resource/GlobResource.php:76 {
        Symfony\Component\Config\Resource\GlobResource->isFresh(int $timestamp): bool …
        › {    $hash = $this->computeHash();}
      /home/frontend_devel/myclean/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php:34 {
        Symfony\Component\Config\Resource\SelfCheckingResourceChecker->isFresh(ResourceInterface $resource, int $timestamp) …
        ›     /* @var SelfCheckingResourceInterface $resource */    return $resource->isFresh($timestamp);}
      }
      /home/frontend_devel/myclean/vendor/symfony/config/ResourceCheckerConfigCache.php:99 {
        Symfony\Component\Config\ResourceCheckerConfigCache->isFresh() …
        › }if ($checker->isFresh($resource, $time)) {    break; // no need to further check this resource
      }
      /home/frontend_devel/myclean/vendor/symfony/config/ConfigCache.php:60 {
        Symfony\Component\Config\ConfigCache->isFresh() …
        › 
        ›     return parent::isFresh();}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:451 {
        Symfony\Component\HttpKernel\Kernel->initializeContainer() …
        › if (is_file($cachePath) && \is_object($this->container = include $cachePath)    && (!$this->debug || (self::$freshCache[$cachePath] ?? $cache->isFresh()))) {
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:786 {
        Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
        › $this->initializeBundles();$this->initializeContainer();}
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:187 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
      /home/frontend_devel/myclean/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/frontend_devel/myclean/vendor/symfony/finder/Finder.php:690 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function count(){
  }
  /home/frontend_devel/myclean/vendor/symfony/finder/Finder.php:40 {
    class_exists(string $class, bool $autoload = true): bool …
    ›  */class Finder implements \IteratorAggregate, \Countable{
  }
  /home/frontend_devel/myclean/vendor/symfony/config/Resource/GlobResource.php:170 {
    Symfony\Component\Config\Resource\GlobResource->getIterator(): Traversable …
    › 
    › if (!class_exists(Finder::class)) {    throw new \LogicException(sprintf('Extended glob pattern "%s" cannot be used as the Finder component is not installed.', $this->pattern));
  }
  /home/frontend_devel/myclean/vendor/symfony/config/Resource/GlobResource.php:202 {
    Symfony\Component\Config\Resource\GlobResource->computeHash(): string …
    › 
    › foreach ($this->getIterator() as $path => $info) {    hash_update($hash, $path."\n");
  }
  /home/frontend_devel/myclean/vendor/symfony/config/Resource/GlobResource.php:76 {
    Symfony\Component\Config\Resource\GlobResource->isFresh(int $timestamp): bool …
    › {    $hash = $this->computeHash();}
  /home/frontend_devel/myclean/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php:34 {
    Symfony\Component\Config\Resource\SelfCheckingResourceChecker->isFresh(ResourceInterface $resource, int $timestamp) …
    ›     /* @var SelfCheckingResourceInterface $resource */    return $resource->isFresh($timestamp);}
  }
  /home/frontend_devel/myclean/vendor/symfony/config/ResourceCheckerConfigCache.php:99 {
    Symfony\Component\Config\ResourceCheckerConfigCache->isFresh() …
    › }if ($checker->isFresh($resource, $time)) {    break; // no need to further check this resource
  }
  /home/frontend_devel/myclean/vendor/symfony/config/ConfigCache.php:60 {
    Symfony\Component\Config\ConfigCache->isFresh() …
    › 
    ›     return parent::isFresh();}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:451 {
    Symfony\Component\HttpKernel\Kernel->initializeContainer() …
    › if (is_file($cachePath) && \is_object($this->container = include $cachePath)    && (!$this->debug || (self::$freshCache[$cachePath] ?? $cache->isFresh()))) {
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:786 {
    Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
    › $this->initializeBundles();$this->initializeContainer();}
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:187 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
  /home/frontend_devel/myclean/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Symfony\Component\Finder\Iterator\SortableIterator::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#180
    #message: "Deprecated: Return type of Symfony\Component\Finder\Iterator\SortableIterator::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/frontend_devel/myclean/vendor/symfony/finder/Iterator/SortableIterator.php"
    #line: 85
    #severity: E_DEPRECATED
    trace: {
      /home/frontend_devel/myclean/vendor/symfony/finder/Iterator/SortableIterator.php:85 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function getIterator(){
      }
      /home/frontend_devel/myclean/vendor/symfony/finder/Iterator/SortableIterator.php:19 {
        Symfony\Component\Finder\Finder->sortByName(bool $useNaturalSort = false) …
        ›  */class SortableIterator implements \IteratorAggregate{
      }
      /home/frontend_devel/myclean/vendor/symfony/config/Resource/GlobResource.php:181 {
        Symfony\Component\Config\Resource\GlobResource->getIterator(): Traversable …
        › $prefixLen = \strlen($this->prefix);foreach ($finder->followLinks()->sortByName()->in($this->prefix) as $path => $info) {    $normalizedPath = str_replace('\\', '/', $path);
      }
      /home/frontend_devel/myclean/vendor/symfony/config/Resource/GlobResource.php:202 {
        Symfony\Component\Config\Resource\GlobResource->computeHash(): string …
        › 
        › foreach ($this->getIterator() as $path => $info) {    hash_update($hash, $path."\n");
      }
      /home/frontend_devel/myclean/vendor/symfony/config/Resource/GlobResource.php:76 {
        Symfony\Component\Config\Resource\GlobResource->isFresh(int $timestamp): bool …
        › {    $hash = $this->computeHash();}
      /home/frontend_devel/myclean/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php:34 {
        Symfony\Component\Config\Resource\SelfCheckingResourceChecker->isFresh(ResourceInterface $resource, int $timestamp) …
        ›     /* @var SelfCheckingResourceInterface $resource */    return $resource->isFresh($timestamp);}
      }
      /home/frontend_devel/myclean/vendor/symfony/config/ResourceCheckerConfigCache.php:99 {
        Symfony\Component\Config\ResourceCheckerConfigCache->isFresh() …
        › }if ($checker->isFresh($resource, $time)) {    break; // no need to further check this resource
      }
      /home/frontend_devel/myclean/vendor/symfony/config/ConfigCache.php:60 {
        Symfony\Component\Config\ConfigCache->isFresh() …
        › 
        ›     return parent::isFresh();}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:451 {
        Symfony\Component\HttpKernel\Kernel->initializeContainer() …
        › if (is_file($cachePath) && \is_object($this->container = include $cachePath)    && (!$this->debug || (self::$freshCache[$cachePath] ?? $cache->isFresh()))) {
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:786 {
        Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
        › $this->initializeBundles();$this->initializeContainer();}
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:187 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
      /home/frontend_devel/myclean/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/frontend_devel/myclean/vendor/symfony/finder/Iterator/SortableIterator.php:85 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function getIterator(){
  }
  /home/frontend_devel/myclean/vendor/symfony/finder/Iterator/SortableIterator.php:19 {
    Symfony\Component\Finder\Finder->sortByName(bool $useNaturalSort = false) …
    ›  */class SortableIterator implements \IteratorAggregate{
  }
  /home/frontend_devel/myclean/vendor/symfony/config/Resource/GlobResource.php:181 {
    Symfony\Component\Config\Resource\GlobResource->getIterator(): Traversable …
    › $prefixLen = \strlen($this->prefix);foreach ($finder->followLinks()->sortByName()->in($this->prefix) as $path => $info) {    $normalizedPath = str_replace('\\', '/', $path);
  }
  /home/frontend_devel/myclean/vendor/symfony/config/Resource/GlobResource.php:202 {
    Symfony\Component\Config\Resource\GlobResource->computeHash(): string …
    › 
    › foreach ($this->getIterator() as $path => $info) {    hash_update($hash, $path."\n");
  }
  /home/frontend_devel/myclean/vendor/symfony/config/Resource/GlobResource.php:76 {
    Symfony\Component\Config\Resource\GlobResource->isFresh(int $timestamp): bool …
    › {    $hash = $this->computeHash();}
  /home/frontend_devel/myclean/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php:34 {
    Symfony\Component\Config\Resource\SelfCheckingResourceChecker->isFresh(ResourceInterface $resource, int $timestamp) …
    ›     /* @var SelfCheckingResourceInterface $resource */    return $resource->isFresh($timestamp);}
  }
  /home/frontend_devel/myclean/vendor/symfony/config/ResourceCheckerConfigCache.php:99 {
    Symfony\Component\Config\ResourceCheckerConfigCache->isFresh() …
    › }if ($checker->isFresh($resource, $time)) {    break; // no need to further check this resource
  }
  /home/frontend_devel/myclean/vendor/symfony/config/ConfigCache.php:60 {
    Symfony\Component\Config\ConfigCache->isFresh() …
    › 
    ›     return parent::isFresh();}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:451 {
    Symfony\Component\HttpKernel\Kernel->initializeContainer() …
    › if (is_file($cachePath) && \is_object($this->container = include $cachePath)    && (!$this->debug || (self::$freshCache[$cachePath] ?? $cache->isFresh()))) {
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:786 {
    Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
    › $this->initializeBundles();$this->initializeContainer();}
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:187 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
  /home/frontend_devel/myclean/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Symfony\Component\Finder\Iterator\RecursiveDirectoryIterator::getChildren() should either be compatible with RecursiveDirectoryIterator::getChildren(): RecursiveDirectoryIterator, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#181
    #message: "Deprecated: Return type of Symfony\Component\Finder\Iterator\RecursiveDirectoryIterator::getChildren() should either be compatible with RecursiveDirectoryIterator::getChildren(): RecursiveDirectoryIterator, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/frontend_devel/myclean/vendor/symfony/finder/Iterator/RecursiveDirectoryIterator.php"
    #line: 85
    #severity: E_DEPRECATED
    trace: {
      /home/frontend_devel/myclean/vendor/symfony/finder/Iterator/RecursiveDirectoryIterator.php:85 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function getChildren(){
      }
      /home/frontend_devel/myclean/vendor/symfony/error-handler/DebugClassLoader.php:346 {
        Symfony\Component\Finder\Finder->searchInDirectory(string $dir): Iterator …
        › } elseif (\function_exists('opcache_is_script_cached') && @opcache_is_script_cached($file)) {    include $file;}
      /home/frontend_devel/myclean/vendor/symfony/finder/Finder.php:615 {
        Symfony\Component\Finder\Finder->getIterator() …
        › if (1 === \count($this->dirs) && 0 === \count($this->iterators)) {    $iterator = $this->searchInDirectory($this->dirs[0]);}
      /home/frontend_devel/myclean/vendor/symfony/config/Resource/GlobResource.php:181 {
        Symfony\Component\Config\Resource\GlobResource->getIterator(): Traversable …
        › $prefixLen = \strlen($this->prefix);foreach ($finder->followLinks()->sortByName()->in($this->prefix) as $path => $info) {    $normalizedPath = str_replace('\\', '/', $path);
      }
      /home/frontend_devel/myclean/vendor/symfony/config/Resource/GlobResource.php:202 {
        Symfony\Component\Config\Resource\GlobResource->computeHash(): string …
        › 
        › foreach ($this->getIterator() as $path => $info) {    hash_update($hash, $path."\n");
      }
      /home/frontend_devel/myclean/vendor/symfony/config/Resource/GlobResource.php:76 {
        Symfony\Component\Config\Resource\GlobResource->isFresh(int $timestamp): bool …
        › {    $hash = $this->computeHash();}
      /home/frontend_devel/myclean/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php:34 {
        Symfony\Component\Config\Resource\SelfCheckingResourceChecker->isFresh(ResourceInterface $resource, int $timestamp) …
        ›     /* @var SelfCheckingResourceInterface $resource */    return $resource->isFresh($timestamp);}
      }
      /home/frontend_devel/myclean/vendor/symfony/config/ResourceCheckerConfigCache.php:99 {
        Symfony\Component\Config\ResourceCheckerConfigCache->isFresh() …
        › }if ($checker->isFresh($resource, $time)) {    break; // no need to further check this resource
      }
      /home/frontend_devel/myclean/vendor/symfony/config/ConfigCache.php:60 {
        Symfony\Component\Config\ConfigCache->isFresh() …
        › 
        ›     return parent::isFresh();}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:451 {
        Symfony\Component\HttpKernel\Kernel->initializeContainer() …
        › if (is_file($cachePath) && \is_object($this->container = include $cachePath)    && (!$this->debug || (self::$freshCache[$cachePath] ?? $cache->isFresh()))) {
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:786 {
        Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
        › $this->initializeBundles();$this->initializeContainer();}
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:187 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
      /home/frontend_devel/myclean/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/frontend_devel/myclean/vendor/symfony/finder/Iterator/RecursiveDirectoryIterator.php:85 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function getChildren(){
  }
  /home/frontend_devel/myclean/vendor/symfony/error-handler/DebugClassLoader.php:346 {
    Symfony\Component\Finder\Finder->searchInDirectory(string $dir): Iterator …
    › } elseif (\function_exists('opcache_is_script_cached') && @opcache_is_script_cached($file)) {    include $file;}
  /home/frontend_devel/myclean/vendor/symfony/finder/Finder.php:615 {
    Symfony\Component\Finder\Finder->getIterator() …
    › if (1 === \count($this->dirs) && 0 === \count($this->iterators)) {    $iterator = $this->searchInDirectory($this->dirs[0]);}
  /home/frontend_devel/myclean/vendor/symfony/config/Resource/GlobResource.php:181 {
    Symfony\Component\Config\Resource\GlobResource->getIterator(): Traversable …
    › $prefixLen = \strlen($this->prefix);foreach ($finder->followLinks()->sortByName()->in($this->prefix) as $path => $info) {    $normalizedPath = str_replace('\\', '/', $path);
  }
  /home/frontend_devel/myclean/vendor/symfony/config/Resource/GlobResource.php:202 {
    Symfony\Component\Config\Resource\GlobResource->computeHash(): string …
    › 
    › foreach ($this->getIterator() as $path => $info) {    hash_update($hash, $path."\n");
  }
  /home/frontend_devel/myclean/vendor/symfony/config/Resource/GlobResource.php:76 {
    Symfony\Component\Config\Resource\GlobResource->isFresh(int $timestamp): bool …
    › {    $hash = $this->computeHash();}
  /home/frontend_devel/myclean/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php:34 {
    Symfony\Component\Config\Resource\SelfCheckingResourceChecker->isFresh(ResourceInterface $resource, int $timestamp) …
    ›     /* @var SelfCheckingResourceInterface $resource */    return $resource->isFresh($timestamp);}
  }
  /home/frontend_devel/myclean/vendor/symfony/config/ResourceCheckerConfigCache.php:99 {
    Symfony\Component\Config\ResourceCheckerConfigCache->isFresh() …
    › }if ($checker->isFresh($resource, $time)) {    break; // no need to further check this resource
  }
  /home/frontend_devel/myclean/vendor/symfony/config/ConfigCache.php:60 {
    Symfony\Component\Config\ConfigCache->isFresh() …
    › 
    ›     return parent::isFresh();}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:451 {
    Symfony\Component\HttpKernel\Kernel->initializeContainer() …
    › if (is_file($cachePath) && \is_object($this->container = include $cachePath)    && (!$this->debug || (self::$freshCache[$cachePath] ?? $cache->isFresh()))) {
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:786 {
    Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
    › $this->initializeBundles();$this->initializeContainer();}
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:187 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
  /home/frontend_devel/myclean/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Symfony\Component\Finder\Iterator\RecursiveDirectoryIterator::rewind() should either be compatible with FilesystemIterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#182
    #message: "Deprecated: Return type of Symfony\Component\Finder\Iterator\RecursiveDirectoryIterator::rewind() should either be compatible with FilesystemIterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/frontend_devel/myclean/vendor/symfony/finder/Iterator/RecursiveDirectoryIterator.php"
    #line: 113
    #severity: E_DEPRECATED
    trace: {
      /home/frontend_devel/myclean/vendor/symfony/finder/Iterator/RecursiveDirectoryIterator.php:113 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function rewind(){
      }
      /home/frontend_devel/myclean/vendor/symfony/error-handler/DebugClassLoader.php:346 {
        Symfony\Component\Finder\Finder->searchInDirectory(string $dir): Iterator …
        › } elseif (\function_exists('opcache_is_script_cached') && @opcache_is_script_cached($file)) {    include $file;}
      /home/frontend_devel/myclean/vendor/symfony/finder/Finder.php:615 {
        Symfony\Component\Finder\Finder->getIterator() …
        › if (1 === \count($this->dirs) && 0 === \count($this->iterators)) {    $iterator = $this->searchInDirectory($this->dirs[0]);}
      /home/frontend_devel/myclean/vendor/symfony/config/Resource/GlobResource.php:181 {
        Symfony\Component\Config\Resource\GlobResource->getIterator(): Traversable …
        › $prefixLen = \strlen($this->prefix);foreach ($finder->followLinks()->sortByName()->in($this->prefix) as $path => $info) {    $normalizedPath = str_replace('\\', '/', $path);
      }
      /home/frontend_devel/myclean/vendor/symfony/config/Resource/GlobResource.php:202 {
        Symfony\Component\Config\Resource\GlobResource->computeHash(): string …
        › 
        › foreach ($this->getIterator() as $path => $info) {    hash_update($hash, $path."\n");
      }
      /home/frontend_devel/myclean/vendor/symfony/config/Resource/GlobResource.php:76 {
        Symfony\Component\Config\Resource\GlobResource->isFresh(int $timestamp): bool …
        › {    $hash = $this->computeHash();}
      /home/frontend_devel/myclean/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php:34 {
        Symfony\Component\Config\Resource\SelfCheckingResourceChecker->isFresh(ResourceInterface $resource, int $timestamp) …
        ›     /* @var SelfCheckingResourceInterface $resource */    return $resource->isFresh($timestamp);}
      }
      /home/frontend_devel/myclean/vendor/symfony/config/ResourceCheckerConfigCache.php:99 {
        Symfony\Component\Config\ResourceCheckerConfigCache->isFresh() …
        › }if ($checker->isFresh($resource, $time)) {    break; // no need to further check this resource
      }
      /home/frontend_devel/myclean/vendor/symfony/config/ConfigCache.php:60 {
        Symfony\Component\Config\ConfigCache->isFresh() …
        › 
        ›     return parent::isFresh();}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:451 {
        Symfony\Component\HttpKernel\Kernel->initializeContainer() …
        › if (is_file($cachePath) && \is_object($this->container = include $cachePath)    && (!$this->debug || (self::$freshCache[$cachePath] ?? $cache->isFresh()))) {
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:786 {
        Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
        › $this->initializeBundles();$this->initializeContainer();}
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:187 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
      /home/frontend_devel/myclean/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/frontend_devel/myclean/vendor/symfony/finder/Iterator/RecursiveDirectoryIterator.php:113 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function rewind(){
  }
  /home/frontend_devel/myclean/vendor/symfony/error-handler/DebugClassLoader.php:346 {
    Symfony\Component\Finder\Finder->searchInDirectory(string $dir): Iterator …
    › } elseif (\function_exists('opcache_is_script_cached') && @opcache_is_script_cached($file)) {    include $file;}
  /home/frontend_devel/myclean/vendor/symfony/finder/Finder.php:615 {
    Symfony\Component\Finder\Finder->getIterator() …
    › if (1 === \count($this->dirs) && 0 === \count($this->iterators)) {    $iterator = $this->searchInDirectory($this->dirs[0]);}
  /home/frontend_devel/myclean/vendor/symfony/config/Resource/GlobResource.php:181 {
    Symfony\Component\Config\Resource\GlobResource->getIterator(): Traversable …
    › $prefixLen = \strlen($this->prefix);foreach ($finder->followLinks()->sortByName()->in($this->prefix) as $path => $info) {    $normalizedPath = str_replace('\\', '/', $path);
  }
  /home/frontend_devel/myclean/vendor/symfony/config/Resource/GlobResource.php:202 {
    Symfony\Component\Config\Resource\GlobResource->computeHash(): string …
    › 
    › foreach ($this->getIterator() as $path => $info) {    hash_update($hash, $path."\n");
  }
  /home/frontend_devel/myclean/vendor/symfony/config/Resource/GlobResource.php:76 {
    Symfony\Component\Config\Resource\GlobResource->isFresh(int $timestamp): bool …
    › {    $hash = $this->computeHash();}
  /home/frontend_devel/myclean/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php:34 {
    Symfony\Component\Config\Resource\SelfCheckingResourceChecker->isFresh(ResourceInterface $resource, int $timestamp) …
    ›     /* @var SelfCheckingResourceInterface $resource */    return $resource->isFresh($timestamp);}
  }
  /home/frontend_devel/myclean/vendor/symfony/config/ResourceCheckerConfigCache.php:99 {
    Symfony\Component\Config\ResourceCheckerConfigCache->isFresh() …
    › }if ($checker->isFresh($resource, $time)) {    break; // no need to further check this resource
  }
  /home/frontend_devel/myclean/vendor/symfony/config/ConfigCache.php:60 {
    Symfony\Component\Config\ConfigCache->isFresh() …
    › 
    ›     return parent::isFresh();}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:451 {
    Symfony\Component\HttpKernel\Kernel->initializeContainer() …
    › if (is_file($cachePath) && \is_object($this->container = include $cachePath)    && (!$this->debug || (self::$freshCache[$cachePath] ?? $cache->isFresh()))) {
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:786 {
    Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
    › $this->initializeBundles();$this->initializeContainer();}
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:187 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
  /home/frontend_devel/myclean/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Symfony\Component\Finder\Iterator\RecursiveDirectoryIterator::current() should either be compatible with FilesystemIterator::current(): SplFileInfo|FilesystemIterator|string, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#183
    #message: "Deprecated: Return type of Symfony\Component\Finder\Iterator\RecursiveDirectoryIterator::current() should either be compatible with FilesystemIterator::current(): SplFileInfo|FilesystemIterator|string, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/frontend_devel/myclean/vendor/symfony/finder/Iterator/RecursiveDirectoryIterator.php"
    #line: 61
    #severity: E_DEPRECATED
    trace: {
      /home/frontend_devel/myclean/vendor/symfony/finder/Iterator/RecursiveDirectoryIterator.php:61 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function current(){
      }
      /home/frontend_devel/myclean/vendor/symfony/error-handler/DebugClassLoader.php:346 {
        Symfony\Component\Finder\Finder->searchInDirectory(string $dir): Iterator …
        › } elseif (\function_exists('opcache_is_script_cached') && @opcache_is_script_cached($file)) {    include $file;}
      /home/frontend_devel/myclean/vendor/symfony/finder/Finder.php:615 {
        Symfony\Component\Finder\Finder->getIterator() …
        › if (1 === \count($this->dirs) && 0 === \count($this->iterators)) {    $iterator = $this->searchInDirectory($this->dirs[0]);}
      /home/frontend_devel/myclean/vendor/symfony/config/Resource/GlobResource.php:181 {
        Symfony\Component\Config\Resource\GlobResource->getIterator(): Traversable …
        › $prefixLen = \strlen($this->prefix);foreach ($finder->followLinks()->sortByName()->in($this->prefix) as $path => $info) {    $normalizedPath = str_replace('\\', '/', $path);
      }
      /home/frontend_devel/myclean/vendor/symfony/config/Resource/GlobResource.php:202 {
        Symfony\Component\Config\Resource\GlobResource->computeHash(): string …
        › 
        › foreach ($this->getIterator() as $path => $info) {    hash_update($hash, $path."\n");
      }
      /home/frontend_devel/myclean/vendor/symfony/config/Resource/GlobResource.php:76 {
        Symfony\Component\Config\Resource\GlobResource->isFresh(int $timestamp): bool …
        › {    $hash = $this->computeHash();}
      /home/frontend_devel/myclean/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php:34 {
        Symfony\Component\Config\Resource\SelfCheckingResourceChecker->isFresh(ResourceInterface $resource, int $timestamp) …
        ›     /* @var SelfCheckingResourceInterface $resource */    return $resource->isFresh($timestamp);}
      }
      /home/frontend_devel/myclean/vendor/symfony/config/ResourceCheckerConfigCache.php:99 {
        Symfony\Component\Config\ResourceCheckerConfigCache->isFresh() …
        › }if ($checker->isFresh($resource, $time)) {    break; // no need to further check this resource
      }
      /home/frontend_devel/myclean/vendor/symfony/config/ConfigCache.php:60 {
        Symfony\Component\Config\ConfigCache->isFresh() …
        › 
        ›     return parent::isFresh();}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:451 {
        Symfony\Component\HttpKernel\Kernel->initializeContainer() …
        › if (is_file($cachePath) && \is_object($this->container = include $cachePath)    && (!$this->debug || (self::$freshCache[$cachePath] ?? $cache->isFresh()))) {
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:786 {
        Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
        › $this->initializeBundles();$this->initializeContainer();}
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:187 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
      /home/frontend_devel/myclean/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/frontend_devel/myclean/vendor/symfony/finder/Iterator/RecursiveDirectoryIterator.php:61 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function current(){
  }
  /home/frontend_devel/myclean/vendor/symfony/error-handler/DebugClassLoader.php:346 {
    Symfony\Component\Finder\Finder->searchInDirectory(string $dir): Iterator …
    › } elseif (\function_exists('opcache_is_script_cached') && @opcache_is_script_cached($file)) {    include $file;}
  /home/frontend_devel/myclean/vendor/symfony/finder/Finder.php:615 {
    Symfony\Component\Finder\Finder->getIterator() …
    › if (1 === \count($this->dirs) && 0 === \count($this->iterators)) {    $iterator = $this->searchInDirectory($this->dirs[0]);}
  /home/frontend_devel/myclean/vendor/symfony/config/Resource/GlobResource.php:181 {
    Symfony\Component\Config\Resource\GlobResource->getIterator(): Traversable …
    › $prefixLen = \strlen($this->prefix);foreach ($finder->followLinks()->sortByName()->in($this->prefix) as $path => $info) {    $normalizedPath = str_replace('\\', '/', $path);
  }
  /home/frontend_devel/myclean/vendor/symfony/config/Resource/GlobResource.php:202 {
    Symfony\Component\Config\Resource\GlobResource->computeHash(): string …
    › 
    › foreach ($this->getIterator() as $path => $info) {    hash_update($hash, $path."\n");
  }
  /home/frontend_devel/myclean/vendor/symfony/config/Resource/GlobResource.php:76 {
    Symfony\Component\Config\Resource\GlobResource->isFresh(int $timestamp): bool …
    › {    $hash = $this->computeHash();}
  /home/frontend_devel/myclean/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php:34 {
    Symfony\Component\Config\Resource\SelfCheckingResourceChecker->isFresh(ResourceInterface $resource, int $timestamp) …
    ›     /* @var SelfCheckingResourceInterface $resource */    return $resource->isFresh($timestamp);}
  }
  /home/frontend_devel/myclean/vendor/symfony/config/ResourceCheckerConfigCache.php:99 {
    Symfony\Component\Config\ResourceCheckerConfigCache->isFresh() …
    › }if ($checker->isFresh($resource, $time)) {    break; // no need to further check this resource
  }
  /home/frontend_devel/myclean/vendor/symfony/config/ConfigCache.php:60 {
    Symfony\Component\Config\ConfigCache->isFresh() …
    › 
    ›     return parent::isFresh();}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:451 {
    Symfony\Component\HttpKernel\Kernel->initializeContainer() …
    › if (is_file($cachePath) && \is_object($this->container = include $cachePath)    && (!$this->debug || (self::$freshCache[$cachePath] ?? $cache->isFresh()))) {
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:786 {
    Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
    › $this->initializeBundles();$this->initializeContainer();}
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:187 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
  /home/frontend_devel/myclean/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Symfony\Component\Finder\Iterator\ExcludeDirectoryFilterIterator::accept() should either be compatible with FilterIterator::accept(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#185
    #message: "Deprecated: Return type of Symfony\Component\Finder\Iterator\ExcludeDirectoryFilterIterator::accept() should either be compatible with FilterIterator::accept(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/frontend_devel/myclean/vendor/symfony/finder/Iterator/ExcludeDirectoryFilterIterator.php"
    #line: 55
    #severity: E_DEPRECATED
    trace: {
      /home/frontend_devel/myclean/vendor/symfony/finder/Iterator/ExcludeDirectoryFilterIterator.php:55 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function accept(){
      }
      /home/frontend_devel/myclean/vendor/symfony/finder/Iterator/ExcludeDirectoryFilterIterator.php:19 {
        Symfony\Component\Finder\Finder->searchInDirectory(string $dir): Iterator …
        ›  */class ExcludeDirectoryFilterIterator extends \FilterIterator implements \RecursiveIterator{
      }
      /home/frontend_devel/myclean/vendor/symfony/finder/Finder.php:615 {
        Symfony\Component\Finder\Finder->getIterator() …
        › if (1 === \count($this->dirs) && 0 === \count($this->iterators)) {    $iterator = $this->searchInDirectory($this->dirs[0]);}
      /home/frontend_devel/myclean/vendor/symfony/config/Resource/GlobResource.php:181 {
        Symfony\Component\Config\Resource\GlobResource->getIterator(): Traversable …
        › $prefixLen = \strlen($this->prefix);foreach ($finder->followLinks()->sortByName()->in($this->prefix) as $path => $info) {    $normalizedPath = str_replace('\\', '/', $path);
      }
      /home/frontend_devel/myclean/vendor/symfony/config/Resource/GlobResource.php:202 {
        Symfony\Component\Config\Resource\GlobResource->computeHash(): string …
        › 
        › foreach ($this->getIterator() as $path => $info) {    hash_update($hash, $path."\n");
      }
      /home/frontend_devel/myclean/vendor/symfony/config/Resource/GlobResource.php:76 {
        Symfony\Component\Config\Resource\GlobResource->isFresh(int $timestamp): bool …
        › {    $hash = $this->computeHash();}
      /home/frontend_devel/myclean/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php:34 {
        Symfony\Component\Config\Resource\SelfCheckingResourceChecker->isFresh(ResourceInterface $resource, int $timestamp) …
        ›     /* @var SelfCheckingResourceInterface $resource */    return $resource->isFresh($timestamp);}
      }
      /home/frontend_devel/myclean/vendor/symfony/config/ResourceCheckerConfigCache.php:99 {
        Symfony\Component\Config\ResourceCheckerConfigCache->isFresh() …
        › }if ($checker->isFresh($resource, $time)) {    break; // no need to further check this resource
      }
      /home/frontend_devel/myclean/vendor/symfony/config/ConfigCache.php:60 {
        Symfony\Component\Config\ConfigCache->isFresh() …
        › 
        ›     return parent::isFresh();}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:451 {
        Symfony\Component\HttpKernel\Kernel->initializeContainer() …
        › if (is_file($cachePath) && \is_object($this->container = include $cachePath)    && (!$this->debug || (self::$freshCache[$cachePath] ?? $cache->isFresh()))) {
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:786 {
        Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
        › $this->initializeBundles();$this->initializeContainer();}
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:187 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
      /home/frontend_devel/myclean/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/frontend_devel/myclean/vendor/symfony/finder/Iterator/ExcludeDirectoryFilterIterator.php:55 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function accept(){
  }
  /home/frontend_devel/myclean/vendor/symfony/finder/Iterator/ExcludeDirectoryFilterIterator.php:19 {
    Symfony\Component\Finder\Finder->searchInDirectory(string $dir): Iterator …
    ›  */class ExcludeDirectoryFilterIterator extends \FilterIterator implements \RecursiveIterator{
  }
  /home/frontend_devel/myclean/vendor/symfony/finder/Finder.php:615 {
    Symfony\Component\Finder\Finder->getIterator() …
    › if (1 === \count($this->dirs) && 0 === \count($this->iterators)) {    $iterator = $this->searchInDirectory($this->dirs[0]);}
  /home/frontend_devel/myclean/vendor/symfony/config/Resource/GlobResource.php:181 {
    Symfony\Component\Config\Resource\GlobResource->getIterator(): Traversable …
    › $prefixLen = \strlen($this->prefix);foreach ($finder->followLinks()->sortByName()->in($this->prefix) as $path => $info) {    $normalizedPath = str_replace('\\', '/', $path);
  }
  /home/frontend_devel/myclean/vendor/symfony/config/Resource/GlobResource.php:202 {
    Symfony\Component\Config\Resource\GlobResource->computeHash(): string …
    › 
    › foreach ($this->getIterator() as $path => $info) {    hash_update($hash, $path."\n");
  }
  /home/frontend_devel/myclean/vendor/symfony/config/Resource/GlobResource.php:76 {
    Symfony\Component\Config\Resource\GlobResource->isFresh(int $timestamp): bool …
    › {    $hash = $this->computeHash();}
  /home/frontend_devel/myclean/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php:34 {
    Symfony\Component\Config\Resource\SelfCheckingResourceChecker->isFresh(ResourceInterface $resource, int $timestamp) …
    ›     /* @var SelfCheckingResourceInterface $resource */    return $resource->isFresh($timestamp);}
  }
  /home/frontend_devel/myclean/vendor/symfony/config/ResourceCheckerConfigCache.php:99 {
    Symfony\Component\Config\ResourceCheckerConfigCache->isFresh() …
    › }if ($checker->isFresh($resource, $time)) {    break; // no need to further check this resource
  }
  /home/frontend_devel/myclean/vendor/symfony/config/ConfigCache.php:60 {
    Symfony\Component\Config\ConfigCache->isFresh() …
    › 
    ›     return parent::isFresh();}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:451 {
    Symfony\Component\HttpKernel\Kernel->initializeContainer() …
    › if (is_file($cachePath) && \is_object($this->container = include $cachePath)    && (!$this->debug || (self::$freshCache[$cachePath] ?? $cache->isFresh()))) {
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:786 {
    Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
    › $this->initializeBundles();$this->initializeContainer();}
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:187 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
  /home/frontend_devel/myclean/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Symfony\Component\Finder\Iterator\ExcludeDirectoryFilterIterator::hasChildren() should either be compatible with RecursiveIterator::hasChildren(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#186
    #message: "Deprecated: Return type of Symfony\Component\Finder\Iterator\ExcludeDirectoryFilterIterator::hasChildren() should either be compatible with RecursiveIterator::hasChildren(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/frontend_devel/myclean/vendor/symfony/finder/Iterator/ExcludeDirectoryFilterIterator.php"
    #line: 74
    #severity: E_DEPRECATED
    trace: {
      /home/frontend_devel/myclean/vendor/symfony/finder/Iterator/ExcludeDirectoryFilterIterator.php:74 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function hasChildren(){
      }
      /home/frontend_devel/myclean/vendor/symfony/finder/Iterator/ExcludeDirectoryFilterIterator.php:19 {
        Symfony\Component\Finder\Finder->searchInDirectory(string $dir): Iterator …
        ›  */class ExcludeDirectoryFilterIterator extends \FilterIterator implements \RecursiveIterator{
      }
      /home/frontend_devel/myclean/vendor/symfony/finder/Finder.php:615 {
        Symfony\Component\Finder\Finder->getIterator() …
        › if (1 === \count($this->dirs) && 0 === \count($this->iterators)) {    $iterator = $this->searchInDirectory($this->dirs[0]);}
      /home/frontend_devel/myclean/vendor/symfony/config/Resource/GlobResource.php:181 {
        Symfony\Component\Config\Resource\GlobResource->getIterator(): Traversable …
        › $prefixLen = \strlen($this->prefix);foreach ($finder->followLinks()->sortByName()->in($this->prefix) as $path => $info) {    $normalizedPath = str_replace('\\', '/', $path);
      }
      /home/frontend_devel/myclean/vendor/symfony/config/Resource/GlobResource.php:202 {
        Symfony\Component\Config\Resource\GlobResource->computeHash(): string …
        › 
        › foreach ($this->getIterator() as $path => $info) {    hash_update($hash, $path."\n");
      }
      /home/frontend_devel/myclean/vendor/symfony/config/Resource/GlobResource.php:76 {
        Symfony\Component\Config\Resource\GlobResource->isFresh(int $timestamp): bool …
        › {    $hash = $this->computeHash();}
      /home/frontend_devel/myclean/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php:34 {
        Symfony\Component\Config\Resource\SelfCheckingResourceChecker->isFresh(ResourceInterface $resource, int $timestamp) …
        ›     /* @var SelfCheckingResourceInterface $resource */    return $resource->isFresh($timestamp);}
      }
      /home/frontend_devel/myclean/vendor/symfony/config/ResourceCheckerConfigCache.php:99 {
        Symfony\Component\Config\ResourceCheckerConfigCache->isFresh() …
        › }if ($checker->isFresh($resource, $time)) {    break; // no need to further check this resource
      }
      /home/frontend_devel/myclean/vendor/symfony/config/ConfigCache.php:60 {
        Symfony\Component\Config\ConfigCache->isFresh() …
        › 
        ›     return parent::isFresh();}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:451 {
        Symfony\Component\HttpKernel\Kernel->initializeContainer() …
        › if (is_file($cachePath) && \is_object($this->container = include $cachePath)    && (!$this->debug || (self::$freshCache[$cachePath] ?? $cache->isFresh()))) {
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:786 {
        Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
        › $this->initializeBundles();$this->initializeContainer();}
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:187 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
      /home/frontend_devel/myclean/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/frontend_devel/myclean/vendor/symfony/finder/Iterator/ExcludeDirectoryFilterIterator.php:74 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function hasChildren(){
  }
  /home/frontend_devel/myclean/vendor/symfony/finder/Iterator/ExcludeDirectoryFilterIterator.php:19 {
    Symfony\Component\Finder\Finder->searchInDirectory(string $dir): Iterator …
    ›  */class ExcludeDirectoryFilterIterator extends \FilterIterator implements \RecursiveIterator{
  }
  /home/frontend_devel/myclean/vendor/symfony/finder/Finder.php:615 {
    Symfony\Component\Finder\Finder->getIterator() …
    › if (1 === \count($this->dirs) && 0 === \count($this->iterators)) {    $iterator = $this->searchInDirectory($this->dirs[0]);}
  /home/frontend_devel/myclean/vendor/symfony/config/Resource/GlobResource.php:181 {
    Symfony\Component\Config\Resource\GlobResource->getIterator(): Traversable …
    › $prefixLen = \strlen($this->prefix);foreach ($finder->followLinks()->sortByName()->in($this->prefix) as $path => $info) {    $normalizedPath = str_replace('\\', '/', $path);
  }
  /home/frontend_devel/myclean/vendor/symfony/config/Resource/GlobResource.php:202 {
    Symfony\Component\Config\Resource\GlobResource->computeHash(): string …
    › 
    › foreach ($this->getIterator() as $path => $info) {    hash_update($hash, $path."\n");
  }
  /home/frontend_devel/myclean/vendor/symfony/config/Resource/GlobResource.php:76 {
    Symfony\Component\Config\Resource\GlobResource->isFresh(int $timestamp): bool …
    › {    $hash = $this->computeHash();}
  /home/frontend_devel/myclean/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php:34 {
    Symfony\Component\Config\Resource\SelfCheckingResourceChecker->isFresh(ResourceInterface $resource, int $timestamp) …
    ›     /* @var SelfCheckingResourceInterface $resource */    return $resource->isFresh($timestamp);}
  }
  /home/frontend_devel/myclean/vendor/symfony/config/ResourceCheckerConfigCache.php:99 {
    Symfony\Component\Config\ResourceCheckerConfigCache->isFresh() …
    › }if ($checker->isFresh($resource, $time)) {    break; // no need to further check this resource
  }
  /home/frontend_devel/myclean/vendor/symfony/config/ConfigCache.php:60 {
    Symfony\Component\Config\ConfigCache->isFresh() …
    › 
    ›     return parent::isFresh();}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:451 {
    Symfony\Component\HttpKernel\Kernel->initializeContainer() …
    › if (is_file($cachePath) && \is_object($this->container = include $cachePath)    && (!$this->debug || (self::$freshCache[$cachePath] ?? $cache->isFresh()))) {
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:786 {
    Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
    › $this->initializeBundles();$this->initializeContainer();}
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:187 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
  /home/frontend_devel/myclean/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Symfony\Component\Finder\Iterator\ExcludeDirectoryFilterIterator::getChildren() should either be compatible with RecursiveIterator::getChildren(): ?RecursiveIterator, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#187
    #message: "Deprecated: Return type of Symfony\Component\Finder\Iterator\ExcludeDirectoryFilterIterator::getChildren() should either be compatible with RecursiveIterator::getChildren(): ?RecursiveIterator, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/frontend_devel/myclean/vendor/symfony/finder/Iterator/ExcludeDirectoryFilterIterator.php"
    #line: 79
    #severity: E_DEPRECATED
    trace: {
      /home/frontend_devel/myclean/vendor/symfony/finder/Iterator/ExcludeDirectoryFilterIterator.php:79 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        › 
        › public function getChildren(){
      }
      /home/frontend_devel/myclean/vendor/symfony/finder/Iterator/ExcludeDirectoryFilterIterator.php:19 {
        Symfony\Component\Finder\Finder->searchInDirectory(string $dir): Iterator …
        ›  */class ExcludeDirectoryFilterIterator extends \FilterIterator implements \RecursiveIterator{
      }
      /home/frontend_devel/myclean/vendor/symfony/finder/Finder.php:615 {
        Symfony\Component\Finder\Finder->getIterator() …
        › if (1 === \count($this->dirs) && 0 === \count($this->iterators)) {    $iterator = $this->searchInDirectory($this->dirs[0]);}
      /home/frontend_devel/myclean/vendor/symfony/config/Resource/GlobResource.php:181 {
        Symfony\Component\Config\Resource\GlobResource->getIterator(): Traversable …
        › $prefixLen = \strlen($this->prefix);foreach ($finder->followLinks()->sortByName()->in($this->prefix) as $path => $info) {    $normalizedPath = str_replace('\\', '/', $path);
      }
      /home/frontend_devel/myclean/vendor/symfony/config/Resource/GlobResource.php:202 {
        Symfony\Component\Config\Resource\GlobResource->computeHash(): string …
        › 
        › foreach ($this->getIterator() as $path => $info) {    hash_update($hash, $path."\n");
      }
      /home/frontend_devel/myclean/vendor/symfony/config/Resource/GlobResource.php:76 {
        Symfony\Component\Config\Resource\GlobResource->isFresh(int $timestamp): bool …
        › {    $hash = $this->computeHash();}
      /home/frontend_devel/myclean/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php:34 {
        Symfony\Component\Config\Resource\SelfCheckingResourceChecker->isFresh(ResourceInterface $resource, int $timestamp) …
        ›     /* @var SelfCheckingResourceInterface $resource */    return $resource->isFresh($timestamp);}
      }
      /home/frontend_devel/myclean/vendor/symfony/config/ResourceCheckerConfigCache.php:99 {
        Symfony\Component\Config\ResourceCheckerConfigCache->isFresh() …
        › }if ($checker->isFresh($resource, $time)) {    break; // no need to further check this resource
      }
      /home/frontend_devel/myclean/vendor/symfony/config/ConfigCache.php:60 {
        Symfony\Component\Config\ConfigCache->isFresh() …
        › 
        ›     return parent::isFresh();}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:451 {
        Symfony\Component\HttpKernel\Kernel->initializeContainer() …
        › if (is_file($cachePath) && \is_object($this->container = include $cachePath)    && (!$this->debug || (self::$freshCache[$cachePath] ?? $cache->isFresh()))) {
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:786 {
        Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
        › $this->initializeBundles();$this->initializeContainer();}
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:187 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
      /home/frontend_devel/myclean/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/frontend_devel/myclean/vendor/symfony/finder/Iterator/ExcludeDirectoryFilterIterator.php:79 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    › 
    › public function getChildren(){
  }
  /home/frontend_devel/myclean/vendor/symfony/finder/Iterator/ExcludeDirectoryFilterIterator.php:19 {
    Symfony\Component\Finder\Finder->searchInDirectory(string $dir): Iterator …
    ›  */class ExcludeDirectoryFilterIterator extends \FilterIterator implements \RecursiveIterator{
  }
  /home/frontend_devel/myclean/vendor/symfony/finder/Finder.php:615 {
    Symfony\Component\Finder\Finder->getIterator() …
    › if (1 === \count($this->dirs) && 0 === \count($this->iterators)) {    $iterator = $this->searchInDirectory($this->dirs[0]);}
  /home/frontend_devel/myclean/vendor/symfony/config/Resource/GlobResource.php:181 {
    Symfony\Component\Config\Resource\GlobResource->getIterator(): Traversable …
    › $prefixLen = \strlen($this->prefix);foreach ($finder->followLinks()->sortByName()->in($this->prefix) as $path => $info) {    $normalizedPath = str_replace('\\', '/', $path);
  }
  /home/frontend_devel/myclean/vendor/symfony/config/Resource/GlobResource.php:202 {
    Symfony\Component\Config\Resource\GlobResource->computeHash(): string …
    › 
    › foreach ($this->getIterator() as $path => $info) {    hash_update($hash, $path."\n");
  }
  /home/frontend_devel/myclean/vendor/symfony/config/Resource/GlobResource.php:76 {
    Symfony\Component\Config\Resource\GlobResource->isFresh(int $timestamp): bool …
    › {    $hash = $this->computeHash();}
  /home/frontend_devel/myclean/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php:34 {
    Symfony\Component\Config\Resource\SelfCheckingResourceChecker->isFresh(ResourceInterface $resource, int $timestamp) …
    ›     /* @var SelfCheckingResourceInterface $resource */    return $resource->isFresh($timestamp);}
  }
  /home/frontend_devel/myclean/vendor/symfony/config/ResourceCheckerConfigCache.php:99 {
    Symfony\Component\Config\ResourceCheckerConfigCache->isFresh() …
    › }if ($checker->isFresh($resource, $time)) {    break; // no need to further check this resource
  }
  /home/frontend_devel/myclean/vendor/symfony/config/ConfigCache.php:60 {
    Symfony\Component\Config\ConfigCache->isFresh() …
    › 
    ›     return parent::isFresh();}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:451 {
    Symfony\Component\HttpKernel\Kernel->initializeContainer() …
    › if (is_file($cachePath) && \is_object($this->container = include $cachePath)    && (!$this->debug || (self::$freshCache[$cachePath] ?? $cache->isFresh()))) {
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:786 {
    Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
    › $this->initializeBundles();$this->initializeContainer();}
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:187 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
  /home/frontend_devel/myclean/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Symfony\Component\Finder\Iterator\PathFilterIterator::accept() should either be compatible with FilterIterator::accept(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#192
    #message: "Deprecated: Return type of Symfony\Component\Finder\Iterator\PathFilterIterator::accept() should either be compatible with FilterIterator::accept(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/frontend_devel/myclean/vendor/symfony/finder/Iterator/PathFilterIterator.php"
    #line: 27
    #severity: E_DEPRECATED
    trace: {
      /home/frontend_devel/myclean/vendor/symfony/finder/Iterator/PathFilterIterator.php:27 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function accept(){
      }
      /home/frontend_devel/myclean/vendor/symfony/finder/Iterator/PathFilterIterator.php:20 {
        Symfony\Component\Finder\Finder->searchInDirectory(string $dir): Iterator …
        ›  */class PathFilterIterator extends MultiplePcreFilterIterator{
      }
      /home/frontend_devel/myclean/vendor/symfony/finder/Finder.php:615 {
        Symfony\Component\Finder\Finder->getIterator() …
        › if (1 === \count($this->dirs) && 0 === \count($this->iterators)) {    $iterator = $this->searchInDirectory($this->dirs[0]);}
      /home/frontend_devel/myclean/vendor/symfony/config/Resource/GlobResource.php:181 {
        Symfony\Component\Config\Resource\GlobResource->getIterator(): Traversable …
        › $prefixLen = \strlen($this->prefix);foreach ($finder->followLinks()->sortByName()->in($this->prefix) as $path => $info) {    $normalizedPath = str_replace('\\', '/', $path);
      }
      /home/frontend_devel/myclean/vendor/symfony/config/Resource/GlobResource.php:202 {
        Symfony\Component\Config\Resource\GlobResource->computeHash(): string …
        › 
        › foreach ($this->getIterator() as $path => $info) {    hash_update($hash, $path."\n");
      }
      /home/frontend_devel/myclean/vendor/symfony/config/Resource/GlobResource.php:76 {
        Symfony\Component\Config\Resource\GlobResource->isFresh(int $timestamp): bool …
        › {    $hash = $this->computeHash();}
      /home/frontend_devel/myclean/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php:34 {
        Symfony\Component\Config\Resource\SelfCheckingResourceChecker->isFresh(ResourceInterface $resource, int $timestamp) …
        ›     /* @var SelfCheckingResourceInterface $resource */    return $resource->isFresh($timestamp);}
      }
      /home/frontend_devel/myclean/vendor/symfony/config/ResourceCheckerConfigCache.php:99 {
        Symfony\Component\Config\ResourceCheckerConfigCache->isFresh() …
        › }if ($checker->isFresh($resource, $time)) {    break; // no need to further check this resource
      }
      /home/frontend_devel/myclean/vendor/symfony/config/ConfigCache.php:60 {
        Symfony\Component\Config\ConfigCache->isFresh() …
        › 
        ›     return parent::isFresh();}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:451 {
        Symfony\Component\HttpKernel\Kernel->initializeContainer() …
        › if (is_file($cachePath) && \is_object($this->container = include $cachePath)    && (!$this->debug || (self::$freshCache[$cachePath] ?? $cache->isFresh()))) {
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:786 {
        Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
        › $this->initializeBundles();$this->initializeContainer();}
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:187 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
      /home/frontend_devel/myclean/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/frontend_devel/myclean/vendor/symfony/finder/Iterator/PathFilterIterator.php:27 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function accept(){
  }
  /home/frontend_devel/myclean/vendor/symfony/finder/Iterator/PathFilterIterator.php:20 {
    Symfony\Component\Finder\Finder->searchInDirectory(string $dir): Iterator …
    ›  */class PathFilterIterator extends MultiplePcreFilterIterator{
  }
  /home/frontend_devel/myclean/vendor/symfony/finder/Finder.php:615 {
    Symfony\Component\Finder\Finder->getIterator() …
    › if (1 === \count($this->dirs) && 0 === \count($this->iterators)) {    $iterator = $this->searchInDirectory($this->dirs[0]);}
  /home/frontend_devel/myclean/vendor/symfony/config/Resource/GlobResource.php:181 {
    Symfony\Component\Config\Resource\GlobResource->getIterator(): Traversable …
    › $prefixLen = \strlen($this->prefix);foreach ($finder->followLinks()->sortByName()->in($this->prefix) as $path => $info) {    $normalizedPath = str_replace('\\', '/', $path);
  }
  /home/frontend_devel/myclean/vendor/symfony/config/Resource/GlobResource.php:202 {
    Symfony\Component\Config\Resource\GlobResource->computeHash(): string …
    › 
    › foreach ($this->getIterator() as $path => $info) {    hash_update($hash, $path."\n");
  }
  /home/frontend_devel/myclean/vendor/symfony/config/Resource/GlobResource.php:76 {
    Symfony\Component\Config\Resource\GlobResource->isFresh(int $timestamp): bool …
    › {    $hash = $this->computeHash();}
  /home/frontend_devel/myclean/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php:34 {
    Symfony\Component\Config\Resource\SelfCheckingResourceChecker->isFresh(ResourceInterface $resource, int $timestamp) …
    ›     /* @var SelfCheckingResourceInterface $resource */    return $resource->isFresh($timestamp);}
  }
  /home/frontend_devel/myclean/vendor/symfony/config/ResourceCheckerConfigCache.php:99 {
    Symfony\Component\Config\ResourceCheckerConfigCache->isFresh() …
    › }if ($checker->isFresh($resource, $time)) {    break; // no need to further check this resource
  }
  /home/frontend_devel/myclean/vendor/symfony/config/ConfigCache.php:60 {
    Symfony\Component\Config\ConfigCache->isFresh() …
    › 
    ›     return parent::isFresh();}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:451 {
    Symfony\Component\HttpKernel\Kernel->initializeContainer() …
    › if (is_file($cachePath) && \is_object($this->container = include $cachePath)    && (!$this->debug || (self::$freshCache[$cachePath] ?? $cache->isFresh()))) {
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:786 {
    Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
    › $this->initializeBundles();$this->initializeContainer();}
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:187 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
  /home/frontend_devel/myclean/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead.
php User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
[
  "exception" => ErrorException {#221
    #message: "User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead."
    #code: 0
    #file: "/home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/getSession_Storage_NativeService.php"
    #line: 22
    #severity: E_USER_DEPRECATED
    trace: {
      /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/getSession_Storage_NativeService.php:22 {
        Container7bLt7t6\getSession_Storage_NativeService::do($container, $lazyLoad = true) …
        › {    trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');}
      /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/App_KernelDevDebugContainer.php:474 {
        Container7bLt7t6\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /home/frontend_devel/myclean/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/frontend_devel/myclean/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/SessionListener.php:46 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->onKernelRequest(RequestEvent $event) …
        › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($mainRequest = $this->container->get('request_stack')->getMainRequest())
      }
      /home/frontend_devel/myclean/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);}
      /home/frontend_devel/myclean/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/frontend_devel/myclean/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);}
      }
      /home/frontend_devel/myclean/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 {
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:133 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/frontend_devel/myclean/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/getSession_Storage_NativeService.php:22 {
    Container7bLt7t6\getSession_Storage_NativeService::do($container, $lazyLoad = true) …
    › {    trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');}
  /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/App_KernelDevDebugContainer.php:474 {
    Container7bLt7t6\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /home/frontend_devel/myclean/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/frontend_devel/myclean/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/SessionListener.php:46 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->onKernelRequest(RequestEvent $event) …
    › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($mainRequest = $this->container->get('request_stack')->getMainRequest())
  }
  /home/frontend_devel/myclean/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);}
  /home/frontend_devel/myclean/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/frontend_devel/myclean/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);}
  }
  /home/frontend_devel/myclean/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 {
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:133 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/frontend_devel/myclean/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
[
  "exception" => ErrorException {#209
    #message: "User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead."
    #code: 0
    #file: "/home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/getSession_Storage_MetadataBagService.php"
    #line: 22
    #severity: E_USER_DEPRECATED
    trace: {
      /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/getSession_Storage_MetadataBagService.php:22 {
        Container7bLt7t6\getSession_Storage_MetadataBagService::do($container, $lazyLoad = true) …
        › {    trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');}
      /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/App_KernelDevDebugContainer.php:474 {
        Container7bLt7t6\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/getSession_Storage_NativeService.php:24 {
        Container7bLt7t6\getSession_Storage_NativeService::do($container, $lazyLoad = true) …
        › 
        ›     return $container->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($container->parameters['session.storage.options'], NULL, $container->load('getSession_Storage_MetadataBagService'));}
      }
      /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/App_KernelDevDebugContainer.php:474 {
        Container7bLt7t6\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /home/frontend_devel/myclean/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/frontend_devel/myclean/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/SessionListener.php:46 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->onKernelRequest(RequestEvent $event) …
        › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($mainRequest = $this->container->get('request_stack')->getMainRequest())
      }
      /home/frontend_devel/myclean/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);}
      /home/frontend_devel/myclean/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/frontend_devel/myclean/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);}
      }
      /home/frontend_devel/myclean/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 {
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:133 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/frontend_devel/myclean/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/getSession_Storage_MetadataBagService.php:22 {
    Container7bLt7t6\getSession_Storage_MetadataBagService::do($container, $lazyLoad = true) …
    › {    trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');}
  /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/App_KernelDevDebugContainer.php:474 {
    Container7bLt7t6\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/getSession_Storage_NativeService.php:24 {
    Container7bLt7t6\getSession_Storage_NativeService::do($container, $lazyLoad = true) …
    › 
    ›     return $container->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($container->parameters['session.storage.options'], NULL, $container->load('getSession_Storage_MetadataBagService'));}
  }
  /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/App_KernelDevDebugContainer.php:474 {
    Container7bLt7t6\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /home/frontend_devel/myclean/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/frontend_devel/myclean/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/SessionListener.php:46 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->onKernelRequest(RequestEvent $event) …
    › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($mainRequest = $this->container->get('request_stack')->getMainRequest())
  }
  /home/frontend_devel/myclean/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);}
  /home/frontend_devel/myclean/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/frontend_devel/myclean/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);}
  }
  /home/frontend_devel/myclean/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 {
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:133 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/frontend_devel/myclean/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
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 {#594
    #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/frontend_devel/myclean/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php"
    #line: 134
    #severity: E_DEPRECATED
    trace: {
      /home/frontend_devel/myclean/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/frontend_devel/myclean/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php:17 {
        class_exists(string $class, bool $autoload = true): bool …
        ›  */class AttributeBag implements AttributeBagInterface, \IteratorAggregate, \Countable{
      }
      /home/frontend_devel/myclean/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/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/getSessionService.php:21 {
        Container7bLt7t6\getSessionService::do($container, $lazyLoad = true) …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
      }
      /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/App_KernelDevDebugContainer.php:474 {
        Container7bLt7t6\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /home/frontend_devel/myclean/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/frontend_devel/myclean/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/SessionListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
        › 
        ›     return $this->container->get('session');}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:62 {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
        ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-foundation/Request.php:733 {
        Symfony\Component\HttpFoundation\Request->getSession() …
        › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:66 {
        Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
        › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
        › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:89 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
      }
      /home/frontend_devel/myclean/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);}
      /home/frontend_devel/myclean/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/frontend_devel/myclean/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);}
      }
      /home/frontend_devel/myclean/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 {
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:190 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:178 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/frontend_devel/myclean/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);}
      /home/frontend_devel/myclean/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/frontend_devel/myclean/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);}
      }
      /home/frontend_devel/myclean/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 {
      }
      /home/frontend_devel/myclean/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/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/frontend_devel/myclean/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/frontend_devel/myclean/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/frontend_devel/myclean/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php:17 {
    class_exists(string $class, bool $autoload = true): bool …
    ›  */class AttributeBag implements AttributeBagInterface, \IteratorAggregate, \Countable{
  }
  /home/frontend_devel/myclean/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/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/getSessionService.php:21 {
    Container7bLt7t6\getSessionService::do($container, $lazyLoad = true) …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  }
  /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/App_KernelDevDebugContainer.php:474 {
    Container7bLt7t6\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /home/frontend_devel/myclean/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/frontend_devel/myclean/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/SessionListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
    › 
    ›     return $this->container->get('session');}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:62 {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
    ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-foundation/Request.php:733 {
    Symfony\Component\HttpFoundation\Request->getSession() …
    › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:66 {
    Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
    › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
    › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:89 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
  }
  /home/frontend_devel/myclean/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);}
  /home/frontend_devel/myclean/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/frontend_devel/myclean/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);}
  }
  /home/frontend_devel/myclean/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 {
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:190 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:178 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/frontend_devel/myclean/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);}
  /home/frontend_devel/myclean/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/frontend_devel/myclean/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);}
  }
  /home/frontend_devel/myclean/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 {
  }
  /home/frontend_devel/myclean/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/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/frontend_devel/myclean/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
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 {#595
    #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/frontend_devel/myclean/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php"
    #line: 144
    #severity: E_DEPRECATED
    trace: {
      /home/frontend_devel/myclean/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/frontend_devel/myclean/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php:17 {
        class_exists(string $class, bool $autoload = true): bool …
        ›  */class AttributeBag implements AttributeBagInterface, \IteratorAggregate, \Countable{
      }
      /home/frontend_devel/myclean/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/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/getSessionService.php:21 {
        Container7bLt7t6\getSessionService::do($container, $lazyLoad = true) …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
      }
      /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/App_KernelDevDebugContainer.php:474 {
        Container7bLt7t6\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /home/frontend_devel/myclean/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/frontend_devel/myclean/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/SessionListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
        › 
        ›     return $this->container->get('session');}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:62 {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
        ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-foundation/Request.php:733 {
        Symfony\Component\HttpFoundation\Request->getSession() …
        › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:66 {
        Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
        › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
        › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:89 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
      }
      /home/frontend_devel/myclean/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);}
      /home/frontend_devel/myclean/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/frontend_devel/myclean/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);}
      }
      /home/frontend_devel/myclean/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 {
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:190 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:178 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/frontend_devel/myclean/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);}
      /home/frontend_devel/myclean/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/frontend_devel/myclean/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);}
      }
      /home/frontend_devel/myclean/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 {
      }
      /home/frontend_devel/myclean/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/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/frontend_devel/myclean/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/frontend_devel/myclean/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/frontend_devel/myclean/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php:17 {
    class_exists(string $class, bool $autoload = true): bool …
    ›  */class AttributeBag implements AttributeBagInterface, \IteratorAggregate, \Countable{
  }
  /home/frontend_devel/myclean/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/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/getSessionService.php:21 {
    Container7bLt7t6\getSessionService::do($container, $lazyLoad = true) …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  }
  /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/App_KernelDevDebugContainer.php:474 {
    Container7bLt7t6\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /home/frontend_devel/myclean/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/frontend_devel/myclean/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/SessionListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
    › 
    ›     return $this->container->get('session');}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:62 {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
    ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-foundation/Request.php:733 {
    Symfony\Component\HttpFoundation\Request->getSession() …
    › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:66 {
    Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
    › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
    › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:89 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
  }
  /home/frontend_devel/myclean/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);}
  /home/frontend_devel/myclean/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/frontend_devel/myclean/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);}
  }
  /home/frontend_devel/myclean/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 {
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:190 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:178 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/frontend_devel/myclean/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);}
  /home/frontend_devel/myclean/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/frontend_devel/myclean/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);}
  }
  /home/frontend_devel/myclean/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 {
  }
  /home/frontend_devel/myclean/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/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/frontend_devel/myclean/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
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 {#588
    #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/frontend_devel/myclean/vendor/symfony/http-foundation/Session/Session.php"
    #line: 131
    #severity: E_DEPRECATED
    trace: {
      /home/frontend_devel/myclean/vendor/symfony/http-foundation/Session/Session.php:131 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function getIterator(){
      }
      /home/frontend_devel/myclean/vendor/symfony/http-foundation/Session/Session.php:30 {
        include_once …
        ›  */class Session implements SessionInterface, \IteratorAggregate, \Countable{
      }
      /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/getSessionService.php:21 {
        Container7bLt7t6\getSessionService::do($container, $lazyLoad = true) …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
      }
      /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/App_KernelDevDebugContainer.php:474 {
        Container7bLt7t6\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /home/frontend_devel/myclean/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/frontend_devel/myclean/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/SessionListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
        › 
        ›     return $this->container->get('session');}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:62 {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
        ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-foundation/Request.php:733 {
        Symfony\Component\HttpFoundation\Request->getSession() …
        › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:66 {
        Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
        › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
        › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:89 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
      }
      /home/frontend_devel/myclean/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);}
      /home/frontend_devel/myclean/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/frontend_devel/myclean/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);}
      }
      /home/frontend_devel/myclean/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 {
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:190 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:178 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/frontend_devel/myclean/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);}
      /home/frontend_devel/myclean/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/frontend_devel/myclean/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);}
      }
      /home/frontend_devel/myclean/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 {
      }
      /home/frontend_devel/myclean/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/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/frontend_devel/myclean/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/frontend_devel/myclean/vendor/symfony/http-foundation/Session/Session.php:131 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function getIterator(){
  }
  /home/frontend_devel/myclean/vendor/symfony/http-foundation/Session/Session.php:30 {
    include_once …
    ›  */class Session implements SessionInterface, \IteratorAggregate, \Countable{
  }
  /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/getSessionService.php:21 {
    Container7bLt7t6\getSessionService::do($container, $lazyLoad = true) …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  }
  /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/App_KernelDevDebugContainer.php:474 {
    Container7bLt7t6\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /home/frontend_devel/myclean/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/frontend_devel/myclean/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/SessionListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
    › 
    ›     return $this->container->get('session');}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:62 {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
    ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-foundation/Request.php:733 {
    Symfony\Component\HttpFoundation\Request->getSession() …
    › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:66 {
    Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
    › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
    › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:89 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
  }
  /home/frontend_devel/myclean/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);}
  /home/frontend_devel/myclean/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/frontend_devel/myclean/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);}
  }
  /home/frontend_devel/myclean/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 {
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:190 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:178 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/frontend_devel/myclean/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);}
  /home/frontend_devel/myclean/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/frontend_devel/myclean/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);}
  }
  /home/frontend_devel/myclean/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 {
  }
  /home/frontend_devel/myclean/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/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/frontend_devel/myclean/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
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 {#592
    #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/frontend_devel/myclean/vendor/symfony/http-foundation/Session/Session.php"
    #line: 141
    #severity: E_DEPRECATED
    trace: {
      /home/frontend_devel/myclean/vendor/symfony/http-foundation/Session/Session.php:141 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function count(){
      }
      /home/frontend_devel/myclean/vendor/symfony/http-foundation/Session/Session.php:30 {
        include_once …
        ›  */class Session implements SessionInterface, \IteratorAggregate, \Countable{
      }
      /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/getSessionService.php:21 {
        Container7bLt7t6\getSessionService::do($container, $lazyLoad = true) …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
      }
      /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/App_KernelDevDebugContainer.php:474 {
        Container7bLt7t6\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /home/frontend_devel/myclean/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/frontend_devel/myclean/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/SessionListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
        › 
        ›     return $this->container->get('session');}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:62 {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
        ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-foundation/Request.php:733 {
        Symfony\Component\HttpFoundation\Request->getSession() …
        › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:66 {
        Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
        › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
        › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:89 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
      }
      /home/frontend_devel/myclean/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);}
      /home/frontend_devel/myclean/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/frontend_devel/myclean/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);}
      }
      /home/frontend_devel/myclean/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 {
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:190 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:178 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/frontend_devel/myclean/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);}
      /home/frontend_devel/myclean/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/frontend_devel/myclean/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);}
      }
      /home/frontend_devel/myclean/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 {
      }
      /home/frontend_devel/myclean/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/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/frontend_devel/myclean/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/frontend_devel/myclean/vendor/symfony/http-foundation/Session/Session.php:141 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function count(){
  }
  /home/frontend_devel/myclean/vendor/symfony/http-foundation/Session/Session.php:30 {
    include_once …
    ›  */class Session implements SessionInterface, \IteratorAggregate, \Countable{
  }
  /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/getSessionService.php:21 {
    Container7bLt7t6\getSessionService::do($container, $lazyLoad = true) …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  }
  /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/App_KernelDevDebugContainer.php:474 {
    Container7bLt7t6\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /home/frontend_devel/myclean/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/frontend_devel/myclean/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/SessionListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
    › 
    ›     return $this->container->get('session');}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:62 {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
    ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-foundation/Request.php:733 {
    Symfony\Component\HttpFoundation\Request->getSession() …
    › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:66 {
    Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
    › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
    › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:89 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
  }
  /home/frontend_devel/myclean/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);}
  /home/frontend_devel/myclean/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/frontend_devel/myclean/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);}
  }
  /home/frontend_devel/myclean/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 {
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:190 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:178 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/frontend_devel/myclean/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);}
  /home/frontend_devel/myclean/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/frontend_devel/myclean/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);}
  }
  /home/frontend_devel/myclean/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 {
  }
  /home/frontend_devel/myclean/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/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/frontend_devel/myclean/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.
[
  "exception" => ErrorException {#583
    #message: "User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead."
    #code: 0
    #file: "/home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/getSession_Storage_Factory_ServiceService.php"
    #line: 22
    #severity: E_USER_DEPRECATED
    trace: {
      /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/getSession_Storage_Factory_ServiceService.php:22 {
        Container7bLt7t6\getSession_Storage_Factory_ServiceService::do($container, $lazyLoad = true) …
        › {    trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.');}
      /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/App_KernelDevDebugContainer.php:474 {
        Container7bLt7t6\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/getSessionService.php:24 {
        Container7bLt7t6\getSessionService::do($container, $lazyLoad = true) …
        › 
        ›     return $container->services['session'] = (new \Symfony\Component\HttpFoundation\Session\SessionFactory(($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $container->load('getSession_Storage_Factory_ServiceService'), [0 => ($container->privates['session_listener'] ?? $container->getSessionListenerService()), 1 => 'onSessionUsage']))->createSession();}
      }
      /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/App_KernelDevDebugContainer.php:474 {
        Container7bLt7t6\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /home/frontend_devel/myclean/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/frontend_devel/myclean/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/SessionListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
        › 
        ›     return $this->container->get('session');}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:62 {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
        ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-foundation/Request.php:733 {
        Symfony\Component\HttpFoundation\Request->getSession() …
        › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:66 {
        Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
        › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
        › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:89 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
      }
      /home/frontend_devel/myclean/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);}
      /home/frontend_devel/myclean/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/frontend_devel/myclean/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);}
      }
      /home/frontend_devel/myclean/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 {
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:190 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:178 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/frontend_devel/myclean/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);}
      /home/frontend_devel/myclean/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/frontend_devel/myclean/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);}
      }
      /home/frontend_devel/myclean/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 {
      }
      /home/frontend_devel/myclean/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/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/frontend_devel/myclean/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/getSession_Storage_Factory_ServiceService.php:22 {
    Container7bLt7t6\getSession_Storage_Factory_ServiceService::do($container, $lazyLoad = true) …
    › {    trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.');}
  /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/App_KernelDevDebugContainer.php:474 {
    Container7bLt7t6\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/getSessionService.php:24 {
    Container7bLt7t6\getSessionService::do($container, $lazyLoad = true) …
    › 
    ›     return $container->services['session'] = (new \Symfony\Component\HttpFoundation\Session\SessionFactory(($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $container->load('getSession_Storage_Factory_ServiceService'), [0 => ($container->privates['session_listener'] ?? $container->getSessionListenerService()), 1 => 'onSessionUsage']))->createSession();}
  }
  /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/App_KernelDevDebugContainer.php:474 {
    Container7bLt7t6\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /home/frontend_devel/myclean/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/frontend_devel/myclean/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/SessionListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
    › 
    ›     return $this->container->get('session');}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:62 {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
    ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-foundation/Request.php:733 {
    Symfony\Component\HttpFoundation\Request->getSession() …
    › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:66 {
    Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
    › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
    › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:89 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
  }
  /home/frontend_devel/myclean/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);}
  /home/frontend_devel/myclean/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/frontend_devel/myclean/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);}
  }
  /home/frontend_devel/myclean/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 {
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:190 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:178 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/frontend_devel/myclean/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);}
  /home/frontend_devel/myclean/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/frontend_devel/myclean/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);}
  }
  /home/frontend_devel/myclean/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 {
  }
  /home/frontend_devel/myclean/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/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/frontend_devel/myclean/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Authenticator\GuardBridgeAuthenticator" class is deprecated, use the new authenticator system instead.
[
  "exception" => ErrorException {#630
    #message: "User Deprecated: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Authenticator\GuardBridgeAuthenticator" class is deprecated, use the new authenticator system instead."
    #code: 0
    #file: "/home/frontend_devel/myclean/vendor/symfony/security-guard/Authenticator/GuardBridgeAuthenticator.php"
    #line: 35
    #severity: E_USER_DEPRECATED
    trace: {
      /home/frontend_devel/myclean/vendor/symfony/security-guard/Authenticator/GuardBridgeAuthenticator.php:35 {
        include_once …
        › 
        › trigger_deprecation('symfony/security-guard', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', GuardBridgeAuthenticator::class);}
      /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/getSecurity_Authenticator_Guard_Main_0Service.php:23 {
        Container7bLt7t6\getSecurity_Authenticator_Guard_Main_0Service::do($container, $lazyLoad = true) …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/Authenticator/GuardBridgeAuthenticator.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
      }
      /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/App_KernelDevDebugContainer.php:474 {
        Container7bLt7t6\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/getSecurity_Firewall_Map_Context_MainService.php:35 {
        Container7bLt7t6\getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) …
        ›         yield 4 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));    }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b, 'main', ($container->privates['security.authenticator.guard.main.0'] ?? $container->load('getSecurity_Authenticator_Guard_Main_0Service')), NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, ($container->privates['security.event_dispatcher.main'] ?? $container->getSecurity_EventDispatcher_MainService()), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => '/logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'App\\Security\\UserProvider', 'main', 'security.authenticator.guard.main.0', NULL, NULL, [0 => 'switch_user', 1 => 'guard'], ['parameter' => '_switch_user', 'role' => 'ROLE_ALLOWED_TO_SWITCH']));}
      }
      /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/App_KernelDevDebugContainer.php:474 {
        Container7bLt7t6\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /home/frontend_devel/myclean/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/frontend_devel/myclean/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/frontend_devel/myclean/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
        › 
        ›     return $this->container->get($contextId);}
      }
      /home/frontend_devel/myclean/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
        › {    $context = $this->getFirewallContext($request);}
      /home/frontend_devel/myclean/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php:179 {
        Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
        › if ($this->firewallMap instanceof FirewallMap) {    $firewallConfig = $this->firewallMap->getFirewallConfig($request);    if (null !== $firewallConfig) {
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
        › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:89 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
      }
      /home/frontend_devel/myclean/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);}
      /home/frontend_devel/myclean/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/frontend_devel/myclean/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);}
      }
      /home/frontend_devel/myclean/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 {
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:190 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:178 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/frontend_devel/myclean/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);}
      /home/frontend_devel/myclean/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/frontend_devel/myclean/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);}
      }
      /home/frontend_devel/myclean/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 {
      }
      /home/frontend_devel/myclean/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/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/frontend_devel/myclean/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/frontend_devel/myclean/vendor/symfony/security-guard/Authenticator/GuardBridgeAuthenticator.php:35 {
    include_once …
    › 
    › trigger_deprecation('symfony/security-guard', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', GuardBridgeAuthenticator::class);}
  /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/getSecurity_Authenticator_Guard_Main_0Service.php:23 {
    Container7bLt7t6\getSecurity_Authenticator_Guard_Main_0Service::do($container, $lazyLoad = true) …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/Authenticator/GuardBridgeAuthenticator.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  }
  /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/App_KernelDevDebugContainer.php:474 {
    Container7bLt7t6\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/getSecurity_Firewall_Map_Context_MainService.php:35 {
    Container7bLt7t6\getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) …
    ›         yield 4 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));    }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b, 'main', ($container->privates['security.authenticator.guard.main.0'] ?? $container->load('getSecurity_Authenticator_Guard_Main_0Service')), NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, ($container->privates['security.event_dispatcher.main'] ?? $container->getSecurity_EventDispatcher_MainService()), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => '/logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'App\\Security\\UserProvider', 'main', 'security.authenticator.guard.main.0', NULL, NULL, [0 => 'switch_user', 1 => 'guard'], ['parameter' => '_switch_user', 'role' => 'ROLE_ALLOWED_TO_SWITCH']));}
  }
  /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/App_KernelDevDebugContainer.php:474 {
    Container7bLt7t6\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /home/frontend_devel/myclean/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/frontend_devel/myclean/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/frontend_devel/myclean/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
    › 
    ›     return $this->container->get($contextId);}
  }
  /home/frontend_devel/myclean/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
    › {    $context = $this->getFirewallContext($request);}
  /home/frontend_devel/myclean/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php:179 {
    Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
    › if ($this->firewallMap instanceof FirewallMap) {    $firewallConfig = $this->firewallMap->getFirewallConfig($request);    if (null !== $firewallConfig) {
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
    › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:89 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
  }
  /home/frontend_devel/myclean/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);}
  /home/frontend_devel/myclean/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/frontend_devel/myclean/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);}
  }
  /home/frontend_devel/myclean/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 {
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:190 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:178 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/frontend_devel/myclean/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);}
  /home/frontend_devel/myclean/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/frontend_devel/myclean/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);}
  }
  /home/frontend_devel/myclean/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 {
  }
  /home/frontend_devel/myclean/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/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/frontend_devel/myclean/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/security-bundle 5.3: The "security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
[
  "exception" => ErrorException {#638
    #message: "User Deprecated: Since symfony/security-bundle 5.3: The "security.password_encoder" service is deprecated, use "security.user_password_hasher" instead."
    #code: 0
    #file: "/home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/getSecurity_PasswordEncoderService.php"
    #line: 22
    #severity: E_USER_DEPRECATED
    trace: {
      /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/getSecurity_PasswordEncoderService.php:22 {
        Container7bLt7t6\getSecurity_PasswordEncoderService::do($container, $lazyLoad = true) …
        › {    trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');}
      /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/App_KernelDevDebugContainer.php:474 {
        Container7bLt7t6\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/getSecurity_Authenticator_Guard_Main_0Service.php:30 {
        Container7bLt7t6\getSecurity_Authenticator_Guard_Main_0Service::do($container, $lazyLoad = true) …
        › 
        ›     return $container->privates['security.authenticator.guard.main.0'] = new \Symfony\Component\Security\Guard\Authenticator\GuardBridgeAuthenticator(new \App\Security\LoginAuthenticator(($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')), ($container->privates['App\\Service\\UserLoginService'] ?? $container->load('getUserLoginServiceService')), ($container->privates['App\\Service\\FrontendService'] ?? $container->getFrontendServiceService())), ($container->privates['App\\Security\\UserProvider'] ?? $container->load('getUserProviderService')));}
      }
      /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/App_KernelDevDebugContainer.php:474 {
        Container7bLt7t6\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/getSecurity_Firewall_Map_Context_MainService.php:35 {
        Container7bLt7t6\getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) …
        ›         yield 4 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));    }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b, 'main', ($container->privates['security.authenticator.guard.main.0'] ?? $container->load('getSecurity_Authenticator_Guard_Main_0Service')), NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, ($container->privates['security.event_dispatcher.main'] ?? $container->getSecurity_EventDispatcher_MainService()), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => '/logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'App\\Security\\UserProvider', 'main', 'security.authenticator.guard.main.0', NULL, NULL, [0 => 'switch_user', 1 => 'guard'], ['parameter' => '_switch_user', 'role' => 'ROLE_ALLOWED_TO_SWITCH']));}
      }
      /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/App_KernelDevDebugContainer.php:474 {
        Container7bLt7t6\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /home/frontend_devel/myclean/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/frontend_devel/myclean/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/frontend_devel/myclean/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
        › 
        ›     return $this->container->get($contextId);}
      }
      /home/frontend_devel/myclean/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
        › {    $context = $this->getFirewallContext($request);}
      /home/frontend_devel/myclean/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php:179 {
        Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
        › if ($this->firewallMap instanceof FirewallMap) {    $firewallConfig = $this->firewallMap->getFirewallConfig($request);    if (null !== $firewallConfig) {
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
        › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:89 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
      }
      /home/frontend_devel/myclean/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);}
      /home/frontend_devel/myclean/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/frontend_devel/myclean/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);}
      }
      /home/frontend_devel/myclean/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 {
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:190 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:178 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/frontend_devel/myclean/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);}
      /home/frontend_devel/myclean/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/frontend_devel/myclean/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);}
      }
      /home/frontend_devel/myclean/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 {
      }
      /home/frontend_devel/myclean/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/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/frontend_devel/myclean/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/getSecurity_PasswordEncoderService.php:22 {
    Container7bLt7t6\getSecurity_PasswordEncoderService::do($container, $lazyLoad = true) …
    › {    trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');}
  /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/App_KernelDevDebugContainer.php:474 {
    Container7bLt7t6\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/getSecurity_Authenticator_Guard_Main_0Service.php:30 {
    Container7bLt7t6\getSecurity_Authenticator_Guard_Main_0Service::do($container, $lazyLoad = true) …
    › 
    ›     return $container->privates['security.authenticator.guard.main.0'] = new \Symfony\Component\Security\Guard\Authenticator\GuardBridgeAuthenticator(new \App\Security\LoginAuthenticator(($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')), ($container->privates['App\\Service\\UserLoginService'] ?? $container->load('getUserLoginServiceService')), ($container->privates['App\\Service\\FrontendService'] ?? $container->getFrontendServiceService())), ($container->privates['App\\Security\\UserProvider'] ?? $container->load('getUserProviderService')));}
  }
  /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/App_KernelDevDebugContainer.php:474 {
    Container7bLt7t6\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/getSecurity_Firewall_Map_Context_MainService.php:35 {
    Container7bLt7t6\getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) …
    ›         yield 4 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));    }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b, 'main', ($container->privates['security.authenticator.guard.main.0'] ?? $container->load('getSecurity_Authenticator_Guard_Main_0Service')), NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, ($container->privates['security.event_dispatcher.main'] ?? $container->getSecurity_EventDispatcher_MainService()), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => '/logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'App\\Security\\UserProvider', 'main', 'security.authenticator.guard.main.0', NULL, NULL, [0 => 'switch_user', 1 => 'guard'], ['parameter' => '_switch_user', 'role' => 'ROLE_ALLOWED_TO_SWITCH']));}
  }
  /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/App_KernelDevDebugContainer.php:474 {
    Container7bLt7t6\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /home/frontend_devel/myclean/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/frontend_devel/myclean/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/frontend_devel/myclean/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
    › 
    ›     return $this->container->get($contextId);}
  }
  /home/frontend_devel/myclean/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
    › {    $context = $this->getFirewallContext($request);}
  /home/frontend_devel/myclean/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php:179 {
    Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
    › if ($this->firewallMap instanceof FirewallMap) {    $firewallConfig = $this->firewallMap->getFirewallConfig($request);    if (null !== $firewallConfig) {
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
    › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:89 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
  }
  /home/frontend_devel/myclean/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);}
  /home/frontend_devel/myclean/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/frontend_devel/myclean/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);}
  }
  /home/frontend_devel/myclean/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 {
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:190 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:178 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/frontend_devel/myclean/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);}
  /home/frontend_devel/myclean/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/frontend_devel/myclean/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);}
  }
  /home/frontend_devel/myclean/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 {
  }
  /home/frontend_devel/myclean/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/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/frontend_devel/myclean/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoder" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher" instead.
[
  "exception" => ErrorException {#639
    #message: "User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoder" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher" instead."
    #code: 0
    #file: "/home/frontend_devel/myclean/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php"
    #line: 19
    #severity: E_USER_DEPRECATED
    trace: {
      /home/frontend_devel/myclean/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php:19 {
        Container7bLt7t6\getSecurity_PasswordEncoderService::do($container, $lazyLoad = true) …
        › 
        › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use "%s" instead.', UserPasswordEncoder::class, UserPasswordHasher::class);}
      /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/App_KernelDevDebugContainer.php:474 {
        Container7bLt7t6\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/getSecurity_Authenticator_Guard_Main_0Service.php:30 {
        Container7bLt7t6\getSecurity_Authenticator_Guard_Main_0Service::do($container, $lazyLoad = true) …
        › 
        ›     return $container->privates['security.authenticator.guard.main.0'] = new \Symfony\Component\Security\Guard\Authenticator\GuardBridgeAuthenticator(new \App\Security\LoginAuthenticator(($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')), ($container->privates['App\\Service\\UserLoginService'] ?? $container->load('getUserLoginServiceService')), ($container->privates['App\\Service\\FrontendService'] ?? $container->getFrontendServiceService())), ($container->privates['App\\Security\\UserProvider'] ?? $container->load('getUserProviderService')));}
      }
      /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/App_KernelDevDebugContainer.php:474 {
        Container7bLt7t6\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/getSecurity_Firewall_Map_Context_MainService.php:35 {
        Container7bLt7t6\getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) …
        ›         yield 4 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));    }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b, 'main', ($container->privates['security.authenticator.guard.main.0'] ?? $container->load('getSecurity_Authenticator_Guard_Main_0Service')), NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, ($container->privates['security.event_dispatcher.main'] ?? $container->getSecurity_EventDispatcher_MainService()), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => '/logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'App\\Security\\UserProvider', 'main', 'security.authenticator.guard.main.0', NULL, NULL, [0 => 'switch_user', 1 => 'guard'], ['parameter' => '_switch_user', 'role' => 'ROLE_ALLOWED_TO_SWITCH']));}
      }
      /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/App_KernelDevDebugContainer.php:474 {
        Container7bLt7t6\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /home/frontend_devel/myclean/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/frontend_devel/myclean/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/frontend_devel/myclean/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
        › 
        ›     return $this->container->get($contextId);}
      }
      /home/frontend_devel/myclean/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
        › {    $context = $this->getFirewallContext($request);}
      /home/frontend_devel/myclean/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php:179 {
        Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
        › if ($this->firewallMap instanceof FirewallMap) {    $firewallConfig = $this->firewallMap->getFirewallConfig($request);    if (null !== $firewallConfig) {
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
        › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:89 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
      }
      /home/frontend_devel/myclean/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);}
      /home/frontend_devel/myclean/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/frontend_devel/myclean/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);}
      }
      /home/frontend_devel/myclean/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 {
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:190 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:178 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/frontend_devel/myclean/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);}
      /home/frontend_devel/myclean/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/frontend_devel/myclean/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);}
      }
      /home/frontend_devel/myclean/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 {
      }
      /home/frontend_devel/myclean/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/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/frontend_devel/myclean/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/frontend_devel/myclean/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php:19 {
    Container7bLt7t6\getSecurity_PasswordEncoderService::do($container, $lazyLoad = true) …
    › 
    › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use "%s" instead.', UserPasswordEncoder::class, UserPasswordHasher::class);}
  /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/App_KernelDevDebugContainer.php:474 {
    Container7bLt7t6\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/getSecurity_Authenticator_Guard_Main_0Service.php:30 {
    Container7bLt7t6\getSecurity_Authenticator_Guard_Main_0Service::do($container, $lazyLoad = true) …
    › 
    ›     return $container->privates['security.authenticator.guard.main.0'] = new \Symfony\Component\Security\Guard\Authenticator\GuardBridgeAuthenticator(new \App\Security\LoginAuthenticator(($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')), ($container->privates['App\\Service\\UserLoginService'] ?? $container->load('getUserLoginServiceService')), ($container->privates['App\\Service\\FrontendService'] ?? $container->getFrontendServiceService())), ($container->privates['App\\Security\\UserProvider'] ?? $container->load('getUserProviderService')));}
  }
  /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/App_KernelDevDebugContainer.php:474 {
    Container7bLt7t6\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/getSecurity_Firewall_Map_Context_MainService.php:35 {
    Container7bLt7t6\getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) …
    ›         yield 4 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));    }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b, 'main', ($container->privates['security.authenticator.guard.main.0'] ?? $container->load('getSecurity_Authenticator_Guard_Main_0Service')), NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, ($container->privates['security.event_dispatcher.main'] ?? $container->getSecurity_EventDispatcher_MainService()), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => '/logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'App\\Security\\UserProvider', 'main', 'security.authenticator.guard.main.0', NULL, NULL, [0 => 'switch_user', 1 => 'guard'], ['parameter' => '_switch_user', 'role' => 'ROLE_ALLOWED_TO_SWITCH']));}
  }
  /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/App_KernelDevDebugContainer.php:474 {
    Container7bLt7t6\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /home/frontend_devel/myclean/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/frontend_devel/myclean/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/frontend_devel/myclean/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
    › 
    ›     return $this->container->get($contextId);}
  }
  /home/frontend_devel/myclean/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
    › {    $context = $this->getFirewallContext($request);}
  /home/frontend_devel/myclean/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php:179 {
    Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
    › if ($this->firewallMap instanceof FirewallMap) {    $firewallConfig = $this->firewallMap->getFirewallConfig($request);    if (null !== $firewallConfig) {
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
    › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:89 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
  }
  /home/frontend_devel/myclean/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);}
  /home/frontend_devel/myclean/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/frontend_devel/myclean/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);}
  }
  /home/frontend_devel/myclean/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 {
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:190 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:178 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/frontend_devel/myclean/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);}
  /home/frontend_devel/myclean/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/frontend_devel/myclean/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);}
  }
  /home/frontend_devel/myclean/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 {
  }
  /home/frontend_devel/myclean/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/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/frontend_devel/myclean/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" interface is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead.
[
  "exception" => ErrorException {#640
    #message: "User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" interface is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead."
    #code: 0
    #file: "/home/frontend_devel/myclean/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php"
    #line: 17
    #severity: E_USER_DEPRECATED
    trace: {
      /home/frontend_devel/myclean/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php:17 {
        Container7bLt7t6\getSecurity_PasswordEncoderService::do($container, $lazyLoad = true) …
        › 
        › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" interface is deprecated, use "%s" instead.', UserPasswordEncoderInterface::class, UserPasswordHasherInterface::class);}
      /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/App_KernelDevDebugContainer.php:474 {
        Container7bLt7t6\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/getSecurity_Authenticator_Guard_Main_0Service.php:30 {
        Container7bLt7t6\getSecurity_Authenticator_Guard_Main_0Service::do($container, $lazyLoad = true) …
        › 
        ›     return $container->privates['security.authenticator.guard.main.0'] = new \Symfony\Component\Security\Guard\Authenticator\GuardBridgeAuthenticator(new \App\Security\LoginAuthenticator(($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')), ($container->privates['App\\Service\\UserLoginService'] ?? $container->load('getUserLoginServiceService')), ($container->privates['App\\Service\\FrontendService'] ?? $container->getFrontendServiceService())), ($container->privates['App\\Security\\UserProvider'] ?? $container->load('getUserProviderService')));}
      }
      /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/App_KernelDevDebugContainer.php:474 {
        Container7bLt7t6\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/getSecurity_Firewall_Map_Context_MainService.php:35 {
        Container7bLt7t6\getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) …
        ›         yield 4 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));    }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b, 'main', ($container->privates['security.authenticator.guard.main.0'] ?? $container->load('getSecurity_Authenticator_Guard_Main_0Service')), NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, ($container->privates['security.event_dispatcher.main'] ?? $container->getSecurity_EventDispatcher_MainService()), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => '/logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'App\\Security\\UserProvider', 'main', 'security.authenticator.guard.main.0', NULL, NULL, [0 => 'switch_user', 1 => 'guard'], ['parameter' => '_switch_user', 'role' => 'ROLE_ALLOWED_TO_SWITCH']));}
      }
      /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/App_KernelDevDebugContainer.php:474 {
        Container7bLt7t6\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /home/frontend_devel/myclean/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/frontend_devel/myclean/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/frontend_devel/myclean/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
        › 
        ›     return $this->container->get($contextId);}
      }
      /home/frontend_devel/myclean/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
        › {    $context = $this->getFirewallContext($request);}
      /home/frontend_devel/myclean/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php:179 {
        Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
        › if ($this->firewallMap instanceof FirewallMap) {    $firewallConfig = $this->firewallMap->getFirewallConfig($request);    if (null !== $firewallConfig) {
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
        › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:89 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
      }
      /home/frontend_devel/myclean/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);}
      /home/frontend_devel/myclean/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/frontend_devel/myclean/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);}
      }
      /home/frontend_devel/myclean/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 {
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:190 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:178 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/frontend_devel/myclean/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);}
      /home/frontend_devel/myclean/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/frontend_devel/myclean/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);}
      }
      /home/frontend_devel/myclean/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 {
      }
      /home/frontend_devel/myclean/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/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/frontend_devel/myclean/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/frontend_devel/myclean/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php:17 {
    Container7bLt7t6\getSecurity_PasswordEncoderService::do($container, $lazyLoad = true) …
    › 
    › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" interface is deprecated, use "%s" instead.', UserPasswordEncoderInterface::class, UserPasswordHasherInterface::class);}
  /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/App_KernelDevDebugContainer.php:474 {
    Container7bLt7t6\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/getSecurity_Authenticator_Guard_Main_0Service.php:30 {
    Container7bLt7t6\getSecurity_Authenticator_Guard_Main_0Service::do($container, $lazyLoad = true) …
    › 
    ›     return $container->privates['security.authenticator.guard.main.0'] = new \Symfony\Component\Security\Guard\Authenticator\GuardBridgeAuthenticator(new \App\Security\LoginAuthenticator(($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')), ($container->privates['App\\Service\\UserLoginService'] ?? $container->load('getUserLoginServiceService')), ($container->privates['App\\Service\\FrontendService'] ?? $container->getFrontendServiceService())), ($container->privates['App\\Security\\UserProvider'] ?? $container->load('getUserProviderService')));}
  }
  /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/App_KernelDevDebugContainer.php:474 {
    Container7bLt7t6\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/getSecurity_Firewall_Map_Context_MainService.php:35 {
    Container7bLt7t6\getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) …
    ›         yield 4 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));    }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b, 'main', ($container->privates['security.authenticator.guard.main.0'] ?? $container->load('getSecurity_Authenticator_Guard_Main_0Service')), NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, ($container->privates['security.event_dispatcher.main'] ?? $container->getSecurity_EventDispatcher_MainService()), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => '/logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'App\\Security\\UserProvider', 'main', 'security.authenticator.guard.main.0', NULL, NULL, [0 => 'switch_user', 1 => 'guard'], ['parameter' => '_switch_user', 'role' => 'ROLE_ALLOWED_TO_SWITCH']));}
  }
  /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/App_KernelDevDebugContainer.php:474 {
    Container7bLt7t6\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /home/frontend_devel/myclean/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/frontend_devel/myclean/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/frontend_devel/myclean/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
    › 
    ›     return $this->container->get($contextId);}
  }
  /home/frontend_devel/myclean/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
    › {    $context = $this->getFirewallContext($request);}
  /home/frontend_devel/myclean/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php:179 {
    Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
    › if ($this->firewallMap instanceof FirewallMap) {    $firewallConfig = $this->firewallMap->getFirewallConfig($request);    if (null !== $firewallConfig) {
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
    › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:89 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
  }
  /home/frontend_devel/myclean/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);}
  /home/frontend_devel/myclean/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/frontend_devel/myclean/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);}
  }
  /home/frontend_devel/myclean/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 {
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:190 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:178 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/frontend_devel/myclean/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);}
  /home/frontend_devel/myclean/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/frontend_devel/myclean/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);}
  }
  /home/frontend_devel/myclean/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 {
  }
  /home/frontend_devel/myclean/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/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/frontend_devel/myclean/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
[
  "exception" => ErrorException {#642
    #message: "User Deprecated: Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead."
    #code: 0
    #file: "/home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/getSecurity_EncoderFactory_GenericService.php"
    #line: 22
    #severity: E_USER_DEPRECATED
    trace: {
      /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/getSecurity_EncoderFactory_GenericService.php:22 {
        Container7bLt7t6\getSecurity_EncoderFactory_GenericService::do($container, $lazyLoad = true) …
        › {    trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');}
      /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/App_KernelDevDebugContainer.php:474 {
        Container7bLt7t6\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/getSecurity_PasswordEncoderService.php:24 {
        Container7bLt7t6\getSecurity_PasswordEncoderService::do($container, $lazyLoad = true) …
        › 
        ›     return $container->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($container->privates['security.encoder_factory.generic'] ?? $container->load('getSecurity_EncoderFactory_GenericService')));}
      }
      /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/App_KernelDevDebugContainer.php:474 {
        Container7bLt7t6\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/getSecurity_Authenticator_Guard_Main_0Service.php:30 {
        Container7bLt7t6\getSecurity_Authenticator_Guard_Main_0Service::do($container, $lazyLoad = true) …
        › 
        ›     return $container->privates['security.authenticator.guard.main.0'] = new \Symfony\Component\Security\Guard\Authenticator\GuardBridgeAuthenticator(new \App\Security\LoginAuthenticator(($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')), ($container->privates['App\\Service\\UserLoginService'] ?? $container->load('getUserLoginServiceService')), ($container->privates['App\\Service\\FrontendService'] ?? $container->getFrontendServiceService())), ($container->privates['App\\Security\\UserProvider'] ?? $container->load('getUserProviderService')));}
      }
      /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/App_KernelDevDebugContainer.php:474 {
        Container7bLt7t6\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/getSecurity_Firewall_Map_Context_MainService.php:35 {
        Container7bLt7t6\getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) …
        ›         yield 4 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));    }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b, 'main', ($container->privates['security.authenticator.guard.main.0'] ?? $container->load('getSecurity_Authenticator_Guard_Main_0Service')), NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, ($container->privates['security.event_dispatcher.main'] ?? $container->getSecurity_EventDispatcher_MainService()), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => '/logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'App\\Security\\UserProvider', 'main', 'security.authenticator.guard.main.0', NULL, NULL, [0 => 'switch_user', 1 => 'guard'], ['parameter' => '_switch_user', 'role' => 'ROLE_ALLOWED_TO_SWITCH']));}
      }
      /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/App_KernelDevDebugContainer.php:474 {
        Container7bLt7t6\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /home/frontend_devel/myclean/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/frontend_devel/myclean/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/frontend_devel/myclean/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
        › 
        ›     return $this->container->get($contextId);}
      }
      /home/frontend_devel/myclean/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
        › {    $context = $this->getFirewallContext($request);}
      /home/frontend_devel/myclean/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php:179 {
        Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
        › if ($this->firewallMap instanceof FirewallMap) {    $firewallConfig = $this->firewallMap->getFirewallConfig($request);    if (null !== $firewallConfig) {
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
        › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:89 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
      }
      /home/frontend_devel/myclean/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);}
      /home/frontend_devel/myclean/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/frontend_devel/myclean/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);}
      }
      /home/frontend_devel/myclean/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 {
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:190 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:178 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/frontend_devel/myclean/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);}
      /home/frontend_devel/myclean/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/frontend_devel/myclean/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);}
      }
      /home/frontend_devel/myclean/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 {
      }
      /home/frontend_devel/myclean/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/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/frontend_devel/myclean/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/getSecurity_EncoderFactory_GenericService.php:22 {
    Container7bLt7t6\getSecurity_EncoderFactory_GenericService::do($container, $lazyLoad = true) …
    › {    trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');}
  /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/App_KernelDevDebugContainer.php:474 {
    Container7bLt7t6\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/getSecurity_PasswordEncoderService.php:24 {
    Container7bLt7t6\getSecurity_PasswordEncoderService::do($container, $lazyLoad = true) …
    › 
    ›     return $container->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($container->privates['security.encoder_factory.generic'] ?? $container->load('getSecurity_EncoderFactory_GenericService')));}
  }
  /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/App_KernelDevDebugContainer.php:474 {
    Container7bLt7t6\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/getSecurity_Authenticator_Guard_Main_0Service.php:30 {
    Container7bLt7t6\getSecurity_Authenticator_Guard_Main_0Service::do($container, $lazyLoad = true) …
    › 
    ›     return $container->privates['security.authenticator.guard.main.0'] = new \Symfony\Component\Security\Guard\Authenticator\GuardBridgeAuthenticator(new \App\Security\LoginAuthenticator(($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')), ($container->privates['App\\Service\\UserLoginService'] ?? $container->load('getUserLoginServiceService')), ($container->privates['App\\Service\\FrontendService'] ?? $container->getFrontendServiceService())), ($container->privates['App\\Security\\UserProvider'] ?? $container->load('getUserProviderService')));}
  }
  /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/App_KernelDevDebugContainer.php:474 {
    Container7bLt7t6\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/getSecurity_Firewall_Map_Context_MainService.php:35 {
    Container7bLt7t6\getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) …
    ›         yield 4 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));    }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b, 'main', ($container->privates['security.authenticator.guard.main.0'] ?? $container->load('getSecurity_Authenticator_Guard_Main_0Service')), NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, ($container->privates['security.event_dispatcher.main'] ?? $container->getSecurity_EventDispatcher_MainService()), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => '/logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'App\\Security\\UserProvider', 'main', 'security.authenticator.guard.main.0', NULL, NULL, [0 => 'switch_user', 1 => 'guard'], ['parameter' => '_switch_user', 'role' => 'ROLE_ALLOWED_TO_SWITCH']));}
  }
  /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/App_KernelDevDebugContainer.php:474 {
    Container7bLt7t6\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /home/frontend_devel/myclean/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/frontend_devel/myclean/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/frontend_devel/myclean/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
    › 
    ›     return $this->container->get($contextId);}
  }
  /home/frontend_devel/myclean/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
    › {    $context = $this->getFirewallContext($request);}
  /home/frontend_devel/myclean/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php:179 {
    Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
    › if ($this->firewallMap instanceof FirewallMap) {    $firewallConfig = $this->firewallMap->getFirewallConfig($request);    if (null !== $firewallConfig) {
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
    › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:89 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
  }
  /home/frontend_devel/myclean/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);}
  /home/frontend_devel/myclean/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/frontend_devel/myclean/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);}
  }
  /home/frontend_devel/myclean/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 {
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:190 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:178 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/frontend_devel/myclean/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);}
  /home/frontend_devel/myclean/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/frontend_devel/myclean/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);}
  }
  /home/frontend_devel/myclean/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 {
  }
  /home/frontend_devel/myclean/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/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/frontend_devel/myclean/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactory" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory" instead.
[
  "exception" => ErrorException {#643
    #message: "User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactory" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory" instead."
    #code: 0
    #file: "/home/frontend_devel/myclean/vendor/symfony/security-core/Encoder/EncoderFactory.php"
    #line: 20
    #severity: E_USER_DEPRECATED
    trace: {
      /home/frontend_devel/myclean/vendor/symfony/security-core/Encoder/EncoderFactory.php:20 {
        Container7bLt7t6\getSecurity_EncoderFactory_GenericService::do($container, $lazyLoad = true) …
        › 
        › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use "%s" instead.', EncoderFactory::class, PasswordHasherFactory::class);}
      /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/App_KernelDevDebugContainer.php:474 {
        Container7bLt7t6\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/getSecurity_PasswordEncoderService.php:24 {
        Container7bLt7t6\getSecurity_PasswordEncoderService::do($container, $lazyLoad = true) …
        › 
        ›     return $container->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($container->privates['security.encoder_factory.generic'] ?? $container->load('getSecurity_EncoderFactory_GenericService')));}
      }
      /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/App_KernelDevDebugContainer.php:474 {
        Container7bLt7t6\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/getSecurity_Authenticator_Guard_Main_0Service.php:30 {
        Container7bLt7t6\getSecurity_Authenticator_Guard_Main_0Service::do($container, $lazyLoad = true) …
        › 
        ›     return $container->privates['security.authenticator.guard.main.0'] = new \Symfony\Component\Security\Guard\Authenticator\GuardBridgeAuthenticator(new \App\Security\LoginAuthenticator(($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')), ($container->privates['App\\Service\\UserLoginService'] ?? $container->load('getUserLoginServiceService')), ($container->privates['App\\Service\\FrontendService'] ?? $container->getFrontendServiceService())), ($container->privates['App\\Security\\UserProvider'] ?? $container->load('getUserProviderService')));}
      }
      /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/App_KernelDevDebugContainer.php:474 {
        Container7bLt7t6\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/getSecurity_Firewall_Map_Context_MainService.php:35 {
        Container7bLt7t6\getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) …
        ›         yield 4 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));    }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b, 'main', ($container->privates['security.authenticator.guard.main.0'] ?? $container->load('getSecurity_Authenticator_Guard_Main_0Service')), NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, ($container->privates['security.event_dispatcher.main'] ?? $container->getSecurity_EventDispatcher_MainService()), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => '/logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'App\\Security\\UserProvider', 'main', 'security.authenticator.guard.main.0', NULL, NULL, [0 => 'switch_user', 1 => 'guard'], ['parameter' => '_switch_user', 'role' => 'ROLE_ALLOWED_TO_SWITCH']));}
      }
      /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/App_KernelDevDebugContainer.php:474 {
        Container7bLt7t6\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /home/frontend_devel/myclean/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/frontend_devel/myclean/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/frontend_devel/myclean/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
        › 
        ›     return $this->container->get($contextId);}
      }
      /home/frontend_devel/myclean/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
        › {    $context = $this->getFirewallContext($request);}
      /home/frontend_devel/myclean/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php:179 {
        Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
        › if ($this->firewallMap instanceof FirewallMap) {    $firewallConfig = $this->firewallMap->getFirewallConfig($request);    if (null !== $firewallConfig) {
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
        › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:89 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
      }
      /home/frontend_devel/myclean/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);}
      /home/frontend_devel/myclean/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/frontend_devel/myclean/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);}
      }
      /home/frontend_devel/myclean/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 {
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:190 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:178 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/frontend_devel/myclean/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);}
      /home/frontend_devel/myclean/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/frontend_devel/myclean/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);}
      }
      /home/frontend_devel/myclean/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 {
      }
      /home/frontend_devel/myclean/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/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/frontend_devel/myclean/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/frontend_devel/myclean/vendor/symfony/security-core/Encoder/EncoderFactory.php:20 {
    Container7bLt7t6\getSecurity_EncoderFactory_GenericService::do($container, $lazyLoad = true) …
    › 
    › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use "%s" instead.', EncoderFactory::class, PasswordHasherFactory::class);}
  /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/App_KernelDevDebugContainer.php:474 {
    Container7bLt7t6\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/getSecurity_PasswordEncoderService.php:24 {
    Container7bLt7t6\getSecurity_PasswordEncoderService::do($container, $lazyLoad = true) …
    › 
    ›     return $container->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($container->privates['security.encoder_factory.generic'] ?? $container->load('getSecurity_EncoderFactory_GenericService')));}
  }
  /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/App_KernelDevDebugContainer.php:474 {
    Container7bLt7t6\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/getSecurity_Authenticator_Guard_Main_0Service.php:30 {
    Container7bLt7t6\getSecurity_Authenticator_Guard_Main_0Service::do($container, $lazyLoad = true) …
    › 
    ›     return $container->privates['security.authenticator.guard.main.0'] = new \Symfony\Component\Security\Guard\Authenticator\GuardBridgeAuthenticator(new \App\Security\LoginAuthenticator(($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')), ($container->privates['App\\Service\\UserLoginService'] ?? $container->load('getUserLoginServiceService')), ($container->privates['App\\Service\\FrontendService'] ?? $container->getFrontendServiceService())), ($container->privates['App\\Security\\UserProvider'] ?? $container->load('getUserProviderService')));}
  }
  /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/App_KernelDevDebugContainer.php:474 {
    Container7bLt7t6\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/getSecurity_Firewall_Map_Context_MainService.php:35 {
    Container7bLt7t6\getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) …
    ›         yield 4 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));    }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b, 'main', ($container->privates['security.authenticator.guard.main.0'] ?? $container->load('getSecurity_Authenticator_Guard_Main_0Service')), NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, ($container->privates['security.event_dispatcher.main'] ?? $container->getSecurity_EventDispatcher_MainService()), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => '/logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'App\\Security\\UserProvider', 'main', 'security.authenticator.guard.main.0', NULL, NULL, [0 => 'switch_user', 1 => 'guard'], ['parameter' => '_switch_user', 'role' => 'ROLE_ALLOWED_TO_SWITCH']));}
  }
  /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/App_KernelDevDebugContainer.php:474 {
    Container7bLt7t6\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /home/frontend_devel/myclean/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/frontend_devel/myclean/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/frontend_devel/myclean/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
    › 
    ›     return $this->container->get($contextId);}
  }
  /home/frontend_devel/myclean/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
    › {    $context = $this->getFirewallContext($request);}
  /home/frontend_devel/myclean/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php:179 {
    Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
    › if ($this->firewallMap instanceof FirewallMap) {    $firewallConfig = $this->firewallMap->getFirewallConfig($request);    if (null !== $firewallConfig) {
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
    › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:89 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
  }
  /home/frontend_devel/myclean/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);}
  /home/frontend_devel/myclean/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/frontend_devel/myclean/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);}
  }
  /home/frontend_devel/myclean/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 {
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:190 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:178 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/frontend_devel/myclean/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);}
  /home/frontend_devel/myclean/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/frontend_devel/myclean/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);}
  }
  /home/frontend_devel/myclean/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 {
  }
  /home/frontend_devel/myclean/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/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/frontend_devel/myclean/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface" instead.
[
  "exception" => ErrorException {#644
    #message: "User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface" instead."
    #code: 0
    #file: "/home/frontend_devel/myclean/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php"
    #line: 17
    #severity: E_USER_DEPRECATED
    trace: {
      /home/frontend_devel/myclean/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php:17 {
        Container7bLt7t6\getSecurity_EncoderFactory_GenericService::do($container, $lazyLoad = true) …
        › 
        › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use "%s" instead.', EncoderFactoryInterface::class, PasswordHasherFactoryInterface::class);}
      /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/App_KernelDevDebugContainer.php:474 {
        Container7bLt7t6\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/getSecurity_PasswordEncoderService.php:24 {
        Container7bLt7t6\getSecurity_PasswordEncoderService::do($container, $lazyLoad = true) …
        › 
        ›     return $container->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($container->privates['security.encoder_factory.generic'] ?? $container->load('getSecurity_EncoderFactory_GenericService')));}
      }
      /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/App_KernelDevDebugContainer.php:474 {
        Container7bLt7t6\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/getSecurity_Authenticator_Guard_Main_0Service.php:30 {
        Container7bLt7t6\getSecurity_Authenticator_Guard_Main_0Service::do($container, $lazyLoad = true) …
        › 
        ›     return $container->privates['security.authenticator.guard.main.0'] = new \Symfony\Component\Security\Guard\Authenticator\GuardBridgeAuthenticator(new \App\Security\LoginAuthenticator(($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')), ($container->privates['App\\Service\\UserLoginService'] ?? $container->load('getUserLoginServiceService')), ($container->privates['App\\Service\\FrontendService'] ?? $container->getFrontendServiceService())), ($container->privates['App\\Security\\UserProvider'] ?? $container->load('getUserProviderService')));}
      }
      /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/App_KernelDevDebugContainer.php:474 {
        Container7bLt7t6\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/getSecurity_Firewall_Map_Context_MainService.php:35 {
        Container7bLt7t6\getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) …
        ›         yield 4 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));    }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b, 'main', ($container->privates['security.authenticator.guard.main.0'] ?? $container->load('getSecurity_Authenticator_Guard_Main_0Service')), NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, ($container->privates['security.event_dispatcher.main'] ?? $container->getSecurity_EventDispatcher_MainService()), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => '/logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'App\\Security\\UserProvider', 'main', 'security.authenticator.guard.main.0', NULL, NULL, [0 => 'switch_user', 1 => 'guard'], ['parameter' => '_switch_user', 'role' => 'ROLE_ALLOWED_TO_SWITCH']));}
      }
      /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/App_KernelDevDebugContainer.php:474 {
        Container7bLt7t6\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /home/frontend_devel/myclean/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/frontend_devel/myclean/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/frontend_devel/myclean/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
        › 
        ›     return $this->container->get($contextId);}
      }
      /home/frontend_devel/myclean/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
        › {    $context = $this->getFirewallContext($request);}
      /home/frontend_devel/myclean/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php:179 {
        Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
        › if ($this->firewallMap instanceof FirewallMap) {    $firewallConfig = $this->firewallMap->getFirewallConfig($request);    if (null !== $firewallConfig) {
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
        › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:89 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
      }
      /home/frontend_devel/myclean/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);}
      /home/frontend_devel/myclean/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/frontend_devel/myclean/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);}
      }
      /home/frontend_devel/myclean/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 {
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:190 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:178 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/frontend_devel/myclean/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);}
      /home/frontend_devel/myclean/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/frontend_devel/myclean/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);}
      }
      /home/frontend_devel/myclean/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 {
      }
      /home/frontend_devel/myclean/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/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/frontend_devel/myclean/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/frontend_devel/myclean/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php:17 {
    Container7bLt7t6\getSecurity_EncoderFactory_GenericService::do($container, $lazyLoad = true) …
    › 
    › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use "%s" instead.', EncoderFactoryInterface::class, PasswordHasherFactoryInterface::class);}
  /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/App_KernelDevDebugContainer.php:474 {
    Container7bLt7t6\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/getSecurity_PasswordEncoderService.php:24 {
    Container7bLt7t6\getSecurity_PasswordEncoderService::do($container, $lazyLoad = true) …
    › 
    ›     return $container->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($container->privates['security.encoder_factory.generic'] ?? $container->load('getSecurity_EncoderFactory_GenericService')));}
  }
  /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/App_KernelDevDebugContainer.php:474 {
    Container7bLt7t6\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/getSecurity_Authenticator_Guard_Main_0Service.php:30 {
    Container7bLt7t6\getSecurity_Authenticator_Guard_Main_0Service::do($container, $lazyLoad = true) …
    › 
    ›     return $container->privates['security.authenticator.guard.main.0'] = new \Symfony\Component\Security\Guard\Authenticator\GuardBridgeAuthenticator(new \App\Security\LoginAuthenticator(($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')), ($container->privates['App\\Service\\UserLoginService'] ?? $container->load('getUserLoginServiceService')), ($container->privates['App\\Service\\FrontendService'] ?? $container->getFrontendServiceService())), ($container->privates['App\\Security\\UserProvider'] ?? $container->load('getUserProviderService')));}
  }
  /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/App_KernelDevDebugContainer.php:474 {
    Container7bLt7t6\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/getSecurity_Firewall_Map_Context_MainService.php:35 {
    Container7bLt7t6\getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) …
    ›         yield 4 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));    }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b, 'main', ($container->privates['security.authenticator.guard.main.0'] ?? $container->load('getSecurity_Authenticator_Guard_Main_0Service')), NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, ($container->privates['security.event_dispatcher.main'] ?? $container->getSecurity_EventDispatcher_MainService()), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => '/logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'App\\Security\\UserProvider', 'main', 'security.authenticator.guard.main.0', NULL, NULL, [0 => 'switch_user', 1 => 'guard'], ['parameter' => '_switch_user', 'role' => 'ROLE_ALLOWED_TO_SWITCH']));}
  }
  /home/frontend_devel/myclean/var/cache/dev/Container7bLt7t6/App_KernelDevDebugContainer.php:474 {
    Container7bLt7t6\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /home/frontend_devel/myclean/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/frontend_devel/myclean/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/frontend_devel/myclean/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
    › 
    ›     return $this->container->get($contextId);}
  }
  /home/frontend_devel/myclean/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
    › {    $context = $this->getFirewallContext($request);}
  /home/frontend_devel/myclean/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php:179 {
    Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
    › if ($this->firewallMap instanceof FirewallMap) {    $firewallConfig = $this->firewallMap->getFirewallConfig($request);    if (null !== $firewallConfig) {
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
    › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:89 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
  }
  /home/frontend_devel/myclean/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);}
  /home/frontend_devel/myclean/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/frontend_devel/myclean/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);}
  }
  /home/frontend_devel/myclean/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 {
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:190 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:178 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/frontend_devel/myclean/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);}
  /home/frontend_devel/myclean/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/frontend_devel/myclean/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);}
  }
  /home/frontend_devel/myclean/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 {
  }
  /home/frontend_devel/myclean/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/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/frontend_devel/myclean/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#814
    #message: "Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/frontend_devel/myclean/vendor/symfony/var-dumper/Cloner/Data.php"
    #line: 153
    #severity: E_DEPRECATED
    trace: {
      /home/frontend_devel/myclean/vendor/symfony/var-dumper/Cloner/Data.php:153 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function offsetExists($key){
      }
      /home/frontend_devel/myclean/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:270 {
        Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner\{closure} …
        › if ($this->prevErrorHandler) {    return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);}
      }
      /home/frontend_devel/myclean/vendor/symfony/var-dumper/Cloner/Data.php:20 {
        Symfony\Component\VarDumper\Cloner\AbstractCloner->cloneVar($var, int $filter = 0) …
        ›  */class Data implements \ArrayAccess, \Countable, \IteratorAggregate{
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/DataCollector/DataCollector.php:62 {
        Symfony\Component\HttpKernel\DataCollector\DataCollector->cloneVar($var) …
        › 
        ›     return $this->cloner->cloneVar($var);}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:177 {
        Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->lateCollect() …
        › {    $this->data = $this->cloneVar($this->data);}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/Profiler/Profiler.php:97 {
        Symfony\Component\HttpKernel\Profiler\Profiler->saveProfile(Profile $profile) …
        › if ($collector instanceof LateDataCollectorInterface) {    $collector->lateCollect();}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:111 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelTerminate(TerminateEvent $event) …
        › foreach ($this->profiles as $request) {    $this->profiler->saveProfile($this->profiles[$request]);}
      }
      /home/frontend_devel/myclean/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);}
      /home/frontend_devel/myclean/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/frontend_devel/myclean/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);}
      }
      /home/frontend_devel/myclean/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 {
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:99 {
        Symfony\Component\HttpKernel\HttpKernel->terminate(Request $request, Response $response) …
        › {    $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:156 {
        Symfony\Component\HttpKernel\Kernel->terminate(Request $request, Response $response) …
        › if ($this->getHttpKernel() instanceof TerminableInterface) {    $this->getHttpKernel()->terminate($request, $response);}
      }
      /home/frontend_devel/myclean/public/index.php:27 {$response->send();$kernel->terminate($request, $response);}
    }
  }
]
{
  /home/frontend_devel/myclean/vendor/symfony/var-dumper/Cloner/Data.php:153 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function offsetExists($key){
  }
  /home/frontend_devel/myclean/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:270 {
    Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner\{closure} …
    › if ($this->prevErrorHandler) {    return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);}
  }
  /home/frontend_devel/myclean/vendor/symfony/var-dumper/Cloner/Data.php:20 {
    Symfony\Component\VarDumper\Cloner\AbstractCloner->cloneVar($var, int $filter = 0) …
    ›  */class Data implements \ArrayAccess, \Countable, \IteratorAggregate{
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/DataCollector/DataCollector.php:62 {
    Symfony\Component\HttpKernel\DataCollector\DataCollector->cloneVar($var) …
    › 
    ›     return $this->cloner->cloneVar($var);}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:177 {
    Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->lateCollect() …
    › {    $this->data = $this->cloneVar($this->data);}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/Profiler/Profiler.php:97 {
    Symfony\Component\HttpKernel\Profiler\Profiler->saveProfile(Profile $profile) …
    › if ($collector instanceof LateDataCollectorInterface) {    $collector->lateCollect();}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:111 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelTerminate(TerminateEvent $event) …
    › foreach ($this->profiles as $request) {    $this->profiler->saveProfile($this->profiles[$request]);}
  }
  /home/frontend_devel/myclean/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);}
  /home/frontend_devel/myclean/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/frontend_devel/myclean/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);}
  }
  /home/frontend_devel/myclean/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 {
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:99 {
    Symfony\Component\HttpKernel\HttpKernel->terminate(Request $request, Response $response) …
    › {    $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:156 {
    Symfony\Component\HttpKernel\Kernel->terminate(Request $request, Response $response) …
    › if ($this->getHttpKernel() instanceof TerminableInterface) {    $this->getHttpKernel()->terminate($request, $response);}
  }
  /home/frontend_devel/myclean/public/index.php:27 {$response->send();$kernel->terminate($request, $response);}
}
php Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#815
    #message: "Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/frontend_devel/myclean/vendor/symfony/var-dumper/Cloner/Data.php"
    #line: 158
    #severity: E_DEPRECATED
    trace: {
      /home/frontend_devel/myclean/vendor/symfony/var-dumper/Cloner/Data.php:158 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        › 
        › public function offsetGet($key){
      }
      /home/frontend_devel/myclean/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:270 {
        Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner\{closure} …
        › if ($this->prevErrorHandler) {    return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);}
      }
      /home/frontend_devel/myclean/vendor/symfony/var-dumper/Cloner/Data.php:20 {
        Symfony\Component\VarDumper\Cloner\AbstractCloner->cloneVar($var, int $filter = 0) …
        ›  */class Data implements \ArrayAccess, \Countable, \IteratorAggregate{
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/DataCollector/DataCollector.php:62 {
        Symfony\Component\HttpKernel\DataCollector\DataCollector->cloneVar($var) …
        › 
        ›     return $this->cloner->cloneVar($var);}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:177 {
        Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->lateCollect() …
        › {    $this->data = $this->cloneVar($this->data);}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/Profiler/Profiler.php:97 {
        Symfony\Component\HttpKernel\Profiler\Profiler->saveProfile(Profile $profile) …
        › if ($collector instanceof LateDataCollectorInterface) {    $collector->lateCollect();}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:111 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelTerminate(TerminateEvent $event) …
        › foreach ($this->profiles as $request) {    $this->profiler->saveProfile($this->profiles[$request]);}
      }
      /home/frontend_devel/myclean/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);}
      /home/frontend_devel/myclean/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/frontend_devel/myclean/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);}
      }
      /home/frontend_devel/myclean/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 {
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:99 {
        Symfony\Component\HttpKernel\HttpKernel->terminate(Request $request, Response $response) …
        › {    $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:156 {
        Symfony\Component\HttpKernel\Kernel->terminate(Request $request, Response $response) …
        › if ($this->getHttpKernel() instanceof TerminableInterface) {    $this->getHttpKernel()->terminate($request, $response);}
      }
      /home/frontend_devel/myclean/public/index.php:27 {$response->send();$kernel->terminate($request, $response);}
    }
  }
]
{
  /home/frontend_devel/myclean/vendor/symfony/var-dumper/Cloner/Data.php:158 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    › 
    › public function offsetGet($key){
  }
  /home/frontend_devel/myclean/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:270 {
    Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner\{closure} …
    › if ($this->prevErrorHandler) {    return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);}
  }
  /home/frontend_devel/myclean/vendor/symfony/var-dumper/Cloner/Data.php:20 {
    Symfony\Component\VarDumper\Cloner\AbstractCloner->cloneVar($var, int $filter = 0) …
    ›  */class Data implements \ArrayAccess, \Countable, \IteratorAggregate{
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/DataCollector/DataCollector.php:62 {
    Symfony\Component\HttpKernel\DataCollector\DataCollector->cloneVar($var) …
    › 
    ›     return $this->cloner->cloneVar($var);}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:177 {
    Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->lateCollect() …
    › {    $this->data = $this->cloneVar($this->data);}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/Profiler/Profiler.php:97 {
    Symfony\Component\HttpKernel\Profiler\Profiler->saveProfile(Profile $profile) …
    › if ($collector instanceof LateDataCollectorInterface) {    $collector->lateCollect();}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:111 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelTerminate(TerminateEvent $event) …
    › foreach ($this->profiles as $request) {    $this->profiler->saveProfile($this->profiles[$request]);}
  }
  /home/frontend_devel/myclean/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);}
  /home/frontend_devel/myclean/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/frontend_devel/myclean/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);}
  }
  /home/frontend_devel/myclean/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 {
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:99 {
    Symfony\Component\HttpKernel\HttpKernel->terminate(Request $request, Response $response) …
    › {    $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:156 {
    Symfony\Component\HttpKernel\Kernel->terminate(Request $request, Response $response) …
    › if ($this->getHttpKernel() instanceof TerminableInterface) {    $this->getHttpKernel()->terminate($request, $response);}
  }
  /home/frontend_devel/myclean/public/index.php:27 {$response->send();$kernel->terminate($request, $response);}
}
php Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#816
    #message: "Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/frontend_devel/myclean/vendor/symfony/var-dumper/Cloner/Data.php"
    #line: 163
    #severity: E_DEPRECATED
    trace: {
      /home/frontend_devel/myclean/vendor/symfony/var-dumper/Cloner/Data.php:163 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        › 
        › public function offsetSet($key, $value){
      }
      /home/frontend_devel/myclean/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:270 {
        Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner\{closure} …
        › if ($this->prevErrorHandler) {    return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);}
      }
      /home/frontend_devel/myclean/vendor/symfony/var-dumper/Cloner/Data.php:20 {
        Symfony\Component\VarDumper\Cloner\AbstractCloner->cloneVar($var, int $filter = 0) …
        ›  */class Data implements \ArrayAccess, \Countable, \IteratorAggregate{
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/DataCollector/DataCollector.php:62 {
        Symfony\Component\HttpKernel\DataCollector\DataCollector->cloneVar($var) …
        › 
        ›     return $this->cloner->cloneVar($var);}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:177 {
        Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->lateCollect() …
        › {    $this->data = $this->cloneVar($this->data);}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/Profiler/Profiler.php:97 {
        Symfony\Component\HttpKernel\Profiler\Profiler->saveProfile(Profile $profile) …
        › if ($collector instanceof LateDataCollectorInterface) {    $collector->lateCollect();}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:111 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelTerminate(TerminateEvent $event) …
        › foreach ($this->profiles as $request) {    $this->profiler->saveProfile($this->profiles[$request]);}
      }
      /home/frontend_devel/myclean/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);}
      /home/frontend_devel/myclean/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/frontend_devel/myclean/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);}
      }
      /home/frontend_devel/myclean/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 {
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:99 {
        Symfony\Component\HttpKernel\HttpKernel->terminate(Request $request, Response $response) …
        › {    $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:156 {
        Symfony\Component\HttpKernel\Kernel->terminate(Request $request, Response $response) …
        › if ($this->getHttpKernel() instanceof TerminableInterface) {    $this->getHttpKernel()->terminate($request, $response);}
      }
      /home/frontend_devel/myclean/public/index.php:27 {$response->send();$kernel->terminate($request, $response);}
    }
  }
]
{
  /home/frontend_devel/myclean/vendor/symfony/var-dumper/Cloner/Data.php:163 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    › 
    › public function offsetSet($key, $value){
  }
  /home/frontend_devel/myclean/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:270 {
    Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner\{closure} …
    › if ($this->prevErrorHandler) {    return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);}
  }
  /home/frontend_devel/myclean/vendor/symfony/var-dumper/Cloner/Data.php:20 {
    Symfony\Component\VarDumper\Cloner\AbstractCloner->cloneVar($var, int $filter = 0) …
    ›  */class Data implements \ArrayAccess, \Countable, \IteratorAggregate{
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/DataCollector/DataCollector.php:62 {
    Symfony\Component\HttpKernel\DataCollector\DataCollector->cloneVar($var) …
    › 
    ›     return $this->cloner->cloneVar($var);}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:177 {
    Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->lateCollect() …
    › {    $this->data = $this->cloneVar($this->data);}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/Profiler/Profiler.php:97 {
    Symfony\Component\HttpKernel\Profiler\Profiler->saveProfile(Profile $profile) …
    › if ($collector instanceof LateDataCollectorInterface) {    $collector->lateCollect();}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:111 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelTerminate(TerminateEvent $event) …
    › foreach ($this->profiles as $request) {    $this->profiler->saveProfile($this->profiles[$request]);}
  }
  /home/frontend_devel/myclean/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);}
  /home/frontend_devel/myclean/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/frontend_devel/myclean/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);}
  }
  /home/frontend_devel/myclean/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 {
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:99 {
    Symfony\Component\HttpKernel\HttpKernel->terminate(Request $request, Response $response) …
    › {    $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:156 {
    Symfony\Component\HttpKernel\Kernel->terminate(Request $request, Response $response) …
    › if ($this->getHttpKernel() instanceof TerminableInterface) {    $this->getHttpKernel()->terminate($request, $response);}
  }
  /home/frontend_devel/myclean/public/index.php:27 {$response->send();$kernel->terminate($request, $response);}
}
php Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#817
    #message: "Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/frontend_devel/myclean/vendor/symfony/var-dumper/Cloner/Data.php"
    #line: 168
    #severity: E_DEPRECATED
    trace: {
      /home/frontend_devel/myclean/vendor/symfony/var-dumper/Cloner/Data.php:168 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        › 
        › public function offsetUnset($key){
      }
      /home/frontend_devel/myclean/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:270 {
        Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner\{closure} …
        › if ($this->prevErrorHandler) {    return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);}
      }
      /home/frontend_devel/myclean/vendor/symfony/var-dumper/Cloner/Data.php:20 {
        Symfony\Component\VarDumper\Cloner\AbstractCloner->cloneVar($var, int $filter = 0) …
        ›  */class Data implements \ArrayAccess, \Countable, \IteratorAggregate{
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/DataCollector/DataCollector.php:62 {
        Symfony\Component\HttpKernel\DataCollector\DataCollector->cloneVar($var) …
        › 
        ›     return $this->cloner->cloneVar($var);}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:177 {
        Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->lateCollect() …
        › {    $this->data = $this->cloneVar($this->data);}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/Profiler/Profiler.php:97 {
        Symfony\Component\HttpKernel\Profiler\Profiler->saveProfile(Profile $profile) …
        › if ($collector instanceof LateDataCollectorInterface) {    $collector->lateCollect();}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:111 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelTerminate(TerminateEvent $event) …
        › foreach ($this->profiles as $request) {    $this->profiler->saveProfile($this->profiles[$request]);}
      }
      /home/frontend_devel/myclean/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);}
      /home/frontend_devel/myclean/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/frontend_devel/myclean/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);}
      }
      /home/frontend_devel/myclean/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 {
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:99 {
        Symfony\Component\HttpKernel\HttpKernel->terminate(Request $request, Response $response) …
        › {    $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:156 {
        Symfony\Component\HttpKernel\Kernel->terminate(Request $request, Response $response) …
        › if ($this->getHttpKernel() instanceof TerminableInterface) {    $this->getHttpKernel()->terminate($request, $response);}
      }
      /home/frontend_devel/myclean/public/index.php:27 {$response->send();$kernel->terminate($request, $response);}
    }
  }
]
{
  /home/frontend_devel/myclean/vendor/symfony/var-dumper/Cloner/Data.php:168 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    › 
    › public function offsetUnset($key){
  }
  /home/frontend_devel/myclean/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:270 {
    Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner\{closure} …
    › if ($this->prevErrorHandler) {    return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);}
  }
  /home/frontend_devel/myclean/vendor/symfony/var-dumper/Cloner/Data.php:20 {
    Symfony\Component\VarDumper\Cloner\AbstractCloner->cloneVar($var, int $filter = 0) …
    ›  */class Data implements \ArrayAccess, \Countable, \IteratorAggregate{
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/DataCollector/DataCollector.php:62 {
    Symfony\Component\HttpKernel\DataCollector\DataCollector->cloneVar($var) …
    › 
    ›     return $this->cloner->cloneVar($var);}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:177 {
    Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->lateCollect() …
    › {    $this->data = $this->cloneVar($this->data);}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/Profiler/Profiler.php:97 {
    Symfony\Component\HttpKernel\Profiler\Profiler->saveProfile(Profile $profile) …
    › if ($collector instanceof LateDataCollectorInterface) {    $collector->lateCollect();}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:111 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelTerminate(TerminateEvent $event) …
    › foreach ($this->profiles as $request) {    $this->profiler->saveProfile($this->profiles[$request]);}
  }
  /home/frontend_devel/myclean/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);}
  /home/frontend_devel/myclean/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/frontend_devel/myclean/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);}
  }
  /home/frontend_devel/myclean/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 {
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:99 {
    Symfony\Component\HttpKernel\HttpKernel->terminate(Request $request, Response $response) …
    › {    $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:156 {
    Symfony\Component\HttpKernel\Kernel->terminate(Request $request, Response $response) …
    › if ($this->getHttpKernel() instanceof TerminableInterface) {    $this->getHttpKernel()->terminate($request, $response);}
  }
  /home/frontend_devel/myclean/public/index.php:27 {$response->send();$kernel->terminate($request, $response);}
}
php Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#818
    #message: "Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::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/frontend_devel/myclean/vendor/symfony/var-dumper/Cloner/Data.php"
    #line: 114
    #severity: E_DEPRECATED
    trace: {
      /home/frontend_devel/myclean/vendor/symfony/var-dumper/Cloner/Data.php:114 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function count(){
      }
      /home/frontend_devel/myclean/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:270 {
        Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner\{closure} …
        › if ($this->prevErrorHandler) {    return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);}
      }
      /home/frontend_devel/myclean/vendor/symfony/var-dumper/Cloner/Data.php:20 {
        Symfony\Component\VarDumper\Cloner\AbstractCloner->cloneVar($var, int $filter = 0) …
        ›  */class Data implements \ArrayAccess, \Countable, \IteratorAggregate{
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/DataCollector/DataCollector.php:62 {
        Symfony\Component\HttpKernel\DataCollector\DataCollector->cloneVar($var) …
        › 
        ›     return $this->cloner->cloneVar($var);}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:177 {
        Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->lateCollect() …
        › {    $this->data = $this->cloneVar($this->data);}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/Profiler/Profiler.php:97 {
        Symfony\Component\HttpKernel\Profiler\Profiler->saveProfile(Profile $profile) …
        › if ($collector instanceof LateDataCollectorInterface) {    $collector->lateCollect();}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:111 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelTerminate(TerminateEvent $event) …
        › foreach ($this->profiles as $request) {    $this->profiler->saveProfile($this->profiles[$request]);}
      }
      /home/frontend_devel/myclean/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);}
      /home/frontend_devel/myclean/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/frontend_devel/myclean/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);}
      }
      /home/frontend_devel/myclean/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 {
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:99 {
        Symfony\Component\HttpKernel\HttpKernel->terminate(Request $request, Response $response) …
        › {    $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:156 {
        Symfony\Component\HttpKernel\Kernel->terminate(Request $request, Response $response) …
        › if ($this->getHttpKernel() instanceof TerminableInterface) {    $this->getHttpKernel()->terminate($request, $response);}
      }
      /home/frontend_devel/myclean/public/index.php:27 {$response->send();$kernel->terminate($request, $response);}
    }
  }
]
{
  /home/frontend_devel/myclean/vendor/symfony/var-dumper/Cloner/Data.php:114 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function count(){
  }
  /home/frontend_devel/myclean/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:270 {
    Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner\{closure} …
    › if ($this->prevErrorHandler) {    return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);}
  }
  /home/frontend_devel/myclean/vendor/symfony/var-dumper/Cloner/Data.php:20 {
    Symfony\Component\VarDumper\Cloner\AbstractCloner->cloneVar($var, int $filter = 0) …
    ›  */class Data implements \ArrayAccess, \Countable, \IteratorAggregate{
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/DataCollector/DataCollector.php:62 {
    Symfony\Component\HttpKernel\DataCollector\DataCollector->cloneVar($var) …
    › 
    ›     return $this->cloner->cloneVar($var);}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:177 {
    Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->lateCollect() …
    › {    $this->data = $this->cloneVar($this->data);}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/Profiler/Profiler.php:97 {
    Symfony\Component\HttpKernel\Profiler\Profiler->saveProfile(Profile $profile) …
    › if ($collector instanceof LateDataCollectorInterface) {    $collector->lateCollect();}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:111 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelTerminate(TerminateEvent $event) …
    › foreach ($this->profiles as $request) {    $this->profiler->saveProfile($this->profiles[$request]);}
  }
  /home/frontend_devel/myclean/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);}
  /home/frontend_devel/myclean/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/frontend_devel/myclean/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);}
  }
  /home/frontend_devel/myclean/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 {
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:99 {
    Symfony\Component\HttpKernel\HttpKernel->terminate(Request $request, Response $response) …
    › {    $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:156 {
    Symfony\Component\HttpKernel\Kernel->terminate(Request $request, Response $response) …
    › if ($this->getHttpKernel() instanceof TerminableInterface) {    $this->getHttpKernel()->terminate($request, $response);}
  }
  /home/frontend_devel/myclean/public/index.php:27 {$response->send();$kernel->terminate($request, $response);}
}
php Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#819
    #message: "Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::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/frontend_devel/myclean/vendor/symfony/var-dumper/Cloner/Data.php"
    #line: 122
    #severity: E_DEPRECATED
    trace: {
      /home/frontend_devel/myclean/vendor/symfony/var-dumper/Cloner/Data.php:122 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function getIterator(){
      }
      /home/frontend_devel/myclean/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:270 {
        Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner\{closure} …
        › if ($this->prevErrorHandler) {    return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);}
      }
      /home/frontend_devel/myclean/vendor/symfony/var-dumper/Cloner/Data.php:20 {
        Symfony\Component\VarDumper\Cloner\AbstractCloner->cloneVar($var, int $filter = 0) …
        ›  */class Data implements \ArrayAccess, \Countable, \IteratorAggregate{
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/DataCollector/DataCollector.php:62 {
        Symfony\Component\HttpKernel\DataCollector\DataCollector->cloneVar($var) …
        › 
        ›     return $this->cloner->cloneVar($var);}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:177 {
        Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->lateCollect() …
        › {    $this->data = $this->cloneVar($this->data);}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/Profiler/Profiler.php:97 {
        Symfony\Component\HttpKernel\Profiler\Profiler->saveProfile(Profile $profile) …
        › if ($collector instanceof LateDataCollectorInterface) {    $collector->lateCollect();}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:111 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelTerminate(TerminateEvent $event) …
        › foreach ($this->profiles as $request) {    $this->profiler->saveProfile($this->profiles[$request]);}
      }
      /home/frontend_devel/myclean/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);}
      /home/frontend_devel/myclean/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/frontend_devel/myclean/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);}
      }
      /home/frontend_devel/myclean/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 {
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:99 {
        Symfony\Component\HttpKernel\HttpKernel->terminate(Request $request, Response $response) …
        › {    $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);}
      }
      /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:156 {
        Symfony\Component\HttpKernel\Kernel->terminate(Request $request, Response $response) …
        › if ($this->getHttpKernel() instanceof TerminableInterface) {    $this->getHttpKernel()->terminate($request, $response);}
      }
      /home/frontend_devel/myclean/public/index.php:27 {$response->send();$kernel->terminate($request, $response);}
    }
  }
]
{
  /home/frontend_devel/myclean/vendor/symfony/var-dumper/Cloner/Data.php:122 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function getIterator(){
  }
  /home/frontend_devel/myclean/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:270 {
    Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner\{closure} …
    › if ($this->prevErrorHandler) {    return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);}
  }
  /home/frontend_devel/myclean/vendor/symfony/var-dumper/Cloner/Data.php:20 {
    Symfony\Component\VarDumper\Cloner\AbstractCloner->cloneVar($var, int $filter = 0) …
    ›  */class Data implements \ArrayAccess, \Countable, \IteratorAggregate{
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/DataCollector/DataCollector.php:62 {
    Symfony\Component\HttpKernel\DataCollector\DataCollector->cloneVar($var) …
    › 
    ›     return $this->cloner->cloneVar($var);}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:177 {
    Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->lateCollect() …
    › {    $this->data = $this->cloneVar($this->data);}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/Profiler/Profiler.php:97 {
    Symfony\Component\HttpKernel\Profiler\Profiler->saveProfile(Profile $profile) …
    › if ($collector instanceof LateDataCollectorInterface) {    $collector->lateCollect();}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:111 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelTerminate(TerminateEvent $event) …
    › foreach ($this->profiles as $request) {    $this->profiler->saveProfile($this->profiles[$request]);}
  }
  /home/frontend_devel/myclean/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);}
  /home/frontend_devel/myclean/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/frontend_devel/myclean/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);}
  }
  /home/frontend_devel/myclean/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 {
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/HttpKernel.php:99 {
    Symfony\Component\HttpKernel\HttpKernel->terminate(Request $request, Response $response) …
    › {    $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);}
  }
  /home/frontend_devel/myclean/vendor/symfony/http-kernel/Kernel.php:156 {
    Symfony\Component\HttpKernel\Kernel->terminate(Request $request, Response $response) …
    › if ($this->getHttpKernel() instanceof TerminableInterface) {    $this->getHttpKernel()->terminate($request, $response);}
  }
  /home/frontend_devel/myclean/public/index.php:27 {$response->send();$kernel->terminate($request, $response);}
}
n/a Since symfony/framework-bundle 5.3: Not setting the "framework.session.storage_factory_id" configuration option is deprecated, it will default to "session.storage.factory.native" and will replace the "framework.session.storage_id" configuration option in version 6.0.
n/a Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Authenticator\GuardBridgeAuthenticator" class is deprecated, use the new authenticator system instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#2929
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /home/frontend_devel/myclean/vendor/symfony/security-guard/Authenticator/GuardBridgeAuthenticator.php:35 {
        include …
        › 
        › trigger_deprecation('symfony/security-guard', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', GuardBridgeAuthenticator::class);}
      /home/frontend_devel/myclean/vendor/composer/ClassLoader.php:480 {{    include $file;}
        arguments: {
          "/home/frontend_devel/myclean/vendor/symfony/security-guard/Authenticator/GuardBridgeAuthenticator.php"
        }
      }
    }
  }
]
n/a Since symfony/security-bundle 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" service is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead. It is being referenced by the "App\Security\LoginAuthenticator" service.
n/a Since symfony/framework-bundle 5.1: Using type "Symfony\Component\Routing\RouteCollectionBuilder" for argument 1 of method "App\Kernel:configureRoutes()" is deprecated, use "Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator" instead.
n/a Since symfony/routing 5.1: The "Symfony\Component\Routing\RouteCollectionBuilder" class is deprecated, use "Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator" instead.

Debug 68

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
"Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::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.exception"
to listener
"App\EventSubscriber\AdminAuthenticatedSubscriber::roleAdminRequiredException"
.
[
  "event" => "kernel.exception"
  "listener" => "App\EventSubscriber\AdminAuthenticatedSubscriber::roleAdminRequiredException"
]
event Notified event
"kernel.exception"
to listener
"App\EventSubscriber\CoordinatorAuthenticatedSubscriber::roleCoordinatorRequiredException"
.
[
  "event" => "kernel.exception"
  "listener" => "App\EventSubscriber\CoordinatorAuthenticatedSubscriber::roleCoordinatorRequiredException"
]
event Notified event
"kernel.exception"
to listener
"App\EventSubscriber\ManagerAuthenticatedSubscriber::roleManagerRequiredException"
.
[
  "event" => "kernel.exception"
  "listener" => "App\EventSubscriber\ManagerAuthenticatedSubscriber::roleManagerRequiredException"
]
event Notified event
"kernel.exception"
to listener
"App\EventSubscriber\RepresentativeAuthenticatedSubscriber::roleRepresentativeRequiredException"
.
[
  "event" => "kernel.exception"
  "listener" => "App\EventSubscriber\RepresentativeAuthenticatedSubscriber::roleRepresentativeRequiredException"
]
event Notified event
"kernel.exception"
to listener
"Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
]
event Notified event
"kernel.exception"
to listener
"Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
]
event Notified event
"kernel.exception"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
]
event Notified event
"kernel.exception"
to listener
"Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
event Listener
"Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
stopped propagation of the event
"kernel.exception"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
event Notified event
"kernel.response"
to listener
"Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::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\ErrorListener::removeCspHeader"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
event Notified event
"kernel.response"
to listener
"Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\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"
]
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
"Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::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
"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
"App\EventSubscriber\AdminAuthenticatedSubscriber::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "App\EventSubscriber\AdminAuthenticatedSubscriber::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"App\EventSubscriber\CoordinatorAuthenticatedSubscriber::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "App\EventSubscriber\CoordinatorAuthenticatedSubscriber::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"App\EventSubscriber\ManagerAuthenticatedSubscriber::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "App\EventSubscriber\ManagerAuthenticatedSubscriber::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"App\EventSubscriber\RepresentativeAuthenticatedSubscriber::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "App\EventSubscriber\RepresentativeAuthenticatedSubscriber::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_arguments"
to listener
"Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
]
event Notified event
"kernel.response"
to listener
"Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::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\ErrorListener::removeCspHeader"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
event Notified event
"kernel.response"
to listener
"Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\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 847

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\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\AdminFrontendCustomerContoller" (parent: .abstract.instanceof.App\Controller\AdminFrontendCustomerContoller).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminFrontendCustomerContoller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminFrontendCustomerContoller).
  • Resolving inheritance for "App\Controller\AdminFrontendCustomerContoller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminFrontendCustomerContoller).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminFrontendCustomerContractorContoller" (parent: .abstract.instanceof.App\Controller\AdminFrontendCustomerContractorContoller).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminFrontendCustomerContractorContoller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminFrontendCustomerContractorContoller).
  • Resolving inheritance for "App\Controller\AdminFrontendCustomerContractorContoller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminFrontendCustomerContractorContoller).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminFrontendCustomerPlaceContoller" (parent: .abstract.instanceof.App\Controller\AdminFrontendCustomerPlaceContoller).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminFrontendCustomerPlaceContoller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminFrontendCustomerPlaceContoller).
  • Resolving inheritance for "App\Controller\AdminFrontendCustomerPlaceContoller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminFrontendCustomerPlaceContoller).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminFrontendCustomerReportContoller" (parent: .abstract.instanceof.App\Controller\AdminFrontendCustomerReportContoller).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminFrontendCustomerReportContoller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminFrontendCustomerReportContoller).
  • Resolving inheritance for "App\Controller\AdminFrontendCustomerReportContoller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminFrontendCustomerReportContoller).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminFrontendCustomerRepresentativeContoller" (parent: .abstract.instanceof.App\Controller\AdminFrontendCustomerRepresentativeContoller).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminFrontendCustomerRepresentativeContoller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminFrontendCustomerRepresentativeContoller).
  • Resolving inheritance for "App\Controller\AdminFrontendCustomerRepresentativeContoller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminFrontendCustomerRepresentativeContoller).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminFrontendCustomerTicketContoller" (parent: .abstract.instanceof.App\Controller\AdminFrontendCustomerTicketContoller).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminFrontendCustomerTicketContoller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminFrontendCustomerTicketContoller).
  • Resolving inheritance for "App\Controller\AdminFrontendCustomerTicketContoller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminFrontendCustomerTicketContoller).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminFrontendCustomerWorkerContoller" (parent: .abstract.instanceof.App\Controller\AdminFrontendCustomerWorkerContoller).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminFrontendCustomerWorkerContoller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminFrontendCustomerWorkerContoller).
  • Resolving inheritance for "App\Controller\AdminFrontendCustomerWorkerContoller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminFrontendCustomerWorkerContoller).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminFrontendInvoiceContoller" (parent: .abstract.instanceof.App\Controller\AdminFrontendInvoiceContoller).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminFrontendInvoiceContoller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminFrontendInvoiceContoller).
  • Resolving inheritance for "App\Controller\AdminFrontendInvoiceContoller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminFrontendInvoiceContoller).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminFrontendPaymentContoller" (parent: .abstract.instanceof.App\Controller\AdminFrontendPaymentContoller).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminFrontendPaymentContoller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminFrontendPaymentContoller).
  • Resolving inheritance for "App\Controller\AdminFrontendPaymentContoller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminFrontendPaymentContoller).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminFrontendReportContoller" (parent: .abstract.instanceof.App\Controller\AdminFrontendReportContoller).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminFrontendReportContoller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminFrontendReportContoller).
  • Resolving inheritance for "App\Controller\AdminFrontendReportContoller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminFrontendReportContoller).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminFrontendSubscriptionContoller" (parent: .abstract.instanceof.App\Controller\AdminFrontendSubscriptionContoller).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminFrontendSubscriptionContoller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminFrontendSubscriptionContoller).
  • Resolving inheritance for "App\Controller\AdminFrontendSubscriptionContoller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminFrontendSubscriptionContoller).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminFrontendSubscriptionTypeContoller" (parent: .abstract.instanceof.App\Controller\AdminFrontendSubscriptionTypeContoller).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminFrontendSubscriptionTypeContoller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminFrontendSubscriptionTypeContoller).
  • Resolving inheritance for "App\Controller\AdminFrontendSubscriptionTypeContoller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminFrontendSubscriptionTypeContoller).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ManagerContoller" (parent: .abstract.instanceof.App\Controller\ManagerContoller).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ManagerContoller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ManagerContoller).
  • Resolving inheritance for "App\Controller\ManagerContoller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ManagerContoller).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ManagerFrontendConfigContoller" (parent: .abstract.instanceof.App\Controller\ManagerFrontendConfigContoller).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ManagerFrontendConfigContoller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ManagerFrontendConfigContoller).
  • Resolving inheritance for "App\Controller\ManagerFrontendConfigContoller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ManagerFrontendConfigContoller).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ManagerFrontendCustomerContoller" (parent: .abstract.instanceof.App\Controller\ManagerFrontendCustomerContoller).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ManagerFrontendCustomerContoller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ManagerFrontendCustomerContoller).
  • Resolving inheritance for "App\Controller\ManagerFrontendCustomerContoller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ManagerFrontendCustomerContoller).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ManagerFrontendPaymentContoller" (parent: .abstract.instanceof.App\Controller\ManagerFrontendPaymentContoller).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ManagerFrontendPaymentContoller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ManagerFrontendPaymentContoller).
  • Resolving inheritance for "App\Controller\ManagerFrontendPaymentContoller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ManagerFrontendPaymentContoller).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ManagerFrontendSubscriptionContoller" (parent: .abstract.instanceof.App\Controller\ManagerFrontendSubscriptionContoller).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ManagerFrontendSubscriptionContoller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ManagerFrontendSubscriptionContoller).
  • Resolving inheritance for "App\Controller\ManagerFrontendSubscriptionContoller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ManagerFrontendSubscriptionContoller).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RegisterController" (parent: .abstract.instanceof.App\Controller\RegisterController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RegisterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RegisterController).
  • Resolving inheritance for "App\Controller\RegisterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RegisterController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RepresentativeContoller" (parent: .abstract.instanceof.App\Controller\RepresentativeContoller).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RepresentativeContoller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RepresentativeContoller).
  • Resolving inheritance for "App\Controller\RepresentativeContoller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RepresentativeContoller).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RepresentativeFrontendWorkerContoller" (parent: .abstract.instanceof.App\Controller\RepresentativeFrontendWorkerContoller).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RepresentativeFrontendWorkerContoller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RepresentativeFrontendWorkerContoller).
  • Resolving inheritance for "App\Controller\RepresentativeFrontendWorkerContoller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RepresentativeFrontendWorkerContoller).
  • 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\WorkerContoller" (parent: .abstract.instanceof.App\Controller\WorkerContoller).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WorkerContoller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WorkerContoller).
  • Resolving inheritance for "App\Controller\WorkerContoller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WorkerContoller).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WorkerFrontendContractorContoller" (parent: .abstract.instanceof.App\Controller\WorkerFrontendContractorContoller).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WorkerFrontendContractorContoller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WorkerFrontendContractorContoller).
  • Resolving inheritance for "App\Controller\WorkerFrontendContractorContoller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WorkerFrontendContractorContoller).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WorkerFrontendRepresentativeContoller" (parent: .abstract.instanceof.App\Controller\WorkerFrontendRepresentativeContoller).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WorkerFrontendRepresentativeContoller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WorkerFrontendRepresentativeContoller).
  • Resolving inheritance for "App\Controller\WorkerFrontendRepresentativeContoller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WorkerFrontendRepresentativeContoller).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WorkerFrontendWorkerContoller" (parent: .abstract.instanceof.App\Controller\WorkerFrontendWorkerContoller).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WorkerFrontendWorkerContoller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WorkerFrontendWorkerContoller).
  • Resolving inheritance for "App\Controller\WorkerFrontendWorkerContoller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WorkerFrontendWorkerContoller).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\AdminAuthenticatedSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\AdminAuthenticatedSubscriber).
  • Resolving inheritance for "App\EventSubscriber\AdminAuthenticatedSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\AdminAuthenticatedSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CoordinatorAuthenticatedSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\CoordinatorAuthenticatedSubscriber).
  • Resolving inheritance for "App\EventSubscriber\CoordinatorAuthenticatedSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CoordinatorAuthenticatedSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ManagerAuthenticatedSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\ManagerAuthenticatedSubscriber).
  • Resolving inheritance for "App\EventSubscriber\ManagerAuthenticatedSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ManagerAuthenticatedSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\RepresentativeAuthenticatedSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\RepresentativeAuthenticatedSubscriber).
  • Resolving inheritance for "App\EventSubscriber\RepresentativeAuthenticatedSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\RepresentativeAuthenticatedSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\AdminFrontendService" (parent: .abstract.instanceof.App\Service\AdminFrontendService).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Service\AdminFrontendService" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\AdminFrontendService).
  • Resolving inheritance for "App\Service\AdminFrontendService" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Service\AdminFrontendService).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\ManagerFrontendService" (parent: .abstract.instanceof.App\Service\ManagerFrontendService).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Service\ManagerFrontendService" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\ManagerFrontendService).
  • Resolving inheritance for "App\Service\ManagerFrontendService" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Service\ManagerFrontendService).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\RepresentativeFrontendService" (parent: .abstract.instanceof.App\Service\RepresentativeFrontendService).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Service\RepresentativeFrontendService" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\RepresentativeFrontendService).
  • Resolving inheritance for "App\Service\RepresentativeFrontendService" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Service\RepresentativeFrontendService).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\WorkerFrontendService" (parent: .abstract.instanceof.App\Service\WorkerFrontendService).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Service\WorkerFrontendService" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\WorkerFrontendService).
  • Resolving inheritance for "App\Service\WorkerFrontendService" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Service\WorkerFrontendService).
  • 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 "secrets.decryption_key" (parent: container.env).
  • Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
  • Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
  • Resolving inheritance for "security.authentication.rememberme.services.persistent" (parent: security.authentication.rememberme.services.abstract).
  • Resolving inheritance for "security.authentication.rememberme.services.simplehash" (parent: security.authentication.rememberme.services.abstract).
  • Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
  • Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.start" (parent: security.firewall.config).
  • Resolving inheritance for "security.firewall.map.context.start" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.reset_password" (parent: security.firewall.config).
  • Resolving inheritance for "security.firewall.map.context.reset_password" (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.listener.session.main" (parent: security.listener.session).
  • Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
  • Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
  • Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
  • Resolving inheritance for "security.authenticator.manager.main" (parent: security.authenticator.manager).
  • Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
  • Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
  • Resolving inheritance for "security.authentication.switchuser_listener.main" (parent: security.authentication.switchuser_listener).
  • Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.context).
  • Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_subscriber" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "monolog.logger.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.debug" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
162
Symfony\Component\DependencyInjection\Compiler\AutowirePass
  • Skipping service "App\Command\NewUserCommand": Class or interface "App\Command\NewUserCommand" cannot be loaded.
  • Skipping service "App\Command\ReportAlertCommand": Class or interface "App\Command\ReportAlertCommand" cannot be loaded.
  • Skipping service "App\Command\TicketAlertCommand": Class or interface "App\Command\TicketAlertCommand" cannot be loaded.
  • Skipping service "App\Command\TicketNotClosedAlertCommand": Class or interface "App\Command\TicketNotClosedAlertCommand" cannot be loaded.
  • Skipping service "App\Command\NewWorkerCommand": Class or interface "App\Command\NewWorkerCommand" cannot be loaded.
5
Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass
  • Removed service "Psr\Container\ContainerInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
  • Removed service "App\Service\AdminFrontendInterface"; reason: private alias.
  • Removed service "App\Service\ApiInterface"; reason: private alias.
  • Removed service "App\Service\ConfigInterface"; reason: private alias.
  • Removed service "App\Service\CustomerInterface"; reason: private alias.
  • Removed service "App\Service\ManagerFrontendInterface"; reason: private alias.
  • Removed service "App\Service\RepresentativeFrontendInterface"; reason: private alias.
  • Removed service "App\Service\UserInterface"; reason: private alias.
  • Removed service "App\Service\UserLoginInterface"; reason: private alias.
  • Removed service "App\Service\WorkerFrontendInterface"; 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\HttpKernel\UriSigner"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
  • Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; 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 "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface"; reason: private alias.
  • Removed service "SessionHandlerInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface"; reason: private alias.
  • Removed service "session.storage.filesystem"; reason: private alias.
  • Removed service "session.storage"; reason: private alias.
  • Removed service "session.storage.factory"; reason: private alias.
  • Removed service "session.handler"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
  • Removed service "form.property_accessor"; reason: private alias.
  • Removed service "form.choice_list_factory"; reason: private alias.
  • Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
  • Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; 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\Normalizer\PropertyNormalizer"; 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 "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
  • Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
  • Removed service "Twig_Environment"; reason: private alias.
  • Removed service "Twig\Environment"; reason: private alias.
  • Removed service "logger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
  • Removed service "Symfony\Component\Security\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\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
  • Removed service "security.password_hasher"; reason: private alias.
  • Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Guard\GuardAuthenticatorHandler"; reason: private alias.
  • Removed service "security.firewall"; reason: private alias.
  • Removed service "security.user.provider.concrete.app_user_provider"; reason: private alias.
  • Removed service "security.user_providers"; 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 "security.firewall.context_locator"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; 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 $debugLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $securityLogger"; 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 "serializer.mapping.class_metadata_factory"; reason: private alias.
  • Removed service "twig.error_renderer.html.inner"; reason: private alias.
  • Removed service "var_dumper.cli_dumper"; reason: private alias.
  • Removed service "security.access.decision_manager"; reason: private alias.
  • Removed service "argument_resolver.request_attribute"; reason: private alias.
  • Removed service "argument_resolver.request"; reason: private alias.
  • Removed service "argument_resolver.session"; reason: private alias.
  • Removed service "security.user_value_resolver"; reason: private alias.
  • Removed service "argument_resolver.service"; reason: private alias.
  • Removed service "argument_resolver.default"; reason: private alias.
  • Removed service "argument_resolver.variadic"; reason: private alias.
  • Removed service "argument_resolver.not_tagged_controller"; reason: private alias.
  • Removed service "http_client"; reason: private alias.
  • Removed service ".service_locator.9L433w3"; reason: private alias.
  • Removed service ".service_locator._5g_Wvc"; reason: private alias.
  • Removed service ".service_locator.JBAFp66"; reason: private alias.
  • Removed service ".service_locator.KS1_VEo"; reason: private alias.
  • Removed service ".service_locator.jdwxSfx"; reason: private alias.
  • Removed service ".service_locator.kXCVHeG"; reason: private alias.
  • Removed service ".service_locator.fjm2IjH"; reason: private alias.
  • Removed service ".service_locator.G0rm75F"; reason: private alias.
  • Removed service ".service_locator.XgHWqmh"; reason: private alias.
  • Removed service ".service_locator.FhhcujZ"; reason: private alias.
  • Removed service ".service_locator.3wp4wxC"; reason: private alias.
160
Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass
  • Changed reference of service "App\Security\LoginAuthenticator" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Security\LoginAuthenticator" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Service\FrontendService" previously pointing to "translator.data_collector" to "translator".
  • 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.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.router_debug" previously pointing to "router.default" to "router".
  • Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
  • Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "session.flash_bag" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "session.attribute_bag" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type.color" 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.csrf" 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.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 "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
  • Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
  • Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
  • Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
  • Changed reference of service "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 "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.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.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "security.authentication.guard_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.switchuser_listener.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "nelmio_api_doc.routes.default" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.CLFrPb6" previously pointing to "translator.data_collector" to "translator".
  • 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.W9y3dzm" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.J4b.DPX" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.HLwzKIm" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.HtipwlH" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.4kgUM3R" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service ".service_locator.4kgUM3R" previously pointing to ".session.do-not-use" to "session".
53
Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass
  • Removed service "container.env"; reason: abstract.
  • Removed service "cache.adapter.system"; reason: abstract.
  • Removed service "cache.adapter.apcu"; reason: abstract.
  • Removed service "cache.adapter.doctrine"; reason: abstract.
  • Removed service "cache.adapter.filesystem"; reason: abstract.
  • Removed service "cache.adapter.psr6"; reason: abstract.
  • Removed service "cache.adapter.redis"; reason: abstract.
  • Removed service "cache.adapter.redis_tag_aware"; 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 "assets.remote_json_manifest_version_strategy"; reason: abstract.
  • Removed service "http_client.abstract_retry_strategy"; reason: abstract.
  • Removed service "monolog.logger_prototype"; reason: abstract.
  • Removed service "monolog.activation_strategy.not_found"; reason: abstract.
  • Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
  • Removed service "maker.auto_command.abstract"; 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.listener.session"; reason: abstract.
  • Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
  • Removed service "security.logout.listener.default"; 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.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.authenticator.manager"; reason: abstract.
  • Removed service "security.firewall.authenticator"; reason: abstract.
  • Removed service "security.listener.user_provider.abstract"; reason: abstract.
  • Removed service "security.listener.user_checker"; reason: abstract.
  • Removed service "security.listener.session"; reason: abstract.
  • Removed service "security.listener.login_throttling"; reason: abstract.
  • Removed service "security.authenticator.http_basic"; reason: abstract.
  • Removed service "security.authenticator.form_login"; reason: abstract.
  • Removed service "security.authenticator.json_login"; reason: abstract.
  • Removed service "security.authenticator.x509"; reason: abstract.
  • Removed service "security.authenticator.remote_user"; reason: abstract.
  • Removed service "security.authentication.provider.guard"; reason: abstract.
  • Removed service "security.authentication.listener.guard"; 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\AdminFrontendCustomerContoller"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminFrontendCustomerContoller"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AdminFrontendCustomerContoller"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminFrontendCustomerContractorContoller"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminFrontendCustomerContractorContoller"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AdminFrontendCustomerContractorContoller"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminFrontendCustomerPlaceContoller"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminFrontendCustomerPlaceContoller"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AdminFrontendCustomerPlaceContoller"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminFrontendCustomerReportContoller"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminFrontendCustomerReportContoller"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AdminFrontendCustomerReportContoller"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminFrontendCustomerRepresentativeContoller"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminFrontendCustomerRepresentativeContoller"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AdminFrontendCustomerRepresentativeContoller"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminFrontendCustomerTicketContoller"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminFrontendCustomerTicketContoller"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AdminFrontendCustomerTicketContoller"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminFrontendCustomerWorkerContoller"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminFrontendCustomerWorkerContoller"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AdminFrontendCustomerWorkerContoller"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminFrontendInvoiceContoller"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminFrontendInvoiceContoller"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AdminFrontendInvoiceContoller"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminFrontendPaymentContoller"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminFrontendPaymentContoller"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AdminFrontendPaymentContoller"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminFrontendReportContoller"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminFrontendReportContoller"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AdminFrontendReportContoller"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminFrontendSubscriptionContoller"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminFrontendSubscriptionContoller"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AdminFrontendSubscriptionContoller"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminFrontendSubscriptionTypeContoller"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminFrontendSubscriptionTypeContoller"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AdminFrontendSubscriptionTypeContoller"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ManagerContoller"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ManagerContoller"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ManagerContoller"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ManagerFrontendConfigContoller"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ManagerFrontendConfigContoller"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ManagerFrontendConfigContoller"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ManagerFrontendCustomerContoller"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ManagerFrontendCustomerContoller"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ManagerFrontendCustomerContoller"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ManagerFrontendPaymentContoller"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ManagerFrontendPaymentContoller"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ManagerFrontendPaymentContoller"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ManagerFrontendSubscriptionContoller"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ManagerFrontendSubscriptionContoller"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ManagerFrontendSubscriptionContoller"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RegisterController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RegisterController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\RegisterController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RepresentativeContoller"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RepresentativeContoller"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\RepresentativeContoller"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RepresentativeFrontendWorkerContoller"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RepresentativeFrontendWorkerContoller"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\RepresentativeFrontendWorkerContoller"; 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\WorkerContoller"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WorkerContoller"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\WorkerContoller"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WorkerFrontendContractorContoller"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WorkerFrontendContractorContoller"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\WorkerFrontendContractorContoller"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WorkerFrontendRepresentativeContoller"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WorkerFrontendRepresentativeContoller"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\WorkerFrontendRepresentativeContoller"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WorkerFrontendWorkerContoller"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WorkerFrontendWorkerContoller"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\WorkerFrontendWorkerContoller"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\AdminAuthenticatedSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EventSubscriber\AdminAuthenticatedSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CoordinatorAuthenticatedSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EventSubscriber\CoordinatorAuthenticatedSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ManagerAuthenticatedSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EventSubscriber\ManagerAuthenticatedSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\RepresentativeAuthenticatedSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EventSubscriber\RepresentativeAuthenticatedSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\AdminFrontendService"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Service\AdminFrontendService"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Service\AdminFrontendService"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\ManagerFrontendService"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Service\ManagerFrontendService"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Service\ManagerFrontendService"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\RepresentativeFrontendService"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Service\RepresentativeFrontendService"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Service\RepresentativeFrontendService"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\WorkerFrontendService"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Service\WorkerFrontendService"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Service\WorkerFrontendService"; reason: abstract.
156
Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass
  • Removed service "EasyCorp\EasyLog\EasyLogHandler"; reason: unused.
  • Removed service "App\Enum\ConfigEnum"; reason: unused.
  • Removed service "App\Enum\ErrorResponseMessageEnum"; reason: unused.
  • Removed service "App\Enum\SessionEnum"; reason: unused.
  • Removed service "App\Exception\RoleAccountantRequiredException"; reason: unused.
  • Removed service "App\Exception\RoleAdminRequiredException"; reason: unused.
  • Removed service "App\Exception\RoleCoordinatorRequiredException"; reason: unused.
  • Removed service "App\Exception\RoleDeviceRequiredException"; reason: unused.
  • Removed service "App\Exception\RoleManagerRequiredException"; reason: unused.
  • Removed service "App\Exception\RoleMasterCoordinatorRequiredException"; reason: unused.
  • Removed service "App\Exception\RoleRepresentativeRequiredException"; reason: unused.
  • Removed service "App\Exception\RoleSystemRequiredException"; reason: unused.
  • Removed service "App\Model\ConfigCommonModel"; reason: unused.
  • Removed service "App\Model\CustomerModel"; reason: unused.
  • Removed service "App\Model\UserLoginModel"; reason: unused.
  • Removed service "App\Model\UserModel"; reason: unused.
  • Removed service "http_cache"; reason: unused.
  • Removed service "http_cache.store"; reason: unused.
  • Removed service "reverse_container"; reason: unused.
  • Removed service "slugger"; 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 "session.storage.factory.native"; reason: unused.
  • Removed service "session.storage.factory.php_bridge"; reason: unused.
  • Removed service "session.storage.factory.mock_file"; 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 "session.marshaller"; reason: unused.
  • Removed service "assets.empty_package"; reason: unused.
  • Removed service "translator.logging"; reason: unused.
  • Removed service "annotations.filesystem_cache_adapter"; reason: unused.
  • Removed service "annotations.filesystem_cache"; reason: unused.
  • Removed service "annotations.cache"; 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 "monolog.formatter.chrome_php"; reason: unused.
  • Removed service "monolog.formatter.gelf_message"; reason: unused.
  • Removed service "monolog.formatter.html"; reason: unused.
  • Removed service "monolog.formatter.json"; reason: unused.
  • Removed service "monolog.formatter.line"; reason: unused.
  • Removed service "monolog.formatter.loggly"; reason: unused.
  • Removed service "monolog.formatter.normalizer"; reason: unused.
  • Removed service "monolog.formatter.scalar"; reason: unused.
  • Removed service "monolog.formatter.wildfire"; reason: unused.
  • Removed service "monolog.formatter.logstash"; reason: unused.
  • Removed service "monolog.http_client"; reason: unused.
  • Removed service "maker.maker.make_functional_test"; reason: unused.
  • Removed service "maker.maker.make_unit_test"; reason: unused.
  • Removed service "security.authentication.session_strategy_noop"; reason: unused.
  • Removed service "security.validator.user_password"; reason: unused.
  • Removed service "security.user_password_hasher"; reason: unused.
  • Removed service "security.authentication.basic_entry_point"; reason: unused.
  • Removed service "security.context_listener"; reason: unused.
  • Removed service "security.rememberme.token.provider.in_memory"; reason: unused.
  • Removed service "security.authenticator.managers_locator"; reason: unused.
  • Removed service "security.user_authenticator"; reason: unused.
  • Removed service "security.authentication.guard_handler"; reason: unused.
  • Removed service "monolog.logger.translation"; reason: unused.
  • Removed service "security.ldap_locator"; reason: unused.
  • Removed service ".service_locator.XXv1IfR"; reason: unused.
66
Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass
  • Inlined service ".service_locator.W9y3dzm.App\Controller\AdminController" to "App\Controller\AdminController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\AdminFrontendCustomerContoller" to "App\Controller\AdminFrontendCustomerContoller".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\AdminFrontendCustomerContractorContoller" to "App\Controller\AdminFrontendCustomerContractorContoller".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\AdminFrontendCustomerPlaceContoller" to "App\Controller\AdminFrontendCustomerPlaceContoller".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\AdminFrontendCustomerReportContoller" to "App\Controller\AdminFrontendCustomerReportContoller".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\AdminFrontendCustomerRepresentativeContoller" to "App\Controller\AdminFrontendCustomerRepresentativeContoller".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\AdminFrontendCustomerTicketContoller" to "App\Controller\AdminFrontendCustomerTicketContoller".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\AdminFrontendCustomerWorkerContoller" to "App\Controller\AdminFrontendCustomerWorkerContoller".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\AdminFrontendInvoiceContoller" to "App\Controller\AdminFrontendInvoiceContoller".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\AdminFrontendPaymentContoller" to "App\Controller\AdminFrontendPaymentContoller".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\AdminFrontendReportContoller" to "App\Controller\AdminFrontendReportContoller".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\AdminFrontendSubscriptionContoller" to "App\Controller\AdminFrontendSubscriptionContoller".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\AdminFrontendSubscriptionTypeContoller" to "App\Controller\AdminFrontendSubscriptionTypeContoller".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\ManagerContoller" to "App\Controller\ManagerContoller".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\ManagerFrontendConfigContoller" to "App\Controller\ManagerFrontendConfigContoller".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\ManagerFrontendCustomerContoller" to "App\Controller\ManagerFrontendCustomerContoller".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\ManagerFrontendPaymentContoller" to "App\Controller\ManagerFrontendPaymentContoller".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\ManagerFrontendSubscriptionContoller" to "App\Controller\ManagerFrontendSubscriptionContoller".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\RegisterController" to "App\Controller\RegisterController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\RepresentativeContoller" to "App\Controller\RepresentativeContoller".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\RepresentativeFrontendWorkerContoller" to "App\Controller\RepresentativeFrontendWorkerContoller".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\SecurityController" to "App\Controller\SecurityController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\WorkerContoller" to "App\Controller\WorkerContoller".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\WorkerFrontendContractorContoller" to "App\Controller\WorkerFrontendContractorContoller".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\WorkerFrontendRepresentativeContoller" to "App\Controller\WorkerFrontendRepresentativeContoller".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\WorkerFrontendWorkerContoller" to "App\Controller\WorkerFrontendWorkerContoller".
  • Inlined service "App\Service\CustomerService" to "App\Service\AdminFrontendService".
  • Inlined service "security.helper" to "App\Service\AdminFrontendService".
  • Inlined service ".service_locator.W9y3dzm.App\Service\AdminFrontendService" to "App\Service\AdminFrontendService".
  • Inlined service ".service_locator.W9y3dzm.App\Service\ManagerFrontendService" to "App\Service\ManagerFrontendService".
  • Inlined service ".service_locator.W9y3dzm.App\Service\RepresentativeFrontendService" to "App\Service\RepresentativeFrontendService".
  • Inlined service ".service_locator.W9y3dzm.App\Service\WorkerFrontendService" to "App\Service\WorkerFrontendService".
  • 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.lLv4pWF" to "fragment.handler".
  • Inlined service "uri_signer" to "fragment.uri_generator".
  • Inlined service "monolog.logger.console" to "console.error_listener".
  • 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 ".service_locator.4kgUM3R" to "session_listener".
  • Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
  • Inlined service "form.extension" to "form.registry".
  • Inlined service "form.resolved_type_factory" to "form.registry".
  • Inlined service ".service_locator._FDPRQZ" 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 ".service_locator.O24_MAy" 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 "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.J4b.DPX.translation.warmer" to "translation.warmer".
  • Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
  • Inlined service "profiler.storage" to "profiler".
  • Inlined service "data_collector.time" to "profiler".
  • Inlined service "data_collector.memory" 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.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.kODoftA" to "routing.loader.container".
  • Inlined service "routing.resolver" to "routing.loader".
  • Inlined service ".service_locator.1ZPWTRB" to "router.expression_language_provider".
  • Inlined service ".service_locator.HLwzKIm.router.cache_warmer" to "router.cache_warmer".
  • Inlined service "annotations.dummy_registry" to "annotations.reader".
  • Inlined service "cache.property_access" to "property_accessor".
  • Inlined service "secrets.decryption_key" to "secrets.vault".
  • Inlined service "serializer.denormalizer.unwrapping" to "serializer".
  • Inlined service "serializer.normalizer.problem" to "serializer".
  • Inlined service "serializer.normalizer.uid" 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.mime_message" to "serializer".
  • Inlined service "serializer.normalizer.datetimezone" to "serializer".
  • Inlined service "serializer.normalizer.dateinterval" to "serializer".
  • Inlined service "serializer.normalizer.form_error" 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.normalizer.property" to "serializer.normalizer.mime_message".
  • Inlined service "serializer.mapping.cache_class_metadata_factory.inner" to "serializer.mapping.cache_class_metadata_factory".
  • Inlined service "serializer.mapping.cache.symfony" to "serializer.mapping.cache_class_metadata_factory".
  • Inlined service "twig.error_renderer.html" 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.serializer" to "twig".
  • Inlined service "twig.extension.form" to "twig".
  • Inlined service "twig.extension.dump" to "twig".
  • Inlined service "twig.extension.logout_url" to "twig".
  • Inlined service "twig.extension.security" to "twig".
  • Inlined service "twig.extension.webprofiler" to "twig".
  • Inlined service "twig.app_variable" to "twig".
  • Inlined service "twig.runtime_loader" to "twig".
  • Inlined service "twig.configurator.environment" to "twig".
  • Inlined service ".service_locator.aq4MYft.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 "fragment.uri_generator" to "twig.runtime.httpkernel".
  • Inlined service "url_helper" to "twig.extension.httpfoundation".
  • Inlined service ".service_locator.pTeli0u" to "twig.runtime_loader".
  • Inlined service "twig.form.engine" to "twig.form.renderer".
  • Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
  • Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
  • Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
  • Inlined service "var_dumper.dump_server" 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.php_compat_util" to "maker.generator".
  • Inlined service "maker.event_registry" to "maker.maker.make_subscriber".
  • Inlined service "maker.user_class_builder" to "maker.maker.make_user".
  • Inlined service "nelmio_cors.options_resolver" to "nelmio_cors.cors_listener".
  • Inlined service "nelmio_cors.options_provider.config" to "nelmio_cors.options_resolver".
  • Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
  • Inlined service ".service_locator.aa1PbBb" to "security.helper".
  • Inlined service "security.expression_language" to "security.access.expression_voter".
  • 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.impersonate_url_generator" to "twig.extension.security".
  • Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
  • Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
  • Inlined service "security.firewall.map.config.start" to "security.firewall.map.context.start".
  • Inlined service "security.firewall.map.config.reset_password" to "security.firewall.map.context.reset_password".
  • Inlined service "security.authentication.session_strategy" to "security.listener.session.main".
  • Inlined service "App\Security\LoginAuthenticator" to "security.authenticator.guard.main.0".
  • Inlined service "security.authenticator.manager.main" to "security.firewall.authenticator.main".
  • Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
  • Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
  • Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
  • Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
  • Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
  • Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
  • Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
  • Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
  • Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
  • Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
  • Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
  • Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
  • Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
  • Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
  • Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
  • Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
  • Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
  • Inlined service "maker.maker.make_subscriber" to "maker.auto_command.make_subscriber".
  • Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
  • Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
  • Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
  • Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
  • Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
  • Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
  • Inlined service "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 "monolog.handler.null_internal" to "monolog.logger.event".
  • Inlined service "security.access.authenticated_voter" to "debug.security.voter.security.access.authenticated_voter".
  • Inlined service "security.access.simple_role_voter" to "debug.security.voter.security.access.simple_role_voter".
  • Inlined service "security.access.expression_voter" to "debug.security.voter.security.access.expression_voter".
  • Inlined service ".service_locator.J4b.DPX" to ".service_locator.J4b.DPX.translation.warmer".
  • Inlined service ".service_locator.EyZUPFz" to ".service_locator.EyZUPFz.router.default".
  • Inlined service ".service_locator.HLwzKIm" to ".service_locator.HLwzKIm.router.cache_warmer".
  • Inlined service ".service_locator.aq4MYft" to ".service_locator.aq4MYft.twig.template_cache_warmer".
  • Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
  • Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.cache_class_metadata_factory.inner".
  • Inlined service "monolog.logger.http_client" to ".debug.http_client.inner".
  • Inlined service ".service_locator.7mDYyuT" to "console.command_loader".
  • Inlined service "cache.default_marshaller" to "cache.app.recorder_inner".
  • Inlined service ".service_locator.EyZUPFz.router.default" to "router".
  • Inlined service "monolog.logger.router" to "router".
  • Inlined service "session.factory" to "session".
  • 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.mapping.class_discriminator_resolver" to "serializer".
  • Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
245