http://www.sf4agenceimmo.gwma.eu/

Log Messages

Info. & Errors 2

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

Level Channel Message
INFO request Matched route
"home"
.
[
  "route" => "home"
  "route_parameters" => [
    "_route" => "home"
    "_controller" => "App\Controller\HomeController::index"
  ]
  "request_uri" => "http://www.sf4agenceimmo.gwma.eu/"
  "method" => "GET"
]
CRITICAL php Fatal Compile Error: Declaration of Doctrine\DBAL\Driver\PDOConnection::query() must be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false
[
  "exception" => Symfony\Component\ErrorHandler\Error\FatalError {#772
    #message: "Compile Error: Declaration of Doctrine\DBAL\Driver\PDOConnection::query() must be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false"
    #code: 0
    #file: "/home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php"
    #line: 73
    -error: [
      "type" => 64
      "message" => "Declaration of Doctrine\DBAL\Driver\PDOConnection::query() must be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false"
      "file" => "/home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php"
      "line" => 73
    ]
  }
]
CRITICAL request Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\FatalError: "Compile Error: Declaration of Doctrine\DBAL\Driver\PDOConnection::query() must be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false" at /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php line 73
[
  "exception" => Symfony\Component\ErrorHandler\Error\FatalError {#772
    #message: "Compile Error: Declaration of Doctrine\DBAL\Driver\PDOConnection::query() must be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false"
    #code: 0
    #file: "/home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php"
    #line: 73
    -error: [
      "type" => 64
      "message" => "Declaration of Doctrine\DBAL\Driver\PDOConnection::query() must be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false"
      "file" => "/home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php"
      "line" => 73
    ]
  }
]
INFO security Populated the TokenStorage with an anonymous Token.

Deprecations 144

Log messages generated by using features marked as deprecated.

Time Channel Message
php (89 times) Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated
[
  "exception" => ErrorException {#64
    #message: "Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
    #code: 0
    #file: "/home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php"
    #line: 324
    #severity: E_DEPRECATED
    trace: {
      /home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
        Monolog\Logger->addRecord($level, $message, array $context = []) …
        › } else {    $ts = new \DateTime(null, static::$timezone);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:614 {
        Monolog\Logger->log($level, $message, array $context = []) …
        › 
        ›     return $this->addRecord($level, $message, $context);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/error-handler/ErrorHandler.php:272 {
        Symfony\Component\ErrorHandler\ErrorHandler->setLoggers(array $loggers): array …
        › } elseif ($this->loggers[$type][0]) {    $this->loggers[$type][0]->log($this->loggers[$type][1], $log[1], $log[2]);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/error-handler/ErrorHandler.php:224 {
        Symfony\Component\ErrorHandler\ErrorHandler->setDefaultLogger(LoggerInterface $logger, $levels = E_ALL, bool $replace = false): void …
        › 
        ›     $this->setLoggers($loggers);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:85 {
        Symfony\Component\HttpKernel\EventListener\DebugHandlersListener->configure(Event $event = null) …
        › if ($this->logger) {    $handler->setDefaultLogger($this->logger, $this->levels);    if (\is_array($this->levels)) {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
        › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:324 {
    Monolog\Logger->addRecord($level, $message, array $context = []) …
    › } else {    $ts = new \DateTime(null, static::$timezone);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/monolog/monolog/src/Monolog/Logger.php:614 {
    Monolog\Logger->log($level, $message, array $context = []) …
    › 
    ›     return $this->addRecord($level, $message, $context);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/error-handler/ErrorHandler.php:272 {
    Symfony\Component\ErrorHandler\ErrorHandler->setLoggers(array $loggers): array …
    › } elseif ($this->loggers[$type][0]) {    $this->loggers[$type][0]->log($this->loggers[$type][1], $log[1], $log[2]);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/error-handler/ErrorHandler.php:224 {
    Symfony\Component\ErrorHandler\ErrorHandler->setDefaultLogger(LoggerInterface $logger, $levels = E_ALL, bool $replace = false): void …
    › 
    ›     $this->setLoggers($loggers);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:85 {
    Symfony\Component\HttpKernel\EventListener\DebugHandlersListener->configure(Event $event = null) …
    › if ($this->logger) {    $handler->setDefaultLogger($this->logger, $this->levels);    if (\is_array($this->levels)) {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
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 {#47
    #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/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/ParameterBag.php"
    #line: 213
    #severity: E_DEPRECATED
    trace: {
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/ParameterBag.php:213 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function getIterator(){
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/ParameterBag.php:19 {
        class_exists(string $class, bool $autoload = true): bool …
        ›  */class ParameterBag implements \IteratorAggregate, \Countable{
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Request.php:20 {
        include …
        › class_exists(AcceptHeader::class);class_exists(FileBag::class);class_exists(HeaderBag::class);
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/error-handler/DebugClassLoader.php:337 {
        Symfony\Component\ErrorHandler\DebugClassLoader->loadClass(string $class): void …
        ›     return;} elseif (false === include $file) {    return;
      }
      /home/gwmaeusugb/sf4agenceimmo/public/index.php:25 {//Request::enableHttpMethodParameterOverride(); // <-- add this line$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 {#53
    #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/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/ParameterBag.php"
    #line: 223
    #severity: E_DEPRECATED
    trace: {
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/ParameterBag.php:223 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function count(){
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/ParameterBag.php:19 {
        class_exists(string $class, bool $autoload = true): bool …
        ›  */class ParameterBag implements \IteratorAggregate, \Countable{
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Request.php:20 {
        include …
        › class_exists(AcceptHeader::class);class_exists(FileBag::class);class_exists(HeaderBag::class);
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/error-handler/DebugClassLoader.php:337 {
        Symfony\Component\ErrorHandler\DebugClassLoader->loadClass(string $class): void …
        ›     return;} elseif (false === include $file) {    return;
      }
      /home/gwmaeusugb/sf4agenceimmo/public/index.php:25 {//Request::enableHttpMethodParameterOverride(); // <-- add this line$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 {#27
    #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/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/HeaderBag.php"
    #line: 282
    #severity: E_DEPRECATED
    trace: {
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/HeaderBag.php:282 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function getIterator(){
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/HeaderBag.php:19 {
        class_exists(string $class, bool $autoload = true): bool …
        ›  */class HeaderBag implements \IteratorAggregate, \Countable{
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Request.php:21 {
        include …
        › class_exists(FileBag::class);class_exists(HeaderBag::class);class_exists(HeaderUtils::class);
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/error-handler/DebugClassLoader.php:337 {
        Symfony\Component\ErrorHandler\DebugClassLoader->loadClass(string $class): void …
        ›     return;} elseif (false === include $file) {    return;
      }
      /home/gwmaeusugb/sf4agenceimmo/public/index.php:25 {//Request::enableHttpMethodParameterOverride(); // <-- add this line$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 {#15
    #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/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/HeaderBag.php"
    #line: 292
    #severity: E_DEPRECATED
    trace: {
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/HeaderBag.php:292 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function count(){
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/HeaderBag.php:19 {
        class_exists(string $class, bool $autoload = true): bool …
        ›  */class HeaderBag implements \IteratorAggregate, \Countable{
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Request.php:21 {
        include …
        › class_exists(FileBag::class);class_exists(HeaderBag::class);class_exists(HeaderUtils::class);
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/error-handler/DebugClassLoader.php:337 {
        Symfony\Component\ErrorHandler\DebugClassLoader->loadClass(string $class): void …
        ›     return;} elseif (false === include $file) {    return;
      }
      /home/gwmaeusugb/sf4agenceimmo/public/index.php:25 {//Request::enableHttpMethodParameterOverride(); // <-- add this line$request = Request::createFromGlobals();$response = $kernel->handle($request);
      }
    }
  }
]
php Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated
[
  "exception" => ErrorException {#90
    #message: "Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated"
    #code: 0
    #file: "/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Request.php"
    #line: 295
    #severity: E_DEPRECATED
    trace: {
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Request.php:295 {
        Symfony\Component\HttpFoundation\Request::createFromGlobals() …
        › 
        › if (0 === strpos($request->headers->get('CONTENT_TYPE'), 'application/x-www-form-urlencoded')    && \in_array(strtoupper($request->server->get('REQUEST_METHOD', 'GET')), ['PUT', 'DELETE', 'PATCH'])
      }
      /home/gwmaeusugb/sf4agenceimmo/public/index.php:25 {//Request::enableHttpMethodParameterOverride(); // <-- add this line$request = Request::createFromGlobals();$response = $kernel->handle($request);
      }
    }
  }
]
{
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Request.php:295 {
    Symfony\Component\HttpFoundation\Request::createFromGlobals() …
    › 
    › if (0 === strpos($request->headers->get('CONTENT_TYPE'), 'application/x-www-form-urlencoded')    && \in_array(strtoupper($request->server->get('REQUEST_METHOD', 'GET')), ['PUT', 'DELETE', 'PATCH'])
  }
  /home/gwmaeusugb/sf4agenceimmo/public/index.php:25 {//Request::enableHttpMethodParameterOverride(); // <-- add this line$request = Request::createFromGlobals();$response = $kernel->handle($request);
  }
}
php Deprecated: Return type of Symfony\Component\Config\Resource\GlobResource::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#44
    #message: "Deprecated: Return type of Symfony\Component\Config\Resource\GlobResource::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/gwmaeusugb/sf4agenceimmo/vendor/symfony/config/Resource/GlobResource.php"
    #line: 100
    #severity: E_DEPRECATED
    trace: {
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/config/Resource/GlobResource.php:100 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function getIterator(){
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/config/ResourceCheckerConfigCache.php:164 {
        Symfony\Component\Config\ResourceCheckerConfigCache->Symfony\Component\Config\{closure} …
        › 
        ›     return $prevErrorHandler ? $prevErrorHandler($type, $msg, $file, $line, $context) : false;});
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/config/Resource/GlobResource.php:26 {
        unserialize(string $data, array $options = []): ?mixed …
        ›  */class GlobResource implements \IteratorAggregate, SelfCheckingResourceInterface{
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/config/ResourceCheckerConfigCache.php:168 {
        Symfony\Component\Config\ResourceCheckerConfigCache->safelyUnserialize(string $file) …
        › try {    $meta = unserialize($content);} catch (\Throwable $e) {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/config/ResourceCheckerConfigCache.php:85 {
        Symfony\Component\Config\ResourceCheckerConfigCache->isFresh() …
        › 
        › $meta = $this->safelyUnserialize($metadata);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/config/ConfigCache.php:60 {
        Symfony\Component\Config\ConfigCache->isFresh() …
        › 
        ›     return parent::isFresh();}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:517 {
        Symfony\Component\HttpKernel\Kernel->initializeContainer() …
        › if (file_exists($cachePath) && \is_object($this->container = include $cachePath)    && (!$this->debug || (self::$freshCache[$cachePath] ?? $cache->isFresh()))) {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:136 {
        Symfony\Component\HttpKernel\Kernel->boot() …
        › // init container$this->initializeContainer();}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:196 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › {    $this->boot();    ++$this->requestStackSize;
      }
      /home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/config/Resource/GlobResource.php:100 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function getIterator(){
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/config/ResourceCheckerConfigCache.php:164 {
    Symfony\Component\Config\ResourceCheckerConfigCache->Symfony\Component\Config\{closure} …
    › 
    ›     return $prevErrorHandler ? $prevErrorHandler($type, $msg, $file, $line, $context) : false;});
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/config/Resource/GlobResource.php:26 {
    unserialize(string $data, array $options = []): ?mixed …
    ›  */class GlobResource implements \IteratorAggregate, SelfCheckingResourceInterface{
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/config/ResourceCheckerConfigCache.php:168 {
    Symfony\Component\Config\ResourceCheckerConfigCache->safelyUnserialize(string $file) …
    › try {    $meta = unserialize($content);} catch (\Throwable $e) {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/config/ResourceCheckerConfigCache.php:85 {
    Symfony\Component\Config\ResourceCheckerConfigCache->isFresh() …
    › 
    › $meta = $this->safelyUnserialize($metadata);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/config/ConfigCache.php:60 {
    Symfony\Component\Config\ConfigCache->isFresh() …
    › 
    ›     return parent::isFresh();}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:517 {
    Symfony\Component\HttpKernel\Kernel->initializeContainer() …
    › if (file_exists($cachePath) && \is_object($this->container = include $cachePath)    && (!$this->debug || (self::$freshCache[$cachePath] ?? $cache->isFresh()))) {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:136 {
    Symfony\Component\HttpKernel\Kernel->boot() …
    › // init container$this->initializeContainer();}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:196 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › {    $this->boot();    ++$this->requestStackSize;
  }
  /home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Twig\Profiler\Profile::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#216
    #message: "Deprecated: Return type of Twig\Profiler\Profile::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/gwmaeusugb/sf4agenceimmo/vendor/twig/twig/src/Profiler/Profile.php"
    #line: 160
    #severity: E_DEPRECATED
    trace: {
      /home/gwmaeusugb/sf4agenceimmo/vendor/twig/twig/src/Profiler/Profile.php:160 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        › 
        › public function getIterator(){
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/twig/twig/src/Profiler/Profile.php:19 {
        include_once …
        ›  */class Profile implements \IteratorAggregate, \Serializable{
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:343 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->ContainerMkxlH3I\{closure} …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Profiler/Profile.php';include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Container.php:159 {
        Symfony\Component\DependencyInjection\Container->set($id, $service) …
        ›     unset($this->privates['service_container']);    $initialize();}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:520 {
        Symfony\Component\HttpKernel\Kernel->initializeContainer() …
        › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:136 {
        Symfony\Component\HttpKernel\Kernel->boot() …
        › // init container$this->initializeContainer();}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:196 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › {    $this->boot();    ++$this->requestStackSize;
      }
      /home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/gwmaeusugb/sf4agenceimmo/vendor/twig/twig/src/Profiler/Profile.php:160 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    › 
    › public function getIterator(){
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/twig/twig/src/Profiler/Profile.php:19 {
    include_once …
    ›  */class Profile implements \IteratorAggregate, \Serializable{
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:343 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->ContainerMkxlH3I\{closure} …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Profiler/Profile.php';include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Container.php:159 {
    Symfony\Component\DependencyInjection\Container->set($id, $service) …
    ›     unset($this->privates['service_container']);    $initialize();}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:520 {
    Symfony\Component\HttpKernel\Kernel->initializeContainer() …
    › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:136 {
    Symfony\Component\HttpKernel\Kernel->boot() …
    › // init container$this->initializeContainer();}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:196 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › {    $this->boot();    ++$this->requestStackSize;
  }
  /home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {$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 {#40
    #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/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php"
    #line: 134
    #severity: E_DEPRECATED
    trace: {
      /home/gwmaeusugb/sf4agenceimmo/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/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php:17 {
        class_exists(string $class, bool $autoload = true): bool …
        ›  */class AttributeBag implements AttributeBagInterface, \IteratorAggregate, \Countable{
      }
      /home/gwmaeusugb/sf4agenceimmo/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/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:2221 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSessionService() …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';}
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5996 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Csrf_TokenStorageService() …
        › 
        ›     return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));}
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6073 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Firewall_Map_Context_MainService() …
        › $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b, '/'), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => '/logout']);$c->addHandler(new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));$c->addHandler(new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler());
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Container.php:450 {
        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/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
        › 
        ›     return $this->container->get($contextId);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
        › {    $context = $this->getFirewallContext($request);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/EventListener/FirewallListener.php:50 {
        Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(GetResponseEvent $event) …
        › 
        › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
        › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/gwmaeusugb/sf4agenceimmo/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/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php:17 {
    class_exists(string $class, bool $autoload = true): bool …
    ›  */class AttributeBag implements AttributeBagInterface, \IteratorAggregate, \Countable{
  }
  /home/gwmaeusugb/sf4agenceimmo/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/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:2221 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSessionService() …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';}
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5996 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Csrf_TokenStorageService() …
    › 
    ›     return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));}
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6073 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Firewall_Map_Context_MainService() …
    › $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b, '/'), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => '/logout']);$c->addHandler(new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));$c->addHandler(new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler());
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Container.php:450 {
    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/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
    › 
    ›     return $this->container->get($contextId);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
    › {    $context = $this->getFirewallContext($request);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/EventListener/FirewallListener.php:50 {
    Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(GetResponseEvent $event) …
    › 
    › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {$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 {#238
    #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/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php"
    #line: 144
    #severity: E_DEPRECATED
    trace: {
      /home/gwmaeusugb/sf4agenceimmo/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/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php:17 {
        class_exists(string $class, bool $autoload = true): bool …
        ›  */class AttributeBag implements AttributeBagInterface, \IteratorAggregate, \Countable{
      }
      /home/gwmaeusugb/sf4agenceimmo/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/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:2221 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSessionService() …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';}
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5996 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Csrf_TokenStorageService() …
        › 
        ›     return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));}
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6073 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Firewall_Map_Context_MainService() …
        › $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b, '/'), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => '/logout']);$c->addHandler(new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));$c->addHandler(new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler());
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Container.php:450 {
        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/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
        › 
        ›     return $this->container->get($contextId);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
        › {    $context = $this->getFirewallContext($request);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/EventListener/FirewallListener.php:50 {
        Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(GetResponseEvent $event) …
        › 
        › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
        › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/gwmaeusugb/sf4agenceimmo/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/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php:17 {
    class_exists(string $class, bool $autoload = true): bool …
    ›  */class AttributeBag implements AttributeBagInterface, \IteratorAggregate, \Countable{
  }
  /home/gwmaeusugb/sf4agenceimmo/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/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:2221 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSessionService() …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';}
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5996 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Csrf_TokenStorageService() …
    › 
    ›     return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));}
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6073 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Firewall_Map_Context_MainService() …
    › $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b, '/'), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => '/logout']);$c->addHandler(new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));$c->addHandler(new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler());
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Container.php:450 {
    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/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
    › 
    ›     return $this->container->get($contextId);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
    › {    $context = $this->getFirewallContext($request);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/EventListener/FirewallListener.php:50 {
    Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(GetResponseEvent $event) …
    › 
    › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {$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 {#232
    #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/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Session.php"
    #line: 129
    #severity: E_DEPRECATED
    trace: {
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Session.php:129 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function getIterator(){
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Session.php:30 {
        include_once …
        ›  */class Session implements SessionInterface, \IteratorAggregate, \Countable{
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:2221 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSessionService() …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';}
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5996 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Csrf_TokenStorageService() …
        › 
        ›     return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));}
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6073 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Firewall_Map_Context_MainService() …
        › $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b, '/'), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => '/logout']);$c->addHandler(new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));$c->addHandler(new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler());
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Container.php:450 {
        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/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
        › 
        ›     return $this->container->get($contextId);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
        › {    $context = $this->getFirewallContext($request);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/EventListener/FirewallListener.php:50 {
        Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(GetResponseEvent $event) …
        › 
        › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
        › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Session.php:129 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function getIterator(){
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Session.php:30 {
    include_once …
    ›  */class Session implements SessionInterface, \IteratorAggregate, \Countable{
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:2221 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSessionService() …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';}
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5996 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Csrf_TokenStorageService() …
    › 
    ›     return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));}
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6073 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Firewall_Map_Context_MainService() …
    › $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b, '/'), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => '/logout']);$c->addHandler(new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));$c->addHandler(new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler());
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Container.php:450 {
    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/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
    › 
    ›     return $this->container->get($contextId);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
    › {    $context = $this->getFirewallContext($request);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/EventListener/FirewallListener.php:50 {
    Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(GetResponseEvent $event) …
    › 
    › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {$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 {#25
    #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/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Session.php"
    #line: 139
    #severity: E_DEPRECATED
    trace: {
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Session.php:139 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function count(){
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Session.php:30 {
        include_once …
        ›  */class Session implements SessionInterface, \IteratorAggregate, \Countable{
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:2221 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSessionService() …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';}
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5996 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Csrf_TokenStorageService() …
        › 
        ›     return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));}
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6073 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Firewall_Map_Context_MainService() …
        › $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b, '/'), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => '/logout']);$c->addHandler(new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));$c->addHandler(new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler());
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Container.php:450 {
        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/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
        › 
        ›     return $this->container->get($contextId);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
        › {    $context = $this->getFirewallContext($request);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/EventListener/FirewallListener.php:50 {
        Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(GetResponseEvent $event) …
        › 
        › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
        › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Session.php:139 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function count(){
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Session.php:30 {
    include_once …
    ›  */class Session implements SessionInterface, \IteratorAggregate, \Countable{
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:2221 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSessionService() …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';}
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5996 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Csrf_TokenStorageService() …
    › 
    ›     return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));}
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6073 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Firewall_Map_Context_MainService() …
    › $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b, '/'), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => '/logout']);$c->addHandler(new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));$c->addHandler(new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler());
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Container.php:450 {
    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/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
    › 
    ›     return $this->container->get($contextId);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
    › {    $context = $this->getFirewallContext($request);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/EventListener/FirewallListener.php:50 {
    Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(GetResponseEvent $event) …
    › 
    › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::open($savePath, $sessionName) should either be compatible with SessionHandlerInterface::open(string $path, string $name): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#228
    #message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::open($savePath, $sessionName) should either be compatible with SessionHandlerInterface::open(string $path, string $name): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php"
    #line: 34
    #severity: E_DEPRECATED
    trace: {
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:34 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function open($savePath, $sessionName){
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:23 {
        class_exists(string $class, bool $autoload = true): bool …
        ›  */abstract class AbstractSessionHandler implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
        include_once …
        › class_exists(MetadataBag::class);class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSession_Storage_NativeService() …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:2223 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSessionService() …
        › 
        ›     return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));}
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5996 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Csrf_TokenStorageService() …
        › 
        ›     return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));}
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6073 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Firewall_Map_Context_MainService() …
        › $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b, '/'), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => '/logout']);$c->addHandler(new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));$c->addHandler(new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler());
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Container.php:450 {
        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/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
        › 
        ›     return $this->container->get($contextId);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
        › {    $context = $this->getFirewallContext($request);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/EventListener/FirewallListener.php:50 {
        Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(GetResponseEvent $event) …
        › 
        › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
        › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:34 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function open($savePath, $sessionName){
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:23 {
    class_exists(string $class, bool $autoload = true): bool …
    ›  */abstract class AbstractSessionHandler implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
    include_once …
    › class_exists(MetadataBag::class);class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSession_Storage_NativeService() …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:2223 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSessionService() …
    › 
    ›     return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));}
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5996 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Csrf_TokenStorageService() …
    › 
    ›     return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));}
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6073 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Firewall_Map_Context_MainService() …
    › $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b, '/'), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => '/logout']);$c->addHandler(new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));$c->addHandler(new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler());
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Container.php:450 {
    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/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
    › 
    ›     return $this->container->get($contextId);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
    › {    $context = $this->getFirewallContext($request);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/EventListener/FirewallListener.php:50 {
    Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(GetResponseEvent $event) …
    › 
    › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::read($sessionId) should either be compatible with SessionHandlerInterface::read(string $id): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#243
    #message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::read($sessionId) should either be compatible with SessionHandlerInterface::read(string $id): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php"
    #line: 89
    #severity: E_DEPRECATED
    trace: {
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:89 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function read($sessionId){
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:23 {
        class_exists(string $class, bool $autoload = true): bool …
        ›  */abstract class AbstractSessionHandler implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
        include_once …
        › class_exists(MetadataBag::class);class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSession_Storage_NativeService() …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:2223 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSessionService() …
        › 
        ›     return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));}
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5996 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Csrf_TokenStorageService() …
        › 
        ›     return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));}
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6073 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Firewall_Map_Context_MainService() …
        › $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b, '/'), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => '/logout']);$c->addHandler(new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));$c->addHandler(new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler());
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Container.php:450 {
        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/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
        › 
        ›     return $this->container->get($contextId);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
        › {    $context = $this->getFirewallContext($request);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/EventListener/FirewallListener.php:50 {
        Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(GetResponseEvent $event) …
        › 
        › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
        › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:89 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function read($sessionId){
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:23 {
    class_exists(string $class, bool $autoload = true): bool …
    ›  */abstract class AbstractSessionHandler implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
    include_once …
    › class_exists(MetadataBag::class);class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSession_Storage_NativeService() …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:2223 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSessionService() …
    › 
    ›     return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));}
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5996 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Csrf_TokenStorageService() …
    › 
    ›     return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));}
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6073 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Firewall_Map_Context_MainService() …
    › $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b, '/'), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => '/logout']);$c->addHandler(new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));$c->addHandler(new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler());
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Container.php:450 {
    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/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
    › 
    ›     return $this->container->get($contextId);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
    › {    $context = $this->getFirewallContext($request);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/EventListener/FirewallListener.php:50 {
    Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(GetResponseEvent $event) …
    › 
    › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::write($sessionId, $data) should either be compatible with SessionHandlerInterface::write(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#235
    #message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::write($sessionId, $data) should either be compatible with SessionHandlerInterface::write(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php"
    #line: 112
    #severity: E_DEPRECATED
    trace: {
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:112 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function write($sessionId, $data){
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:23 {
        class_exists(string $class, bool $autoload = true): bool …
        ›  */abstract class AbstractSessionHandler implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
        include_once …
        › class_exists(MetadataBag::class);class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSession_Storage_NativeService() …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:2223 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSessionService() …
        › 
        ›     return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));}
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5996 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Csrf_TokenStorageService() …
        › 
        ›     return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));}
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6073 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Firewall_Map_Context_MainService() …
        › $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b, '/'), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => '/logout']);$c->addHandler(new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));$c->addHandler(new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler());
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Container.php:450 {
        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/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
        › 
        ›     return $this->container->get($contextId);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
        › {    $context = $this->getFirewallContext($request);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/EventListener/FirewallListener.php:50 {
        Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(GetResponseEvent $event) …
        › 
        › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
        › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:112 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function write($sessionId, $data){
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:23 {
    class_exists(string $class, bool $autoload = true): bool …
    ›  */abstract class AbstractSessionHandler implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
    include_once …
    › class_exists(MetadataBag::class);class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSession_Storage_NativeService() …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:2223 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSessionService() …
    › 
    ›     return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));}
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5996 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Csrf_TokenStorageService() …
    › 
    ›     return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));}
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6073 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Firewall_Map_Context_MainService() …
    › $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b, '/'), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => '/logout']);$c->addHandler(new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));$c->addHandler(new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler());
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Container.php:450 {
    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/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
    › 
    ›     return $this->container->get($contextId);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
    › {    $context = $this->getFirewallContext($request);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/EventListener/FirewallListener.php:50 {
    Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(GetResponseEvent $event) …
    › 
    › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::destroy($sessionId) should either be compatible with SessionHandlerInterface::destroy(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#62
    #message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::destroy($sessionId) should either be compatible with SessionHandlerInterface::destroy(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php"
    #line: 129
    #severity: E_DEPRECATED
    trace: {
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:129 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function destroy($sessionId){
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:23 {
        class_exists(string $class, bool $autoload = true): bool …
        ›  */abstract class AbstractSessionHandler implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
        include_once …
        › class_exists(MetadataBag::class);class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSession_Storage_NativeService() …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:2223 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSessionService() …
        › 
        ›     return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));}
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5996 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Csrf_TokenStorageService() …
        › 
        ›     return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));}
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6073 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Firewall_Map_Context_MainService() …
        › $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b, '/'), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => '/logout']);$c->addHandler(new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));$c->addHandler(new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler());
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Container.php:450 {
        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/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
        › 
        ›     return $this->container->get($contextId);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
        › {    $context = $this->getFirewallContext($request);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/EventListener/FirewallListener.php:50 {
        Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(GetResponseEvent $event) …
        › 
        › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
        › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:129 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function destroy($sessionId){
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:23 {
    class_exists(string $class, bool $autoload = true): bool …
    ›  */abstract class AbstractSessionHandler implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
    include_once …
    › class_exists(MetadataBag::class);class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSession_Storage_NativeService() …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:2223 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSessionService() …
    › 
    ›     return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));}
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5996 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Csrf_TokenStorageService() …
    › 
    ›     return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));}
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6073 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Firewall_Map_Context_MainService() …
    › $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b, '/'), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => '/logout']);$c->addHandler(new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));$c->addHandler(new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler());
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Container.php:450 {
    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/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
    › 
    ›     return $this->container->get($contextId);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
    › {    $context = $this->getFirewallContext($request);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/EventListener/FirewallListener.php:50 {
    Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(GetResponseEvent $event) …
    › 
    › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::validateId($sessionId) should either be compatible with SessionUpdateTimestampHandlerInterface::validateId(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#225
    #message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::validateId($sessionId) should either be compatible with SessionUpdateTimestampHandlerInterface::validateId(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php"
    #line: 69
    #severity: E_DEPRECATED
    trace: {
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:69 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function validateId($sessionId){
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:23 {
        class_exists(string $class, bool $autoload = true): bool …
        ›  */abstract class AbstractSessionHandler implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
        include_once …
        › class_exists(MetadataBag::class);class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSession_Storage_NativeService() …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:2223 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSessionService() …
        › 
        ›     return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));}
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5996 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Csrf_TokenStorageService() …
        › 
        ›     return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));}
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6073 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Firewall_Map_Context_MainService() …
        › $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b, '/'), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => '/logout']);$c->addHandler(new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));$c->addHandler(new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler());
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Container.php:450 {
        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/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
        › 
        ›     return $this->container->get($contextId);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
        › {    $context = $this->getFirewallContext($request);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/EventListener/FirewallListener.php:50 {
        Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(GetResponseEvent $event) …
        › 
        › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
        › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:69 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function validateId($sessionId){
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:23 {
    class_exists(string $class, bool $autoload = true): bool …
    ›  */abstract class AbstractSessionHandler implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
    include_once …
    › class_exists(MetadataBag::class);class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSession_Storage_NativeService() …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:2223 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSessionService() …
    › 
    ›     return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));}
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5996 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Csrf_TokenStorageService() …
    › 
    ›     return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));}
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6073 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Firewall_Map_Context_MainService() …
    › $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b, '/'), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => '/logout']);$c->addHandler(new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));$c->addHandler(new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler());
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Container.php:450 {
    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/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
    › 
    ›     return $this->container->get($contextId);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
    › {    $context = $this->getFirewallContext($request);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/EventListener/FirewallListener.php:50 {
    Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(GetResponseEvent $event) …
    › 
    › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler::close() should either be compatible with SessionHandlerInterface::close(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#61
    #message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler::close() should either be compatible with SessionHandlerInterface::close(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php"
    #line: 91
    #severity: E_DEPRECATED
    trace: {
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:91 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function close(){
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:19 {
        class_exists(string $class, bool $autoload = true): bool …
        ›  */class StrictSessionHandler extends AbstractSessionHandler{
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
        include_once …
        › class_exists(MetadataBag::class);class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSession_Storage_NativeService() …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:2223 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSessionService() …
        › 
        ›     return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));}
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5996 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Csrf_TokenStorageService() …
        › 
        ›     return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));}
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6073 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Firewall_Map_Context_MainService() …
        › $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b, '/'), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => '/logout']);$c->addHandler(new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));$c->addHandler(new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler());
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Container.php:450 {
        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/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
        › 
        ›     return $this->container->get($contextId);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
        › {    $context = $this->getFirewallContext($request);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/EventListener/FirewallListener.php:50 {
        Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(GetResponseEvent $event) …
        › 
        › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
        › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:91 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function close(){
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:19 {
    class_exists(string $class, bool $autoload = true): bool …
    ›  */class StrictSessionHandler extends AbstractSessionHandler{
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
    include_once …
    › class_exists(MetadataBag::class);class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSession_Storage_NativeService() …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:2223 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSessionService() …
    › 
    ›     return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));}
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5996 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Csrf_TokenStorageService() …
    › 
    ›     return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));}
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6073 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Firewall_Map_Context_MainService() …
    › $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b, '/'), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => '/logout']);$c->addHandler(new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));$c->addHandler(new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler());
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Container.php:450 {
    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/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
    › 
    ›     return $this->container->get($contextId);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
    › {    $context = $this->getFirewallContext($request);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/EventListener/FirewallListener.php:50 {
    Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(GetResponseEvent $event) …
    › 
    › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler::gc($maxlifetime) should either be compatible with SessionHandlerInterface::gc(int $max_lifetime): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#249
    #message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler::gc($maxlifetime) should either be compatible with SessionHandlerInterface::gc(int $max_lifetime): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php"
    #line: 99
    #severity: E_DEPRECATED
    trace: {
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:99 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function gc($maxlifetime){
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:19 {
        class_exists(string $class, bool $autoload = true): bool …
        ›  */class StrictSessionHandler extends AbstractSessionHandler{
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
        include_once …
        › class_exists(MetadataBag::class);class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSession_Storage_NativeService() …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:2223 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSessionService() …
        › 
        ›     return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));}
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5996 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Csrf_TokenStorageService() …
        › 
        ›     return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));}
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6073 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Firewall_Map_Context_MainService() …
        › $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b, '/'), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => '/logout']);$c->addHandler(new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));$c->addHandler(new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler());
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Container.php:450 {
        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/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
        › 
        ›     return $this->container->get($contextId);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
        › {    $context = $this->getFirewallContext($request);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/EventListener/FirewallListener.php:50 {
        Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(GetResponseEvent $event) …
        › 
        › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
        › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:99 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function gc($maxlifetime){
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:19 {
    class_exists(string $class, bool $autoload = true): bool …
    ›  */class StrictSessionHandler extends AbstractSessionHandler{
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
    include_once …
    › class_exists(MetadataBag::class);class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSession_Storage_NativeService() …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:2223 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSessionService() …
    › 
    ›     return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));}
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5996 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Csrf_TokenStorageService() …
    › 
    ›     return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));}
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6073 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Firewall_Map_Context_MainService() …
    › $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b, '/'), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => '/logout']);$c->addHandler(new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));$c->addHandler(new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler());
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Container.php:450 {
    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/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
    › 
    ›     return $this->container->get($contextId);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
    › {    $context = $this->getFirewallContext($request);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/EventListener/FirewallListener.php:50 {
    Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(GetResponseEvent $event) …
    › 
    › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler::updateTimestamp($sessionId, $data) should either be compatible with SessionUpdateTimestampHandlerInterface::updateTimestamp(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#247
    #message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler::updateTimestamp($sessionId, $data) should either be compatible with SessionUpdateTimestampHandlerInterface::updateTimestamp(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php"
    #line: 54
    #severity: E_DEPRECATED
    trace: {
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:54 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function updateTimestamp($sessionId, $data){
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:19 {
        class_exists(string $class, bool $autoload = true): bool …
        ›  */class StrictSessionHandler extends AbstractSessionHandler{
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
        include_once …
        › class_exists(MetadataBag::class);class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSession_Storage_NativeService() …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:2223 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSessionService() …
        › 
        ›     return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));}
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5996 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Csrf_TokenStorageService() …
        › 
        ›     return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));}
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6073 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Firewall_Map_Context_MainService() …
        › $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b, '/'), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => '/logout']);$c->addHandler(new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));$c->addHandler(new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler());
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Container.php:450 {
        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/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
        › 
        ›     return $this->container->get($contextId);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
        › {    $context = $this->getFirewallContext($request);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/EventListener/FirewallListener.php:50 {
        Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(GetResponseEvent $event) …
        › 
        › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
        › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:54 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function updateTimestamp($sessionId, $data){
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:19 {
    class_exists(string $class, bool $autoload = true): bool …
    ›  */class StrictSessionHandler extends AbstractSessionHandler{
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
    include_once …
    › class_exists(MetadataBag::class);class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSession_Storage_NativeService() …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:2223 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSessionService() …
    › 
    ›     return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));}
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5996 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Csrf_TokenStorageService() …
    › 
    ›     return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));}
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6073 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Firewall_Map_Context_MainService() …
    › $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b, '/'), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => '/logout']);$c->addHandler(new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));$c->addHandler(new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler());
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Container.php:450 {
    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/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
    › 
    ›     return $this->container->get($contextId);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
    › {    $context = $this->getFirewallContext($request);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/EventListener/FirewallListener.php:50 {
    Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(GetResponseEvent $event) …
    › 
    › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::open($savePath, $sessionName) should either be compatible with SessionHandlerInterface::open(string $path, string $name): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#246
    #message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::open($savePath, $sessionName) should either be compatible with SessionHandlerInterface::open(string $path, string $name): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php"
    #line: 41
    #severity: E_DEPRECATED
    trace: {
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:41 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function open($savePath, $sessionName){
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:17 {
        class_exists(string $class, bool $autoload = true): bool …
        ›  */class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
        include_once …
        › class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);}
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSession_Storage_NativeService() …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:2223 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSessionService() …
        › 
        ›     return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));}
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5996 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Csrf_TokenStorageService() …
        › 
        ›     return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));}
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6073 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Firewall_Map_Context_MainService() …
        › $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b, '/'), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => '/logout']);$c->addHandler(new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));$c->addHandler(new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler());
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Container.php:450 {
        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/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
        › 
        ›     return $this->container->get($contextId);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
        › {    $context = $this->getFirewallContext($request);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/EventListener/FirewallListener.php:50 {
        Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(GetResponseEvent $event) …
        › 
        › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
        › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:41 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function open($savePath, $sessionName){
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:17 {
    class_exists(string $class, bool $autoload = true): bool …
    ›  */class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
    include_once …
    › class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);}
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSession_Storage_NativeService() …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:2223 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSessionService() …
    › 
    ›     return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));}
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5996 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Csrf_TokenStorageService() …
    › 
    ›     return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));}
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6073 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Firewall_Map_Context_MainService() …
    › $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b, '/'), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => '/logout']);$c->addHandler(new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));$c->addHandler(new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler());
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Container.php:450 {
    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/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
    › 
    ›     return $this->container->get($contextId);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
    › {    $context = $this->getFirewallContext($request);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/EventListener/FirewallListener.php:50 {
    Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(GetResponseEvent $event) …
    › 
    › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::close() should either be compatible with SessionHandlerInterface::close(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#239
    #message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::close() should either be compatible with SessionHandlerInterface::close(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php"
    #line: 49
    #severity: E_DEPRECATED
    trace: {
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:49 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function close(){
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:17 {
        class_exists(string $class, bool $autoload = true): bool …
        ›  */class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
        include_once …
        › class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);}
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSession_Storage_NativeService() …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:2223 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSessionService() …
        › 
        ›     return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));}
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5996 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Csrf_TokenStorageService() …
        › 
        ›     return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));}
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6073 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Firewall_Map_Context_MainService() …
        › $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b, '/'), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => '/logout']);$c->addHandler(new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));$c->addHandler(new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler());
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Container.php:450 {
        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/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
        › 
        ›     return $this->container->get($contextId);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
        › {    $context = $this->getFirewallContext($request);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/EventListener/FirewallListener.php:50 {
        Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(GetResponseEvent $event) …
        › 
        › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
        › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:49 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function close(){
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:17 {
    class_exists(string $class, bool $autoload = true): bool …
    ›  */class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
    include_once …
    › class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);}
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSession_Storage_NativeService() …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:2223 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSessionService() …
    › 
    ›     return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));}
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5996 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Csrf_TokenStorageService() …
    › 
    ›     return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));}
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6073 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Firewall_Map_Context_MainService() …
    › $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b, '/'), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => '/logout']);$c->addHandler(new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));$c->addHandler(new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler());
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Container.php:450 {
    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/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
    › 
    ›     return $this->container->get($contextId);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
    › {    $context = $this->getFirewallContext($request);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/EventListener/FirewallListener.php:50 {
    Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(GetResponseEvent $event) …
    › 
    › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::read($sessionId) should either be compatible with SessionHandlerInterface::read(string $id): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#242
    #message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::read($sessionId) should either be compatible with SessionHandlerInterface::read(string $id): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php"
    #line: 57
    #severity: E_DEPRECATED
    trace: {
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:57 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function read($sessionId){
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:17 {
        class_exists(string $class, bool $autoload = true): bool …
        ›  */class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
        include_once …
        › class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);}
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSession_Storage_NativeService() …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:2223 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSessionService() …
        › 
        ›     return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));}
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5996 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Csrf_TokenStorageService() …
        › 
        ›     return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));}
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6073 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Firewall_Map_Context_MainService() …
        › $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b, '/'), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => '/logout']);$c->addHandler(new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));$c->addHandler(new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler());
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Container.php:450 {
        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/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
        › 
        ›     return $this->container->get($contextId);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
        › {    $context = $this->getFirewallContext($request);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/EventListener/FirewallListener.php:50 {
        Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(GetResponseEvent $event) …
        › 
        › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
        › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:57 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function read($sessionId){
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:17 {
    class_exists(string $class, bool $autoload = true): bool …
    ›  */class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
    include_once …
    › class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);}
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSession_Storage_NativeService() …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:2223 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSessionService() …
    › 
    ›     return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));}
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5996 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Csrf_TokenStorageService() …
    › 
    ›     return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));}
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6073 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Firewall_Map_Context_MainService() …
    › $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b, '/'), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => '/logout']);$c->addHandler(new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));$c->addHandler(new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler());
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Container.php:450 {
    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/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
    › 
    ›     return $this->container->get($contextId);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
    › {    $context = $this->getFirewallContext($request);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/EventListener/FirewallListener.php:50 {
    Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(GetResponseEvent $event) …
    › 
    › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::write($sessionId, $data) should either be compatible with SessionHandlerInterface::write(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#244
    #message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::write($sessionId, $data) should either be compatible with SessionHandlerInterface::write(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php"
    #line: 65
    #severity: E_DEPRECATED
    trace: {
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:65 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function write($sessionId, $data){
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:17 {
        class_exists(string $class, bool $autoload = true): bool …
        ›  */class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
        include_once …
        › class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);}
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSession_Storage_NativeService() …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:2223 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSessionService() …
        › 
        ›     return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));}
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5996 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Csrf_TokenStorageService() …
        › 
        ›     return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));}
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6073 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Firewall_Map_Context_MainService() …
        › $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b, '/'), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => '/logout']);$c->addHandler(new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));$c->addHandler(new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler());
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Container.php:450 {
        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/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
        › 
        ›     return $this->container->get($contextId);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
        › {    $context = $this->getFirewallContext($request);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/EventListener/FirewallListener.php:50 {
        Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(GetResponseEvent $event) …
        › 
        › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
        › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:65 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function write($sessionId, $data){
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:17 {
    class_exists(string $class, bool $autoload = true): bool …
    ›  */class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
    include_once …
    › class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);}
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSession_Storage_NativeService() …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:2223 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSessionService() …
    › 
    ›     return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));}
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5996 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Csrf_TokenStorageService() …
    › 
    ›     return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));}
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6073 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Firewall_Map_Context_MainService() …
    › $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b, '/'), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => '/logout']);$c->addHandler(new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));$c->addHandler(new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler());
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Container.php:450 {
    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/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
    › 
    ›     return $this->container->get($contextId);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
    › {    $context = $this->getFirewallContext($request);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/EventListener/FirewallListener.php:50 {
    Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(GetResponseEvent $event) …
    › 
    › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::destroy($sessionId) should either be compatible with SessionHandlerInterface::destroy(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#10
    #message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::destroy($sessionId) should either be compatible with SessionHandlerInterface::destroy(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php"
    #line: 73
    #severity: E_DEPRECATED
    trace: {
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:73 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function destroy($sessionId){
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:17 {
        class_exists(string $class, bool $autoload = true): bool …
        ›  */class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
        include_once …
        › class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);}
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSession_Storage_NativeService() …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:2223 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSessionService() …
        › 
        ›     return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));}
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5996 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Csrf_TokenStorageService() …
        › 
        ›     return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));}
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6073 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Firewall_Map_Context_MainService() …
        › $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b, '/'), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => '/logout']);$c->addHandler(new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));$c->addHandler(new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler());
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Container.php:450 {
        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/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
        › 
        ›     return $this->container->get($contextId);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
        › {    $context = $this->getFirewallContext($request);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/EventListener/FirewallListener.php:50 {
        Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(GetResponseEvent $event) …
        › 
        › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
        › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:73 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function destroy($sessionId){
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:17 {
    class_exists(string $class, bool $autoload = true): bool …
    ›  */class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
    include_once …
    › class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);}
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSession_Storage_NativeService() …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:2223 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSessionService() …
    › 
    ›     return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));}
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5996 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Csrf_TokenStorageService() …
    › 
    ›     return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));}
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6073 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Firewall_Map_Context_MainService() …
    › $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b, '/'), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => '/logout']);$c->addHandler(new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));$c->addHandler(new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler());
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Container.php:450 {
    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/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
    › 
    ›     return $this->container->get($contextId);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
    › {    $context = $this->getFirewallContext($request);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/EventListener/FirewallListener.php:50 {
    Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(GetResponseEvent $event) …
    › 
    › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::gc($maxlifetime) should either be compatible with SessionHandlerInterface::gc(int $max_lifetime): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#42
    #message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::gc($maxlifetime) should either be compatible with SessionHandlerInterface::gc(int $max_lifetime): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php"
    #line: 81
    #severity: E_DEPRECATED
    trace: {
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:81 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function gc($maxlifetime){
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:17 {
        class_exists(string $class, bool $autoload = true): bool …
        ›  */class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
        include_once …
        › class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);}
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSession_Storage_NativeService() …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:2223 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSessionService() …
        › 
        ›     return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));}
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5996 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Csrf_TokenStorageService() …
        › 
        ›     return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));}
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6073 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Firewall_Map_Context_MainService() …
        › $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b, '/'), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => '/logout']);$c->addHandler(new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));$c->addHandler(new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler());
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Container.php:450 {
        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/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
        › 
        ›     return $this->container->get($contextId);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
        › {    $context = $this->getFirewallContext($request);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/EventListener/FirewallListener.php:50 {
        Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(GetResponseEvent $event) …
        › 
        › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
        › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:81 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function gc($maxlifetime){
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:17 {
    class_exists(string $class, bool $autoload = true): bool …
    ›  */class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
    include_once …
    › class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);}
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSession_Storage_NativeService() …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:2223 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSessionService() …
    › 
    ›     return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));}
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5996 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Csrf_TokenStorageService() …
    › 
    ›     return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));}
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6073 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Firewall_Map_Context_MainService() …
    › $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b, '/'), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => '/logout']);$c->addHandler(new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));$c->addHandler(new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler());
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Container.php:450 {
    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/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
    › 
    ›     return $this->container->get($contextId);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
    › {    $context = $this->getFirewallContext($request);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/EventListener/FirewallListener.php:50 {
    Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(GetResponseEvent $event) …
    › 
    › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::validateId($sessionId) should either be compatible with SessionUpdateTimestampHandlerInterface::validateId(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#69
    #message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::validateId($sessionId) should either be compatible with SessionUpdateTimestampHandlerInterface::validateId(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php"
    #line: 89
    #severity: E_DEPRECATED
    trace: {
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:89 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function validateId($sessionId){
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:17 {
        class_exists(string $class, bool $autoload = true): bool …
        ›  */class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
        include_once …
        › class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);}
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSession_Storage_NativeService() …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:2223 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSessionService() …
        › 
        ›     return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));}
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5996 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Csrf_TokenStorageService() …
        › 
        ›     return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));}
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6073 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Firewall_Map_Context_MainService() …
        › $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b, '/'), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => '/logout']);$c->addHandler(new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));$c->addHandler(new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler());
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Container.php:450 {
        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/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
        › 
        ›     return $this->container->get($contextId);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
        › {    $context = $this->getFirewallContext($request);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/EventListener/FirewallListener.php:50 {
        Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(GetResponseEvent $event) …
        › 
        › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
        › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:89 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function validateId($sessionId){
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:17 {
    class_exists(string $class, bool $autoload = true): bool …
    ›  */class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
    include_once …
    › class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);}
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSession_Storage_NativeService() …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:2223 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSessionService() …
    › 
    ›     return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));}
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5996 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Csrf_TokenStorageService() …
    › 
    ›     return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));}
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6073 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Firewall_Map_Context_MainService() …
    › $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b, '/'), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => '/logout']);$c->addHandler(new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));$c->addHandler(new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler());
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Container.php:450 {
    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/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
    › 
    ›     return $this->container->get($contextId);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
    › {    $context = $this->getFirewallContext($request);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/EventListener/FirewallListener.php:50 {
    Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(GetResponseEvent $event) …
    › 
    › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::updateTimestamp($sessionId, $data) should either be compatible with SessionUpdateTimestampHandlerInterface::updateTimestamp(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#250
    #message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::updateTimestamp($sessionId, $data) should either be compatible with SessionUpdateTimestampHandlerInterface::updateTimestamp(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php"
    #line: 97
    #severity: E_DEPRECATED
    trace: {
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:97 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function updateTimestamp($sessionId, $data){
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:17 {
        class_exists(string $class, bool $autoload = true): bool …
        ›  */class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
        include_once …
        › class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);}
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSession_Storage_NativeService() …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:2223 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSessionService() …
        › 
        ›     return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));}
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5996 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Csrf_TokenStorageService() …
        › 
        ›     return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));}
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6073 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Firewall_Map_Context_MainService() …
        › $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b, '/'), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => '/logout']);$c->addHandler(new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));$c->addHandler(new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler());
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Container.php:450 {
        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/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
        › 
        ›     return $this->container->get($contextId);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
        › {    $context = $this->getFirewallContext($request);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/EventListener/FirewallListener.php:50 {
        Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(GetResponseEvent $event) …
        › 
        › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
        › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:97 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function updateTimestamp($sessionId, $data){
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:17 {
    class_exists(string $class, bool $autoload = true): bool …
    ›  */class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
    include_once …
    › class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);}
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6234 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSession_Storage_NativeService() …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:2223 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSessionService() …
    › 
    ›     return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));}
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5996 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Csrf_TokenStorageService() …
    › 
    ›     return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));}
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:6073 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSecurity_Firewall_Map_Context_MainService() …
    › $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b, '/'), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => '/logout']);$c->addHandler(new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));$c->addHandler(new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler());
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Container.php:450 {
    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/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
    › 
    ›     return $this->container->get($contextId);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
    › {    $context = $this->getFirewallContext($request);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/security-bundle/EventListener/FirewallListener.php:50 {
    Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(GetResponseEvent $event) …
    › 
    › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:134 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php (4 times) Deprecated: Method ReflectionParameter::getClass() is deprecated
[
  "exception" => ErrorException {#407
    #message: "Deprecated: Method ReflectionParameter::getClass() is deprecated"
    #code: 0
    #file: "/home/gwmaeusugb/sf4agenceimmo/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php"
    #line: 84
    #severity: E_DEPRECATED
    trace: {
      /home/gwmaeusugb/sf4agenceimmo/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php:84 {
        Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener->autoConfigure(ReflectionFunctionAbstract $r, Request $request, $configurations) …
        › foreach ($r->getParameters() as $param) {    if ($param->getClass() && $param->getClass()->isInstance($request)) {        continue;
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php:75 {
        Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener->onKernelController(KernelEvent $event) …
        › if ($this->autoConvert) {    $configurations = $this->autoConfigure($r, $request, $configurations);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
        › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:146 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/gwmaeusugb/sf4agenceimmo/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php:84 {
    Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener->autoConfigure(ReflectionFunctionAbstract $r, Request $request, $configurations) …
    › foreach ($r->getParameters() as $param) {    if ($param->getClass() && $param->getClass()->isInstance($request)) {        continue;
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php:75 {
    Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener->onKernelController(KernelEvent $event) …
    › if ($this->autoConvert) {    $configurations = $this->autoConfigure($r, $request, $configurations);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:146 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php (2 times) Deprecated: Method ReflectionParameter::getClass() is deprecated
[
  "exception" => ErrorException {#427
    #message: "Deprecated: Method ReflectionParameter::getClass() is deprecated"
    #code: 0
    #file: "/home/gwmaeusugb/sf4agenceimmo/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php"
    #line: 89
    #severity: E_DEPRECATED
    trace: {
      /home/gwmaeusugb/sf4agenceimmo/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php:89 {
        Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener->autoConfigure(ReflectionFunctionAbstract $r, Request $request, $configurations) …
        › $name = $param->getName();$class = $param->getClass();$hasType = $this->isParameterTypeSupported && $param->hasType();
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php:75 {
        Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener->onKernelController(KernelEvent $event) …
        › if ($this->autoConvert) {    $configurations = $this->autoConfigure($r, $request, $configurations);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
        › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:146 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/gwmaeusugb/sf4agenceimmo/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php:89 {
    Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener->autoConfigure(ReflectionFunctionAbstract $r, Request $request, $configurations) …
    › $name = $param->getName();$class = $param->getClass();$hasType = $this->isParameterTypeSupported && $param->hasType();
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php:75 {
    Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener->onKernelController(KernelEvent $event) …
    › if ($this->autoConvert) {    $configurations = $this->autoConfigure($r, $request, $configurations);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:146 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#722
    #message: "Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::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/gwmaeusugb/sf4agenceimmo/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php"
    #line: 270
    #severity: E_DEPRECATED
    trace: {
      /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php:270 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function count(){
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php:40 {
        Doctrine\ORM\QueryBuilder->__construct(EntityManagerInterface $em) …
        ›  */class ArrayCollection implements Collection, Selectable{
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:338 {
        Doctrine\ORM\EntityManager->createQueryBuilder() …
        › {    return new QueryBuilder($this);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:78 {
        Doctrine\ORM\EntityRepository->createQueryBuilder($alias, $indexBy = null) …
        › {    return $this->_em->createQueryBuilder()        ->select($alias)
      }
      /home/gwmaeusugb/sf4agenceimmo/src/Repository/PropertyRepository.php:93 {
        App\Repository\PropertyRepository->findNotSoldPropQuery(): QueryBuilder …
        › private function findNotSoldPropQuery(): QueryBuilder{    return $this->createQueryBuilder('p')                ->where('p.sold = 0')
      }
      /home/gwmaeusugb/sf4agenceimmo/src/Repository/PropertyRepository.php:82 {
        App\Repository\PropertyRepository->findLatest(): array …
        › public function findLatest(): array {    return $this->findNotSoldPropQuery()                ->setMaxResults(4)
      }
      /home/gwmaeusugb/sf4agenceimmo/src/Controller/HomeController.php:18 {
        App\Controller\HomeController->index(PropertyRepository $propertyRepository): Response …
        › {\r    $properties = $propertyRepository->findLatest();\r\r
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:158 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › // call controller$response = $controller(...$arguments);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php:270 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function count(){
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php:40 {
    Doctrine\ORM\QueryBuilder->__construct(EntityManagerInterface $em) …
    ›  */class ArrayCollection implements Collection, Selectable{
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:338 {
    Doctrine\ORM\EntityManager->createQueryBuilder() …
    › {    return new QueryBuilder($this);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:78 {
    Doctrine\ORM\EntityRepository->createQueryBuilder($alias, $indexBy = null) …
    › {    return $this->_em->createQueryBuilder()        ->select($alias)
  }
  /home/gwmaeusugb/sf4agenceimmo/src/Repository/PropertyRepository.php:93 {
    App\Repository\PropertyRepository->findNotSoldPropQuery(): QueryBuilder …
    › private function findNotSoldPropQuery(): QueryBuilder{    return $this->createQueryBuilder('p')                ->where('p.sold = 0')
  }
  /home/gwmaeusugb/sf4agenceimmo/src/Repository/PropertyRepository.php:82 {
    App\Repository\PropertyRepository->findLatest(): array …
    › public function findLatest(): array {    return $this->findNotSoldPropQuery()                ->setMaxResults(4)
  }
  /home/gwmaeusugb/sf4agenceimmo/src/Controller/HomeController.php:18 {
    App\Controller\HomeController->index(PropertyRepository $propertyRepository): Response …
    › {\r    $properties = $propertyRepository->findLatest();\r\r
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:158 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › // call controller$response = $controller(...$arguments);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#690
    #message: "Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::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/gwmaeusugb/sf4agenceimmo/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php"
    #line: 306
    #severity: E_DEPRECATED
    trace: {
      /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php:306 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function getIterator(){
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php:40 {
        Doctrine\ORM\QueryBuilder->__construct(EntityManagerInterface $em) …
        ›  */class ArrayCollection implements Collection, Selectable{
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:338 {
        Doctrine\ORM\EntityManager->createQueryBuilder() …
        › {    return new QueryBuilder($this);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:78 {
        Doctrine\ORM\EntityRepository->createQueryBuilder($alias, $indexBy = null) …
        › {    return $this->_em->createQueryBuilder()        ->select($alias)
      }
      /home/gwmaeusugb/sf4agenceimmo/src/Repository/PropertyRepository.php:93 {
        App\Repository\PropertyRepository->findNotSoldPropQuery(): QueryBuilder …
        › private function findNotSoldPropQuery(): QueryBuilder{    return $this->createQueryBuilder('p')                ->where('p.sold = 0')
      }
      /home/gwmaeusugb/sf4agenceimmo/src/Repository/PropertyRepository.php:82 {
        App\Repository\PropertyRepository->findLatest(): array …
        › public function findLatest(): array {    return $this->findNotSoldPropQuery()                ->setMaxResults(4)
      }
      /home/gwmaeusugb/sf4agenceimmo/src/Controller/HomeController.php:18 {
        App\Controller\HomeController->index(PropertyRepository $propertyRepository): Response …
        › {\r    $properties = $propertyRepository->findLatest();\r\r
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:158 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › // call controller$response = $controller(...$arguments);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php:306 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function getIterator(){
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php:40 {
    Doctrine\ORM\QueryBuilder->__construct(EntityManagerInterface $em) …
    ›  */class ArrayCollection implements Collection, Selectable{
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:338 {
    Doctrine\ORM\EntityManager->createQueryBuilder() …
    › {    return new QueryBuilder($this);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:78 {
    Doctrine\ORM\EntityRepository->createQueryBuilder($alias, $indexBy = null) …
    › {    return $this->_em->createQueryBuilder()        ->select($alias)
  }
  /home/gwmaeusugb/sf4agenceimmo/src/Repository/PropertyRepository.php:93 {
    App\Repository\PropertyRepository->findNotSoldPropQuery(): QueryBuilder …
    › private function findNotSoldPropQuery(): QueryBuilder{    return $this->createQueryBuilder('p')                ->where('p.sold = 0')
  }
  /home/gwmaeusugb/sf4agenceimmo/src/Repository/PropertyRepository.php:82 {
    App\Repository\PropertyRepository->findLatest(): array …
    › public function findLatest(): array {    return $this->findNotSoldPropQuery()                ->setMaxResults(4)
  }
  /home/gwmaeusugb/sf4agenceimmo/src/Controller/HomeController.php:18 {
    App\Controller\HomeController->index(PropertyRepository $propertyRepository): Response …
    › {\r    $properties = $propertyRepository->findLatest();\r\r
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:158 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › // call controller$response = $controller(...$arguments);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#692
    #message: "Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetExists($offset) 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/gwmaeusugb/sf4agenceimmo/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php"
    #line: 164
    #severity: E_DEPRECATED
    trace: {
      /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php:164 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function offsetExists($offset){
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php:40 {
        Doctrine\ORM\QueryBuilder->__construct(EntityManagerInterface $em) …
        ›  */class ArrayCollection implements Collection, Selectable{
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:338 {
        Doctrine\ORM\EntityManager->createQueryBuilder() …
        › {    return new QueryBuilder($this);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:78 {
        Doctrine\ORM\EntityRepository->createQueryBuilder($alias, $indexBy = null) …
        › {    return $this->_em->createQueryBuilder()        ->select($alias)
      }
      /home/gwmaeusugb/sf4agenceimmo/src/Repository/PropertyRepository.php:93 {
        App\Repository\PropertyRepository->findNotSoldPropQuery(): QueryBuilder …
        › private function findNotSoldPropQuery(): QueryBuilder{    return $this->createQueryBuilder('p')                ->where('p.sold = 0')
      }
      /home/gwmaeusugb/sf4agenceimmo/src/Repository/PropertyRepository.php:82 {
        App\Repository\PropertyRepository->findLatest(): array …
        › public function findLatest(): array {    return $this->findNotSoldPropQuery()                ->setMaxResults(4)
      }
      /home/gwmaeusugb/sf4agenceimmo/src/Controller/HomeController.php:18 {
        App\Controller\HomeController->index(PropertyRepository $propertyRepository): Response …
        › {\r    $properties = $propertyRepository->findLatest();\r\r
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:158 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › // call controller$response = $controller(...$arguments);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php:164 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function offsetExists($offset){
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php:40 {
    Doctrine\ORM\QueryBuilder->__construct(EntityManagerInterface $em) …
    ›  */class ArrayCollection implements Collection, Selectable{
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:338 {
    Doctrine\ORM\EntityManager->createQueryBuilder() …
    › {    return new QueryBuilder($this);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:78 {
    Doctrine\ORM\EntityRepository->createQueryBuilder($alias, $indexBy = null) …
    › {    return $this->_em->createQueryBuilder()        ->select($alias)
  }
  /home/gwmaeusugb/sf4agenceimmo/src/Repository/PropertyRepository.php:93 {
    App\Repository\PropertyRepository->findNotSoldPropQuery(): QueryBuilder …
    › private function findNotSoldPropQuery(): QueryBuilder{    return $this->createQueryBuilder('p')                ->where('p.sold = 0')
  }
  /home/gwmaeusugb/sf4agenceimmo/src/Repository/PropertyRepository.php:82 {
    App\Repository\PropertyRepository->findLatest(): array …
    › public function findLatest(): array {    return $this->findNotSoldPropQuery()                ->setMaxResults(4)
  }
  /home/gwmaeusugb/sf4agenceimmo/src/Controller/HomeController.php:18 {
    App\Controller\HomeController->index(PropertyRepository $propertyRepository): Response …
    › {\r    $properties = $propertyRepository->findLatest();\r\r
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:158 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › // call controller$response = $controller(...$arguments);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#693
    #message: "Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetGet($offset) 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/gwmaeusugb/sf4agenceimmo/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php"
    #line: 174
    #severity: E_DEPRECATED
    trace: {
      /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php:174 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function offsetGet($offset){
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php:40 {
        Doctrine\ORM\QueryBuilder->__construct(EntityManagerInterface $em) …
        ›  */class ArrayCollection implements Collection, Selectable{
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:338 {
        Doctrine\ORM\EntityManager->createQueryBuilder() …
        › {    return new QueryBuilder($this);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:78 {
        Doctrine\ORM\EntityRepository->createQueryBuilder($alias, $indexBy = null) …
        › {    return $this->_em->createQueryBuilder()        ->select($alias)
      }
      /home/gwmaeusugb/sf4agenceimmo/src/Repository/PropertyRepository.php:93 {
        App\Repository\PropertyRepository->findNotSoldPropQuery(): QueryBuilder …
        › private function findNotSoldPropQuery(): QueryBuilder{    return $this->createQueryBuilder('p')                ->where('p.sold = 0')
      }
      /home/gwmaeusugb/sf4agenceimmo/src/Repository/PropertyRepository.php:82 {
        App\Repository\PropertyRepository->findLatest(): array …
        › public function findLatest(): array {    return $this->findNotSoldPropQuery()                ->setMaxResults(4)
      }
      /home/gwmaeusugb/sf4agenceimmo/src/Controller/HomeController.php:18 {
        App\Controller\HomeController->index(PropertyRepository $propertyRepository): Response …
        › {\r    $properties = $propertyRepository->findLatest();\r\r
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:158 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › // call controller$response = $controller(...$arguments);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php:174 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function offsetGet($offset){
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php:40 {
    Doctrine\ORM\QueryBuilder->__construct(EntityManagerInterface $em) …
    ›  */class ArrayCollection implements Collection, Selectable{
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:338 {
    Doctrine\ORM\EntityManager->createQueryBuilder() …
    › {    return new QueryBuilder($this);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:78 {
    Doctrine\ORM\EntityRepository->createQueryBuilder($alias, $indexBy = null) …
    › {    return $this->_em->createQueryBuilder()        ->select($alias)
  }
  /home/gwmaeusugb/sf4agenceimmo/src/Repository/PropertyRepository.php:93 {
    App\Repository\PropertyRepository->findNotSoldPropQuery(): QueryBuilder …
    › private function findNotSoldPropQuery(): QueryBuilder{    return $this->createQueryBuilder('p')                ->where('p.sold = 0')
  }
  /home/gwmaeusugb/sf4agenceimmo/src/Repository/PropertyRepository.php:82 {
    App\Repository\PropertyRepository->findLatest(): array …
    › public function findLatest(): array {    return $this->findNotSoldPropQuery()                ->setMaxResults(4)
  }
  /home/gwmaeusugb/sf4agenceimmo/src/Controller/HomeController.php:18 {
    App\Controller\HomeController->index(PropertyRepository $propertyRepository): Response …
    › {\r    $properties = $propertyRepository->findLatest();\r\r
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:158 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › // call controller$response = $controller(...$arguments);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetSet($offset, $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 {#694
    #message: "Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetSet($offset, $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/gwmaeusugb/sf4agenceimmo/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php"
    #line: 184
    #severity: E_DEPRECATED
    trace: {
      /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php:184 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function offsetSet($offset, $value){
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php:40 {
        Doctrine\ORM\QueryBuilder->__construct(EntityManagerInterface $em) …
        ›  */class ArrayCollection implements Collection, Selectable{
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:338 {
        Doctrine\ORM\EntityManager->createQueryBuilder() …
        › {    return new QueryBuilder($this);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:78 {
        Doctrine\ORM\EntityRepository->createQueryBuilder($alias, $indexBy = null) …
        › {    return $this->_em->createQueryBuilder()        ->select($alias)
      }
      /home/gwmaeusugb/sf4agenceimmo/src/Repository/PropertyRepository.php:93 {
        App\Repository\PropertyRepository->findNotSoldPropQuery(): QueryBuilder …
        › private function findNotSoldPropQuery(): QueryBuilder{    return $this->createQueryBuilder('p')                ->where('p.sold = 0')
      }
      /home/gwmaeusugb/sf4agenceimmo/src/Repository/PropertyRepository.php:82 {
        App\Repository\PropertyRepository->findLatest(): array …
        › public function findLatest(): array {    return $this->findNotSoldPropQuery()                ->setMaxResults(4)
      }
      /home/gwmaeusugb/sf4agenceimmo/src/Controller/HomeController.php:18 {
        App\Controller\HomeController->index(PropertyRepository $propertyRepository): Response …
        › {\r    $properties = $propertyRepository->findLatest();\r\r
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:158 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › // call controller$response = $controller(...$arguments);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php:184 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function offsetSet($offset, $value){
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php:40 {
    Doctrine\ORM\QueryBuilder->__construct(EntityManagerInterface $em) …
    ›  */class ArrayCollection implements Collection, Selectable{
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:338 {
    Doctrine\ORM\EntityManager->createQueryBuilder() …
    › {    return new QueryBuilder($this);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:78 {
    Doctrine\ORM\EntityRepository->createQueryBuilder($alias, $indexBy = null) …
    › {    return $this->_em->createQueryBuilder()        ->select($alias)
  }
  /home/gwmaeusugb/sf4agenceimmo/src/Repository/PropertyRepository.php:93 {
    App\Repository\PropertyRepository->findNotSoldPropQuery(): QueryBuilder …
    › private function findNotSoldPropQuery(): QueryBuilder{    return $this->createQueryBuilder('p')                ->where('p.sold = 0')
  }
  /home/gwmaeusugb/sf4agenceimmo/src/Repository/PropertyRepository.php:82 {
    App\Repository\PropertyRepository->findLatest(): array …
    › public function findLatest(): array {    return $this->findNotSoldPropQuery()                ->setMaxResults(4)
  }
  /home/gwmaeusugb/sf4agenceimmo/src/Controller/HomeController.php:18 {
    App\Controller\HomeController->index(PropertyRepository $propertyRepository): Response …
    › {\r    $properties = $propertyRepository->findLatest();\r\r
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:158 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › // call controller$response = $controller(...$arguments);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#695
    #message: "Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetUnset($offset) 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/gwmaeusugb/sf4agenceimmo/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php"
    #line: 200
    #severity: E_DEPRECATED
    trace: {
      /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php:200 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function offsetUnset($offset){
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php:40 {
        Doctrine\ORM\QueryBuilder->__construct(EntityManagerInterface $em) …
        ›  */class ArrayCollection implements Collection, Selectable{
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:338 {
        Doctrine\ORM\EntityManager->createQueryBuilder() …
        › {    return new QueryBuilder($this);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:78 {
        Doctrine\ORM\EntityRepository->createQueryBuilder($alias, $indexBy = null) …
        › {    return $this->_em->createQueryBuilder()        ->select($alias)
      }
      /home/gwmaeusugb/sf4agenceimmo/src/Repository/PropertyRepository.php:93 {
        App\Repository\PropertyRepository->findNotSoldPropQuery(): QueryBuilder …
        › private function findNotSoldPropQuery(): QueryBuilder{    return $this->createQueryBuilder('p')                ->where('p.sold = 0')
      }
      /home/gwmaeusugb/sf4agenceimmo/src/Repository/PropertyRepository.php:82 {
        App\Repository\PropertyRepository->findLatest(): array …
        › public function findLatest(): array {    return $this->findNotSoldPropQuery()                ->setMaxResults(4)
      }
      /home/gwmaeusugb/sf4agenceimmo/src/Controller/HomeController.php:18 {
        App\Controller\HomeController->index(PropertyRepository $propertyRepository): Response …
        › {\r    $properties = $propertyRepository->findLatest();\r\r
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:158 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › // call controller$response = $controller(...$arguments);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php:200 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function offsetUnset($offset){
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php:40 {
    Doctrine\ORM\QueryBuilder->__construct(EntityManagerInterface $em) …
    ›  */class ArrayCollection implements Collection, Selectable{
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:338 {
    Doctrine\ORM\EntityManager->createQueryBuilder() …
    › {    return new QueryBuilder($this);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:78 {
    Doctrine\ORM\EntityRepository->createQueryBuilder($alias, $indexBy = null) …
    › {    return $this->_em->createQueryBuilder()        ->select($alias)
  }
  /home/gwmaeusugb/sf4agenceimmo/src/Repository/PropertyRepository.php:93 {
    App\Repository\PropertyRepository->findNotSoldPropQuery(): QueryBuilder …
    › private function findNotSoldPropQuery(): QueryBuilder{    return $this->createQueryBuilder('p')                ->where('p.sold = 0')
  }
  /home/gwmaeusugb/sf4agenceimmo/src/Repository/PropertyRepository.php:82 {
    App\Repository\PropertyRepository->findLatest(): array …
    › public function findLatest(): array {    return $this->findNotSoldPropQuery()                ->setMaxResults(4)
  }
  /home/gwmaeusugb/sf4agenceimmo/src/Controller/HomeController.php:18 {
    App\Controller\HomeController->index(PropertyRepository $propertyRepository): Response …
    › {\r    $properties = $propertyRepository->findLatest();\r\r
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:158 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › // call controller$response = $controller(...$arguments);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::exec($statement) should either be compatible with PDO::exec(string $statement): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#758
    #message: "Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::exec($statement) should either be compatible with PDO::exec(string $statement): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php"
    #line: 38
    #severity: E_DEPRECATED
    trace: {
      /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:38 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function exec($statement){
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:14 {
        Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
        ›  */class PDOConnection extends PDO implements Connection, ServerInfoAwareConnection{
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:362 {
        Doctrine\DBAL\Connection->connect() …
        › 
        › $this->_conn       = $this->_driver->connect($this->params, $user, $password, $driverOptions);$this->isConnected = true;
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1449 {
        Doctrine\DBAL\Connection->getWrappedConnection() …
        › {    $this->connect();}
      /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:892 {
        Doctrine\DBAL\Connection->executeQuery($query, array $params = [], $types = [], QueryCacheProfile $qcp = null) …
        › 
        › $connection = $this->getWrappedConnection();}
      /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Exec/SingleSelectExecutor.php:50 {
        Doctrine\ORM\Query\Exec\SingleSelectExecutor->execute(Connection $conn, array $params, array $types) …
        › {    return $conn->executeQuery($this->_sqlStatements, $params, $types, $this->queryCacheProfile);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/orm/lib/Doctrine/ORM/Query.php:337 {
        Doctrine\ORM\Query->_doExecute() …
        › 
        ›     return $executor->execute($this->_em->getConnection(), $sqlParams, $types);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:992 {
        Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache($parameters = null, $hydrationMode = null) …
        › 
        › $stmt = $this->_doExecute();}
      /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:947 {
        Doctrine\ORM\AbstractQuery->execute($parameters = null, $hydrationMode = null) …
        › 
        ›     return $this->executeIgnoreQueryCache($parameters, $hydrationMode);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:750 {
        Doctrine\ORM\AbstractQuery->getResult($hydrationMode = self::HYDRATE_OBJECT) …
        › {    return $this->execute(null, $hydrationMode);}
      }
      /home/gwmaeusugb/sf4agenceimmo/src/Repository/PropertyRepository.php:85 {
        App\Repository\PropertyRepository->findLatest(): array …
        ›                 ->getQuery()                ->getResult();}
      }
      /home/gwmaeusugb/sf4agenceimmo/src/Controller/HomeController.php:18 {
        App\Controller\HomeController->index(PropertyRepository $propertyRepository): Response …
        › {\r    $properties = $propertyRepository->findLatest();\r\r
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:158 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › // call controller$response = $controller(...$arguments);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:38 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function exec($statement){
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:14 {
    Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
    ›  */class PDOConnection extends PDO implements Connection, ServerInfoAwareConnection{
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:362 {
    Doctrine\DBAL\Connection->connect() …
    › 
    › $this->_conn       = $this->_driver->connect($this->params, $user, $password, $driverOptions);$this->isConnected = true;
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1449 {
    Doctrine\DBAL\Connection->getWrappedConnection() …
    › {    $this->connect();}
  /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:892 {
    Doctrine\DBAL\Connection->executeQuery($query, array $params = [], $types = [], QueryCacheProfile $qcp = null) …
    › 
    › $connection = $this->getWrappedConnection();}
  /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Exec/SingleSelectExecutor.php:50 {
    Doctrine\ORM\Query\Exec\SingleSelectExecutor->execute(Connection $conn, array $params, array $types) …
    › {    return $conn->executeQuery($this->_sqlStatements, $params, $types, $this->queryCacheProfile);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/orm/lib/Doctrine/ORM/Query.php:337 {
    Doctrine\ORM\Query->_doExecute() …
    › 
    ›     return $executor->execute($this->_em->getConnection(), $sqlParams, $types);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:992 {
    Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache($parameters = null, $hydrationMode = null) …
    › 
    › $stmt = $this->_doExecute();}
  /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:947 {
    Doctrine\ORM\AbstractQuery->execute($parameters = null, $hydrationMode = null) …
    › 
    ›     return $this->executeIgnoreQueryCache($parameters, $hydrationMode);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:750 {
    Doctrine\ORM\AbstractQuery->getResult($hydrationMode = self::HYDRATE_OBJECT) …
    › {    return $this->execute(null, $hydrationMode);}
  }
  /home/gwmaeusugb/sf4agenceimmo/src/Repository/PropertyRepository.php:85 {
    App\Repository\PropertyRepository->findLatest(): array …
    ›                 ->getQuery()                ->getResult();}
  }
  /home/gwmaeusugb/sf4agenceimmo/src/Controller/HomeController.php:18 {
    App\Controller\HomeController->index(PropertyRepository $propertyRepository): Response …
    › {\r    $properties = $propertyRepository->findLatest();\r\r
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:158 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › // call controller$response = $controller(...$arguments);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#786
    #message: "Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php"
    #line: 98
    #severity: E_DEPRECATED
    trace: {
      /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:98 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function lastInsertId($name = null){
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:14 {
        Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
        ›  */class PDOConnection extends PDO implements Connection, ServerInfoAwareConnection{
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:362 {
        Doctrine\DBAL\Connection->connect() …
        › 
        › $this->_conn       = $this->_driver->connect($this->params, $user, $password, $driverOptions);$this->isConnected = true;
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1449 {
        Doctrine\DBAL\Connection->getWrappedConnection() …
        › {    $this->connect();}
      /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:892 {
        Doctrine\DBAL\Connection->executeQuery($query, array $params = [], $types = [], QueryCacheProfile $qcp = null) …
        › 
        › $connection = $this->getWrappedConnection();}
      /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Exec/SingleSelectExecutor.php:50 {
        Doctrine\ORM\Query\Exec\SingleSelectExecutor->execute(Connection $conn, array $params, array $types) …
        › {    return $conn->executeQuery($this->_sqlStatements, $params, $types, $this->queryCacheProfile);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/orm/lib/Doctrine/ORM/Query.php:337 {
        Doctrine\ORM\Query->_doExecute() …
        › 
        ›     return $executor->execute($this->_em->getConnection(), $sqlParams, $types);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:992 {
        Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache($parameters = null, $hydrationMode = null) …
        › 
        › $stmt = $this->_doExecute();}
      /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:947 {
        Doctrine\ORM\AbstractQuery->execute($parameters = null, $hydrationMode = null) …
        › 
        ›     return $this->executeIgnoreQueryCache($parameters, $hydrationMode);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:750 {
        Doctrine\ORM\AbstractQuery->getResult($hydrationMode = self::HYDRATE_OBJECT) …
        › {    return $this->execute(null, $hydrationMode);}
      }
      /home/gwmaeusugb/sf4agenceimmo/src/Repository/PropertyRepository.php:85 {
        App\Repository\PropertyRepository->findLatest(): array …
        ›                 ->getQuery()                ->getResult();}
      }
      /home/gwmaeusugb/sf4agenceimmo/src/Controller/HomeController.php:18 {
        App\Controller\HomeController->index(PropertyRepository $propertyRepository): Response …
        › {\r    $properties = $propertyRepository->findLatest();\r\r
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:158 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › // call controller$response = $controller(...$arguments);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:98 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function lastInsertId($name = null){
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:14 {
    Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
    ›  */class PDOConnection extends PDO implements Connection, ServerInfoAwareConnection{
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:362 {
    Doctrine\DBAL\Connection->connect() …
    › 
    › $this->_conn       = $this->_driver->connect($this->params, $user, $password, $driverOptions);$this->isConnected = true;
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1449 {
    Doctrine\DBAL\Connection->getWrappedConnection() …
    › {    $this->connect();}
  /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:892 {
    Doctrine\DBAL\Connection->executeQuery($query, array $params = [], $types = [], QueryCacheProfile $qcp = null) …
    › 
    › $connection = $this->getWrappedConnection();}
  /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Exec/SingleSelectExecutor.php:50 {
    Doctrine\ORM\Query\Exec\SingleSelectExecutor->execute(Connection $conn, array $params, array $types) …
    › {    return $conn->executeQuery($this->_sqlStatements, $params, $types, $this->queryCacheProfile);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/orm/lib/Doctrine/ORM/Query.php:337 {
    Doctrine\ORM\Query->_doExecute() …
    › 
    ›     return $executor->execute($this->_em->getConnection(), $sqlParams, $types);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:992 {
    Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache($parameters = null, $hydrationMode = null) …
    › 
    › $stmt = $this->_doExecute();}
  /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:947 {
    Doctrine\ORM\AbstractQuery->execute($parameters = null, $hydrationMode = null) …
    › 
    ›     return $this->executeIgnoreQueryCache($parameters, $hydrationMode);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:750 {
    Doctrine\ORM\AbstractQuery->getResult($hydrationMode = self::HYDRATE_OBJECT) …
    › {    return $this->execute(null, $hydrationMode);}
  }
  /home/gwmaeusugb/sf4agenceimmo/src/Repository/PropertyRepository.php:85 {
    App\Repository\PropertyRepository->findLatest(): array …
    ›                 ->getQuery()                ->getResult();}
  }
  /home/gwmaeusugb/sf4agenceimmo/src/Controller/HomeController.php:18 {
    App\Controller\HomeController->index(PropertyRepository $propertyRepository): Response …
    › {\r    $properties = $propertyRepository->findLatest();\r\r
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:158 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › // call controller$response = $controller(...$arguments);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::prepare($prepareString, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#688
    #message: "Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::prepare($prepareString, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php"
    #line: 61
    #severity: E_DEPRECATED
    trace: {
      /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:61 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function prepare($prepareString, $driverOptions = []){
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:14 {
        Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
        ›  */class PDOConnection extends PDO implements Connection, ServerInfoAwareConnection{
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:362 {
        Doctrine\DBAL\Connection->connect() …
        › 
        › $this->_conn       = $this->_driver->connect($this->params, $user, $password, $driverOptions);$this->isConnected = true;
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1449 {
        Doctrine\DBAL\Connection->getWrappedConnection() …
        › {    $this->connect();}
      /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:892 {
        Doctrine\DBAL\Connection->executeQuery($query, array $params = [], $types = [], QueryCacheProfile $qcp = null) …
        › 
        › $connection = $this->getWrappedConnection();}
      /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Exec/SingleSelectExecutor.php:50 {
        Doctrine\ORM\Query\Exec\SingleSelectExecutor->execute(Connection $conn, array $params, array $types) …
        › {    return $conn->executeQuery($this->_sqlStatements, $params, $types, $this->queryCacheProfile);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/orm/lib/Doctrine/ORM/Query.php:337 {
        Doctrine\ORM\Query->_doExecute() …
        › 
        ›     return $executor->execute($this->_em->getConnection(), $sqlParams, $types);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:992 {
        Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache($parameters = null, $hydrationMode = null) …
        › 
        › $stmt = $this->_doExecute();}
      /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:947 {
        Doctrine\ORM\AbstractQuery->execute($parameters = null, $hydrationMode = null) …
        › 
        ›     return $this->executeIgnoreQueryCache($parameters, $hydrationMode);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:750 {
        Doctrine\ORM\AbstractQuery->getResult($hydrationMode = self::HYDRATE_OBJECT) …
        › {    return $this->execute(null, $hydrationMode);}
      }
      /home/gwmaeusugb/sf4agenceimmo/src/Repository/PropertyRepository.php:85 {
        App\Repository\PropertyRepository->findLatest(): array …
        ›                 ->getQuery()                ->getResult();}
      }
      /home/gwmaeusugb/sf4agenceimmo/src/Controller/HomeController.php:18 {
        App\Controller\HomeController->index(PropertyRepository $propertyRepository): Response …
        › {\r    $properties = $propertyRepository->findLatest();\r\r
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:158 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › // call controller$response = $controller(...$arguments);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:61 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function prepare($prepareString, $driverOptions = []){
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:14 {
    Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
    ›  */class PDOConnection extends PDO implements Connection, ServerInfoAwareConnection{
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:362 {
    Doctrine\DBAL\Connection->connect() …
    › 
    › $this->_conn       = $this->_driver->connect($this->params, $user, $password, $driverOptions);$this->isConnected = true;
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1449 {
    Doctrine\DBAL\Connection->getWrappedConnection() …
    › {    $this->connect();}
  /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:892 {
    Doctrine\DBAL\Connection->executeQuery($query, array $params = [], $types = [], QueryCacheProfile $qcp = null) …
    › 
    › $connection = $this->getWrappedConnection();}
  /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Exec/SingleSelectExecutor.php:50 {
    Doctrine\ORM\Query\Exec\SingleSelectExecutor->execute(Connection $conn, array $params, array $types) …
    › {    return $conn->executeQuery($this->_sqlStatements, $params, $types, $this->queryCacheProfile);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/orm/lib/Doctrine/ORM/Query.php:337 {
    Doctrine\ORM\Query->_doExecute() …
    › 
    ›     return $executor->execute($this->_em->getConnection(), $sqlParams, $types);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:992 {
    Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache($parameters = null, $hydrationMode = null) …
    › 
    › $stmt = $this->_doExecute();}
  /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:947 {
    Doctrine\ORM\AbstractQuery->execute($parameters = null, $hydrationMode = null) …
    › 
    ›     return $this->executeIgnoreQueryCache($parameters, $hydrationMode);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:750 {
    Doctrine\ORM\AbstractQuery->getResult($hydrationMode = self::HYDRATE_OBJECT) …
    › {    return $this->execute(null, $hydrationMode);}
  }
  /home/gwmaeusugb/sf4agenceimmo/src/Repository/PropertyRepository.php:85 {
    App\Repository\PropertyRepository->findLatest(): array …
    ›                 ->getQuery()                ->getResult();}
  }
  /home/gwmaeusugb/sf4agenceimmo/src/Controller/HomeController.php:18 {
    App\Controller\HomeController->index(PropertyRepository $propertyRepository): Response …
    › {\r    $properties = $propertyRepository->findLatest();\r\r
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:158 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › // call controller$response = $controller(...$arguments);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/gwmaeusugb/sf4agenceimmo/public/index.php:26 {$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 {#787
    #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/gwmaeusugb/sf4agenceimmo/vendor/symfony/var-dumper/Cloner/Data.php"
    #line: 153
    #severity: E_DEPRECATED
    trace: {
      /home/gwmaeusugb/sf4agenceimmo/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/gwmaeusugb/sf4agenceimmo/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:252 {
        Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner\{closure} …
        › if ($this->prevErrorHandler) {    return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/var-dumper/Cloner/Data.php:20 {
        Symfony\Component\VarDumper\Cloner\AbstractCloner->cloneVar($var, $filter = 0) …
        ›  */class Data implements \ArrayAccess, \Countable, \IteratorAggregate{
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/DataCollector/DataCollector.php:85 {
        Symfony\Component\HttpKernel\DataCollector\DataCollector->cloneVar($var) …
        › 
        ›     return $this->cloner->cloneVar($var);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:53 {
        Symfony\Component\Validator\DataCollector\ValidatorDataCollector->reset() …
        › $this->data = [    'calls' => $this->cloneVar([]),    'violations_count' => 0,
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:37 {
        Symfony\Component\Validator\DataCollector\ValidatorDataCollector->__construct(TraceableValidator $validator) …
        ›     $this->validator = $validator;    $this->reset();}
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:1913 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getProfilerService() …
        › $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));$instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5699 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getProfilerListenerService() …
        › {    return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);}
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:1397 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->ContainerMkxlH3I\{closure} …
        › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › 
        › $this->preProcess($eventName);try {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
        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/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:112 {
        Symfony\Component\HttpKernel\HttpKernel->terminateWithException(Throwable $exception, Request $request = null) …
        › 
        › $response = $this->handleThrowable($exception, $request, self::MASTER_REQUEST);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:120 {
        Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::Symfony\Component\HttpKernel\EventListener\{closure} …
        ›     $hasRun = true;    $kernel->terminateWithException($e, $request);};
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/error-handler/ErrorHandler.php:599 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleException(Throwable $exception) …
        › if (null !== $exceptionHandler) {    return $exceptionHandler($exception);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/error-handler/ErrorHandler.php:687 {
        Symfony\Component\ErrorHandler\ErrorHandler::handleFatalError(array $error = null): void …
        ›     self::$exitCode = 255;    $handler->handleException($fatalError);}
      }
      Symfony\Component\ErrorHandler\ErrorHandler::handleFatalError() {}
    }
  }
]
{
  /home/gwmaeusugb/sf4agenceimmo/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/gwmaeusugb/sf4agenceimmo/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:252 {
    Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner\{closure} …
    › if ($this->prevErrorHandler) {    return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/var-dumper/Cloner/Data.php:20 {
    Symfony\Component\VarDumper\Cloner\AbstractCloner->cloneVar($var, $filter = 0) …
    ›  */class Data implements \ArrayAccess, \Countable, \IteratorAggregate{
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/DataCollector/DataCollector.php:85 {
    Symfony\Component\HttpKernel\DataCollector\DataCollector->cloneVar($var) …
    › 
    ›     return $this->cloner->cloneVar($var);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:53 {
    Symfony\Component\Validator\DataCollector\ValidatorDataCollector->reset() …
    › $this->data = [    'calls' => $this->cloneVar([]),    'violations_count' => 0,
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:37 {
    Symfony\Component\Validator\DataCollector\ValidatorDataCollector->__construct(TraceableValidator $validator) …
    ›     $this->validator = $validator;    $this->reset();}
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:1913 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getProfilerService() …
    › $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));$instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5699 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getProfilerListenerService() …
    › {    return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);}
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:1397 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->ContainerMkxlH3I\{closure} …
    › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › 
    › $this->preProcess($eventName);try {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
    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/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:112 {
    Symfony\Component\HttpKernel\HttpKernel->terminateWithException(Throwable $exception, Request $request = null) …
    › 
    › $response = $this->handleThrowable($exception, $request, self::MASTER_REQUEST);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:120 {
    Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::Symfony\Component\HttpKernel\EventListener\{closure} …
    ›     $hasRun = true;    $kernel->terminateWithException($e, $request);};
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/error-handler/ErrorHandler.php:599 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleException(Throwable $exception) …
    › if (null !== $exceptionHandler) {    return $exceptionHandler($exception);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/error-handler/ErrorHandler.php:687 {
    Symfony\Component\ErrorHandler\ErrorHandler::handleFatalError(array $error = null): void …
    ›     self::$exitCode = 255;    $handler->handleException($fatalError);}
  }
  Symfony\Component\ErrorHandler\ErrorHandler::handleFatalError() {}
}
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 {#682
    #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/gwmaeusugb/sf4agenceimmo/vendor/symfony/var-dumper/Cloner/Data.php"
    #line: 158
    #severity: E_DEPRECATED
    trace: {
      /home/gwmaeusugb/sf4agenceimmo/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/gwmaeusugb/sf4agenceimmo/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:252 {
        Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner\{closure} …
        › if ($this->prevErrorHandler) {    return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/var-dumper/Cloner/Data.php:20 {
        Symfony\Component\VarDumper\Cloner\AbstractCloner->cloneVar($var, $filter = 0) …
        ›  */class Data implements \ArrayAccess, \Countable, \IteratorAggregate{
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/DataCollector/DataCollector.php:85 {
        Symfony\Component\HttpKernel\DataCollector\DataCollector->cloneVar($var) …
        › 
        ›     return $this->cloner->cloneVar($var);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:53 {
        Symfony\Component\Validator\DataCollector\ValidatorDataCollector->reset() …
        › $this->data = [    'calls' => $this->cloneVar([]),    'violations_count' => 0,
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:37 {
        Symfony\Component\Validator\DataCollector\ValidatorDataCollector->__construct(TraceableValidator $validator) …
        ›     $this->validator = $validator;    $this->reset();}
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:1913 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getProfilerService() …
        › $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));$instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5699 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getProfilerListenerService() …
        › {    return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);}
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:1397 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->ContainerMkxlH3I\{closure} …
        › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › 
        › $this->preProcess($eventName);try {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
        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/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:112 {
        Symfony\Component\HttpKernel\HttpKernel->terminateWithException(Throwable $exception, Request $request = null) …
        › 
        › $response = $this->handleThrowable($exception, $request, self::MASTER_REQUEST);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:120 {
        Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::Symfony\Component\HttpKernel\EventListener\{closure} …
        ›     $hasRun = true;    $kernel->terminateWithException($e, $request);};
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/error-handler/ErrorHandler.php:599 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleException(Throwable $exception) …
        › if (null !== $exceptionHandler) {    return $exceptionHandler($exception);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/error-handler/ErrorHandler.php:687 {
        Symfony\Component\ErrorHandler\ErrorHandler::handleFatalError(array $error = null): void …
        ›     self::$exitCode = 255;    $handler->handleException($fatalError);}
      }
      Symfony\Component\ErrorHandler\ErrorHandler::handleFatalError() {}
    }
  }
]
{
  /home/gwmaeusugb/sf4agenceimmo/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/gwmaeusugb/sf4agenceimmo/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:252 {
    Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner\{closure} …
    › if ($this->prevErrorHandler) {    return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/var-dumper/Cloner/Data.php:20 {
    Symfony\Component\VarDumper\Cloner\AbstractCloner->cloneVar($var, $filter = 0) …
    ›  */class Data implements \ArrayAccess, \Countable, \IteratorAggregate{
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/DataCollector/DataCollector.php:85 {
    Symfony\Component\HttpKernel\DataCollector\DataCollector->cloneVar($var) …
    › 
    ›     return $this->cloner->cloneVar($var);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:53 {
    Symfony\Component\Validator\DataCollector\ValidatorDataCollector->reset() …
    › $this->data = [    'calls' => $this->cloneVar([]),    'violations_count' => 0,
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:37 {
    Symfony\Component\Validator\DataCollector\ValidatorDataCollector->__construct(TraceableValidator $validator) …
    ›     $this->validator = $validator;    $this->reset();}
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:1913 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getProfilerService() …
    › $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));$instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5699 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getProfilerListenerService() …
    › {    return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);}
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:1397 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->ContainerMkxlH3I\{closure} …
    › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › 
    › $this->preProcess($eventName);try {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
    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/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:112 {
    Symfony\Component\HttpKernel\HttpKernel->terminateWithException(Throwable $exception, Request $request = null) …
    › 
    › $response = $this->handleThrowable($exception, $request, self::MASTER_REQUEST);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:120 {
    Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::Symfony\Component\HttpKernel\EventListener\{closure} …
    ›     $hasRun = true;    $kernel->terminateWithException($e, $request);};
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/error-handler/ErrorHandler.php:599 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleException(Throwable $exception) …
    › if (null !== $exceptionHandler) {    return $exceptionHandler($exception);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/error-handler/ErrorHandler.php:687 {
    Symfony\Component\ErrorHandler\ErrorHandler::handleFatalError(array $error = null): void …
    ›     self::$exitCode = 255;    $handler->handleException($fatalError);}
  }
  Symfony\Component\ErrorHandler\ErrorHandler::handleFatalError() {}
}
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 {#681
    #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/gwmaeusugb/sf4agenceimmo/vendor/symfony/var-dumper/Cloner/Data.php"
    #line: 163
    #severity: E_DEPRECATED
    trace: {
      /home/gwmaeusugb/sf4agenceimmo/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/gwmaeusugb/sf4agenceimmo/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:252 {
        Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner\{closure} …
        › if ($this->prevErrorHandler) {    return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/var-dumper/Cloner/Data.php:20 {
        Symfony\Component\VarDumper\Cloner\AbstractCloner->cloneVar($var, $filter = 0) …
        ›  */class Data implements \ArrayAccess, \Countable, \IteratorAggregate{
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/DataCollector/DataCollector.php:85 {
        Symfony\Component\HttpKernel\DataCollector\DataCollector->cloneVar($var) …
        › 
        ›     return $this->cloner->cloneVar($var);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:53 {
        Symfony\Component\Validator\DataCollector\ValidatorDataCollector->reset() …
        › $this->data = [    'calls' => $this->cloneVar([]),    'violations_count' => 0,
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:37 {
        Symfony\Component\Validator\DataCollector\ValidatorDataCollector->__construct(TraceableValidator $validator) …
        ›     $this->validator = $validator;    $this->reset();}
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:1913 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getProfilerService() …
        › $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));$instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5699 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getProfilerListenerService() …
        › {    return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);}
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:1397 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->ContainerMkxlH3I\{closure} …
        › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › 
        › $this->preProcess($eventName);try {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
        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/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:112 {
        Symfony\Component\HttpKernel\HttpKernel->terminateWithException(Throwable $exception, Request $request = null) …
        › 
        › $response = $this->handleThrowable($exception, $request, self::MASTER_REQUEST);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:120 {
        Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::Symfony\Component\HttpKernel\EventListener\{closure} …
        ›     $hasRun = true;    $kernel->terminateWithException($e, $request);};
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/error-handler/ErrorHandler.php:599 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleException(Throwable $exception) …
        › if (null !== $exceptionHandler) {    return $exceptionHandler($exception);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/error-handler/ErrorHandler.php:687 {
        Symfony\Component\ErrorHandler\ErrorHandler::handleFatalError(array $error = null): void …
        ›     self::$exitCode = 255;    $handler->handleException($fatalError);}
      }
      Symfony\Component\ErrorHandler\ErrorHandler::handleFatalError() {}
    }
  }
]
{
  /home/gwmaeusugb/sf4agenceimmo/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/gwmaeusugb/sf4agenceimmo/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:252 {
    Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner\{closure} …
    › if ($this->prevErrorHandler) {    return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/var-dumper/Cloner/Data.php:20 {
    Symfony\Component\VarDumper\Cloner\AbstractCloner->cloneVar($var, $filter = 0) …
    ›  */class Data implements \ArrayAccess, \Countable, \IteratorAggregate{
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/DataCollector/DataCollector.php:85 {
    Symfony\Component\HttpKernel\DataCollector\DataCollector->cloneVar($var) …
    › 
    ›     return $this->cloner->cloneVar($var);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:53 {
    Symfony\Component\Validator\DataCollector\ValidatorDataCollector->reset() …
    › $this->data = [    'calls' => $this->cloneVar([]),    'violations_count' => 0,
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:37 {
    Symfony\Component\Validator\DataCollector\ValidatorDataCollector->__construct(TraceableValidator $validator) …
    ›     $this->validator = $validator;    $this->reset();}
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:1913 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getProfilerService() …
    › $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));$instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5699 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getProfilerListenerService() …
    › {    return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);}
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:1397 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->ContainerMkxlH3I\{closure} …
    › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › 
    › $this->preProcess($eventName);try {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
    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/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:112 {
    Symfony\Component\HttpKernel\HttpKernel->terminateWithException(Throwable $exception, Request $request = null) …
    › 
    › $response = $this->handleThrowable($exception, $request, self::MASTER_REQUEST);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:120 {
    Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::Symfony\Component\HttpKernel\EventListener\{closure} …
    ›     $hasRun = true;    $kernel->terminateWithException($e, $request);};
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/error-handler/ErrorHandler.php:599 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleException(Throwable $exception) …
    › if (null !== $exceptionHandler) {    return $exceptionHandler($exception);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/error-handler/ErrorHandler.php:687 {
    Symfony\Component\ErrorHandler\ErrorHandler::handleFatalError(array $error = null): void …
    ›     self::$exitCode = 255;    $handler->handleException($fatalError);}
  }
  Symfony\Component\ErrorHandler\ErrorHandler::handleFatalError() {}
}
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 {#752
    #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/gwmaeusugb/sf4agenceimmo/vendor/symfony/var-dumper/Cloner/Data.php"
    #line: 168
    #severity: E_DEPRECATED
    trace: {
      /home/gwmaeusugb/sf4agenceimmo/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/gwmaeusugb/sf4agenceimmo/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:252 {
        Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner\{closure} …
        › if ($this->prevErrorHandler) {    return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/var-dumper/Cloner/Data.php:20 {
        Symfony\Component\VarDumper\Cloner\AbstractCloner->cloneVar($var, $filter = 0) …
        ›  */class Data implements \ArrayAccess, \Countable, \IteratorAggregate{
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/DataCollector/DataCollector.php:85 {
        Symfony\Component\HttpKernel\DataCollector\DataCollector->cloneVar($var) …
        › 
        ›     return $this->cloner->cloneVar($var);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:53 {
        Symfony\Component\Validator\DataCollector\ValidatorDataCollector->reset() …
        › $this->data = [    'calls' => $this->cloneVar([]),    'violations_count' => 0,
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:37 {
        Symfony\Component\Validator\DataCollector\ValidatorDataCollector->__construct(TraceableValidator $validator) …
        ›     $this->validator = $validator;    $this->reset();}
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:1913 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getProfilerService() …
        › $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));$instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5699 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getProfilerListenerService() …
        › {    return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);}
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:1397 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->ContainerMkxlH3I\{closure} …
        › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › 
        › $this->preProcess($eventName);try {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
        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/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:112 {
        Symfony\Component\HttpKernel\HttpKernel->terminateWithException(Throwable $exception, Request $request = null) …
        › 
        › $response = $this->handleThrowable($exception, $request, self::MASTER_REQUEST);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:120 {
        Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::Symfony\Component\HttpKernel\EventListener\{closure} …
        ›     $hasRun = true;    $kernel->terminateWithException($e, $request);};
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/error-handler/ErrorHandler.php:599 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleException(Throwable $exception) …
        › if (null !== $exceptionHandler) {    return $exceptionHandler($exception);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/error-handler/ErrorHandler.php:687 {
        Symfony\Component\ErrorHandler\ErrorHandler::handleFatalError(array $error = null): void …
        ›     self::$exitCode = 255;    $handler->handleException($fatalError);}
      }
      Symfony\Component\ErrorHandler\ErrorHandler::handleFatalError() {}
    }
  }
]
{
  /home/gwmaeusugb/sf4agenceimmo/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/gwmaeusugb/sf4agenceimmo/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:252 {
    Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner\{closure} …
    › if ($this->prevErrorHandler) {    return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/var-dumper/Cloner/Data.php:20 {
    Symfony\Component\VarDumper\Cloner\AbstractCloner->cloneVar($var, $filter = 0) …
    ›  */class Data implements \ArrayAccess, \Countable, \IteratorAggregate{
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/DataCollector/DataCollector.php:85 {
    Symfony\Component\HttpKernel\DataCollector\DataCollector->cloneVar($var) …
    › 
    ›     return $this->cloner->cloneVar($var);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:53 {
    Symfony\Component\Validator\DataCollector\ValidatorDataCollector->reset() …
    › $this->data = [    'calls' => $this->cloneVar([]),    'violations_count' => 0,
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:37 {
    Symfony\Component\Validator\DataCollector\ValidatorDataCollector->__construct(TraceableValidator $validator) …
    ›     $this->validator = $validator;    $this->reset();}
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:1913 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getProfilerService() …
    › $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));$instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5699 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getProfilerListenerService() …
    › {    return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);}
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:1397 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->ContainerMkxlH3I\{closure} …
    › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › 
    › $this->preProcess($eventName);try {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
    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/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:112 {
    Symfony\Component\HttpKernel\HttpKernel->terminateWithException(Throwable $exception, Request $request = null) …
    › 
    › $response = $this->handleThrowable($exception, $request, self::MASTER_REQUEST);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:120 {
    Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::Symfony\Component\HttpKernel\EventListener\{closure} …
    ›     $hasRun = true;    $kernel->terminateWithException($e, $request);};
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/error-handler/ErrorHandler.php:599 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleException(Throwable $exception) …
    › if (null !== $exceptionHandler) {    return $exceptionHandler($exception);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/error-handler/ErrorHandler.php:687 {
    Symfony\Component\ErrorHandler\ErrorHandler::handleFatalError(array $error = null): void …
    ›     self::$exitCode = 255;    $handler->handleException($fatalError);}
  }
  Symfony\Component\ErrorHandler\ErrorHandler::handleFatalError() {}
}
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 {#750
    #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/gwmaeusugb/sf4agenceimmo/vendor/symfony/var-dumper/Cloner/Data.php"
    #line: 114
    #severity: E_DEPRECATED
    trace: {
      /home/gwmaeusugb/sf4agenceimmo/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/gwmaeusugb/sf4agenceimmo/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:252 {
        Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner\{closure} …
        › if ($this->prevErrorHandler) {    return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/var-dumper/Cloner/Data.php:20 {
        Symfony\Component\VarDumper\Cloner\AbstractCloner->cloneVar($var, $filter = 0) …
        ›  */class Data implements \ArrayAccess, \Countable, \IteratorAggregate{
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/DataCollector/DataCollector.php:85 {
        Symfony\Component\HttpKernel\DataCollector\DataCollector->cloneVar($var) …
        › 
        ›     return $this->cloner->cloneVar($var);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:53 {
        Symfony\Component\Validator\DataCollector\ValidatorDataCollector->reset() …
        › $this->data = [    'calls' => $this->cloneVar([]),    'violations_count' => 0,
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:37 {
        Symfony\Component\Validator\DataCollector\ValidatorDataCollector->__construct(TraceableValidator $validator) …
        ›     $this->validator = $validator;    $this->reset();}
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:1913 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getProfilerService() …
        › $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));$instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5699 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getProfilerListenerService() …
        › {    return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);}
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:1397 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->ContainerMkxlH3I\{closure} …
        › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › 
        › $this->preProcess($eventName);try {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
        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/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:112 {
        Symfony\Component\HttpKernel\HttpKernel->terminateWithException(Throwable $exception, Request $request = null) …
        › 
        › $response = $this->handleThrowable($exception, $request, self::MASTER_REQUEST);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:120 {
        Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::Symfony\Component\HttpKernel\EventListener\{closure} …
        ›     $hasRun = true;    $kernel->terminateWithException($e, $request);};
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/error-handler/ErrorHandler.php:599 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleException(Throwable $exception) …
        › if (null !== $exceptionHandler) {    return $exceptionHandler($exception);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/error-handler/ErrorHandler.php:687 {
        Symfony\Component\ErrorHandler\ErrorHandler::handleFatalError(array $error = null): void …
        ›     self::$exitCode = 255;    $handler->handleException($fatalError);}
      }
      Symfony\Component\ErrorHandler\ErrorHandler::handleFatalError() {}
    }
  }
]
{
  /home/gwmaeusugb/sf4agenceimmo/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/gwmaeusugb/sf4agenceimmo/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:252 {
    Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner\{closure} …
    › if ($this->prevErrorHandler) {    return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/var-dumper/Cloner/Data.php:20 {
    Symfony\Component\VarDumper\Cloner\AbstractCloner->cloneVar($var, $filter = 0) …
    ›  */class Data implements \ArrayAccess, \Countable, \IteratorAggregate{
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/DataCollector/DataCollector.php:85 {
    Symfony\Component\HttpKernel\DataCollector\DataCollector->cloneVar($var) …
    › 
    ›     return $this->cloner->cloneVar($var);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:53 {
    Symfony\Component\Validator\DataCollector\ValidatorDataCollector->reset() …
    › $this->data = [    'calls' => $this->cloneVar([]),    'violations_count' => 0,
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:37 {
    Symfony\Component\Validator\DataCollector\ValidatorDataCollector->__construct(TraceableValidator $validator) …
    ›     $this->validator = $validator;    $this->reset();}
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:1913 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getProfilerService() …
    › $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));$instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5699 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getProfilerListenerService() …
    › {    return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);}
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:1397 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->ContainerMkxlH3I\{closure} …
    › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › 
    › $this->preProcess($eventName);try {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
    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/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:112 {
    Symfony\Component\HttpKernel\HttpKernel->terminateWithException(Throwable $exception, Request $request = null) …
    › 
    › $response = $this->handleThrowable($exception, $request, self::MASTER_REQUEST);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:120 {
    Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::Symfony\Component\HttpKernel\EventListener\{closure} …
    ›     $hasRun = true;    $kernel->terminateWithException($e, $request);};
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/error-handler/ErrorHandler.php:599 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleException(Throwable $exception) …
    › if (null !== $exceptionHandler) {    return $exceptionHandler($exception);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/error-handler/ErrorHandler.php:687 {
    Symfony\Component\ErrorHandler\ErrorHandler::handleFatalError(array $error = null): void …
    ›     self::$exitCode = 255;    $handler->handleException($fatalError);}
  }
  Symfony\Component\ErrorHandler\ErrorHandler::handleFatalError() {}
}
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 {#748
    #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/gwmaeusugb/sf4agenceimmo/vendor/symfony/var-dumper/Cloner/Data.php"
    #line: 122
    #severity: E_DEPRECATED
    trace: {
      /home/gwmaeusugb/sf4agenceimmo/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/gwmaeusugb/sf4agenceimmo/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:252 {
        Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner\{closure} …
        › if ($this->prevErrorHandler) {    return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/var-dumper/Cloner/Data.php:20 {
        Symfony\Component\VarDumper\Cloner\AbstractCloner->cloneVar($var, $filter = 0) …
        ›  */class Data implements \ArrayAccess, \Countable, \IteratorAggregate{
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/DataCollector/DataCollector.php:85 {
        Symfony\Component\HttpKernel\DataCollector\DataCollector->cloneVar($var) …
        › 
        ›     return $this->cloner->cloneVar($var);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:53 {
        Symfony\Component\Validator\DataCollector\ValidatorDataCollector->reset() …
        › $this->data = [    'calls' => $this->cloneVar([]),    'violations_count' => 0,
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:37 {
        Symfony\Component\Validator\DataCollector\ValidatorDataCollector->__construct(TraceableValidator $validator) …
        ›     $this->validator = $validator;    $this->reset();}
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:1913 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getProfilerService() …
        › $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));$instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5699 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getProfilerListenerService() …
        › {    return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);}
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:1397 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->ContainerMkxlH3I\{closure} …
        › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › 
        › $this->preProcess($eventName);try {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
        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/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:112 {
        Symfony\Component\HttpKernel\HttpKernel->terminateWithException(Throwable $exception, Request $request = null) …
        › 
        › $response = $this->handleThrowable($exception, $request, self::MASTER_REQUEST);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:120 {
        Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::Symfony\Component\HttpKernel\EventListener\{closure} …
        ›     $hasRun = true;    $kernel->terminateWithException($e, $request);};
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/error-handler/ErrorHandler.php:599 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleException(Throwable $exception) …
        › if (null !== $exceptionHandler) {    return $exceptionHandler($exception);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/error-handler/ErrorHandler.php:687 {
        Symfony\Component\ErrorHandler\ErrorHandler::handleFatalError(array $error = null): void …
        ›     self::$exitCode = 255;    $handler->handleException($fatalError);}
      }
      Symfony\Component\ErrorHandler\ErrorHandler::handleFatalError() {}
    }
  }
]
{
  /home/gwmaeusugb/sf4agenceimmo/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/gwmaeusugb/sf4agenceimmo/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:252 {
    Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner\{closure} …
    › if ($this->prevErrorHandler) {    return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/var-dumper/Cloner/Data.php:20 {
    Symfony\Component\VarDumper\Cloner\AbstractCloner->cloneVar($var, $filter = 0) …
    ›  */class Data implements \ArrayAccess, \Countable, \IteratorAggregate{
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/DataCollector/DataCollector.php:85 {
    Symfony\Component\HttpKernel\DataCollector\DataCollector->cloneVar($var) …
    › 
    ›     return $this->cloner->cloneVar($var);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:53 {
    Symfony\Component\Validator\DataCollector\ValidatorDataCollector->reset() …
    › $this->data = [    'calls' => $this->cloneVar([]),    'violations_count' => 0,
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:37 {
    Symfony\Component\Validator\DataCollector\ValidatorDataCollector->__construct(TraceableValidator $validator) …
    ›     $this->validator = $validator;    $this->reset();}
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:1913 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getProfilerService() …
    › $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));$instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:5699 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getProfilerListenerService() …
    › {    return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);}
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:1397 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->ContainerMkxlH3I\{closure} …
    › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › 
    › $this->preProcess($eventName);try {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
    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/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:112 {
    Symfony\Component\HttpKernel\HttpKernel->terminateWithException(Throwable $exception, Request $request = null) …
    › 
    › $response = $this->handleThrowable($exception, $request, self::MASTER_REQUEST);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:120 {
    Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::Symfony\Component\HttpKernel\EventListener\{closure} …
    ›     $hasRun = true;    $kernel->terminateWithException($e, $request);};
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/error-handler/ErrorHandler.php:599 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleException(Throwable $exception) …
    › if (null !== $exceptionHandler) {    return $exceptionHandler($exception);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/error-handler/ErrorHandler.php:687 {
    Symfony\Component\ErrorHandler\ErrorHandler::handleFatalError(array $error = null): void …
    ›     self::$exitCode = 255;    $handler->handleException($fatalError);}
  }
  Symfony\Component\ErrorHandler\ErrorHandler::handleFatalError() {}
}
php Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated
[
  "exception" => ErrorException {#1291
    #message: "Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated"
    #code: 0
    #file: "/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Response.php"
    #line: 1240
    #severity: E_DEPRECATED
    trace: {
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Response.php:1240 {
        Symfony\Component\HttpFoundation\Response->ensureIEOverSSLCompatibility(Request $request): void …
        › {    if (false !== stripos($this->headers->get('Content-Disposition'), 'attachment') && 1 == preg_match('/MSIE (.*?);/i', $request->server->get('HTTP_USER_AGENT'), $match) && true === $request->isSecure()) {        if ((int) preg_replace('/(MSIE )(.*?);/', '$2', $match[0]) < 9) {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Response.php:319 {
        Symfony\Component\HttpFoundation\Response->prepare(Request $request) …
        › 
        › $this->ensureIEOverSSLCompatibility($request);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ResponseListener.php:49 {
        Symfony\Component\HttpKernel\EventListener\ResponseListener->onKernelResponse(FilterResponseEvent $event) …
        › 
        ›     $response->prepare($event->getRequest());}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
        › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:191 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:245 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › try {    return $this->filterResponse($response, $request, $type);} catch (\Exception $e) {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:112 {
        Symfony\Component\HttpKernel\HttpKernel->terminateWithException(Throwable $exception, Request $request = null) …
        › 
        › $response = $this->handleThrowable($exception, $request, self::MASTER_REQUEST);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:120 {
        Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::Symfony\Component\HttpKernel\EventListener\{closure} …
        ›     $hasRun = true;    $kernel->terminateWithException($e, $request);};
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/error-handler/ErrorHandler.php:599 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleException(Throwable $exception) …
        › if (null !== $exceptionHandler) {    return $exceptionHandler($exception);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/error-handler/ErrorHandler.php:687 {
        Symfony\Component\ErrorHandler\ErrorHandler::handleFatalError(array $error = null): void …
        ›     self::$exitCode = 255;    $handler->handleException($fatalError);}
      }
      Symfony\Component\ErrorHandler\ErrorHandler::handleFatalError() {}
    }
  }
]
{
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Response.php:1240 {
    Symfony\Component\HttpFoundation\Response->ensureIEOverSSLCompatibility(Request $request): void …
    › {    if (false !== stripos($this->headers->get('Content-Disposition'), 'attachment') && 1 == preg_match('/MSIE (.*?);/i', $request->server->get('HTTP_USER_AGENT'), $match) && true === $request->isSecure()) {        if ((int) preg_replace('/(MSIE )(.*?);/', '$2', $match[0]) < 9) {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-foundation/Response.php:319 {
    Symfony\Component\HttpFoundation\Response->prepare(Request $request) …
    › 
    › $this->ensureIEOverSSLCompatibility($request);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ResponseListener.php:49 {
    Symfony\Component\HttpKernel\EventListener\ResponseListener->onKernelResponse(FilterResponseEvent $event) …
    › 
    ›     $response->prepare($event->getRequest());}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:191 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:245 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › try {    return $this->filterResponse($response, $request, $type);} catch (\Exception $e) {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:112 {
    Symfony\Component\HttpKernel\HttpKernel->terminateWithException(Throwable $exception, Request $request = null) …
    › 
    › $response = $this->handleThrowable($exception, $request, self::MASTER_REQUEST);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:120 {
    Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::Symfony\Component\HttpKernel\EventListener\{closure} …
    ›     $hasRun = true;    $kernel->terminateWithException($e, $request);};
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/error-handler/ErrorHandler.php:599 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleException(Throwable $exception) …
    › if (null !== $exceptionHandler) {    return $exceptionHandler($exception);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/error-handler/ErrorHandler.php:687 {
    Symfony\Component\ErrorHandler\ErrorHandler::handleFatalError(array $error = null): void …
    ›     self::$exitCode = 255;    $handler->handleException($fatalError);}
  }
  Symfony\Component\ErrorHandler\ErrorHandler::handleFatalError() {}
}
php Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated
[
  "exception" => ErrorException {#1345
    #message: "Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated"
    #code: 0
    #file: "/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php"
    #line: 106
    #severity: E_DEPRECATED
    trace: {
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php:106 {
        Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener->onKernelResponse(FilterResponseEvent $event) …
        ›     || 'html' !== $request->getRequestFormat()    || false !== stripos($response->headers->get('Content-Disposition'), 'attachment;')) {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
        › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:191 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:245 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › try {    return $this->filterResponse($response, $request, $type);} catch (\Exception $e) {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:112 {
        Symfony\Component\HttpKernel\HttpKernel->terminateWithException(Throwable $exception, Request $request = null) …
        › 
        › $response = $this->handleThrowable($exception, $request, self::MASTER_REQUEST);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:120 {
        Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::Symfony\Component\HttpKernel\EventListener\{closure} …
        ›     $hasRun = true;    $kernel->terminateWithException($e, $request);};
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/error-handler/ErrorHandler.php:599 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleException(Throwable $exception) …
        › if (null !== $exceptionHandler) {    return $exceptionHandler($exception);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/error-handler/ErrorHandler.php:687 {
        Symfony\Component\ErrorHandler\ErrorHandler::handleFatalError(array $error = null): void …
        ›     self::$exitCode = 255;    $handler->handleException($fatalError);}
      }
      Symfony\Component\ErrorHandler\ErrorHandler::handleFatalError() {}
    }
  }
]
{
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php:106 {
    Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener->onKernelResponse(FilterResponseEvent $event) …
    ›     || 'html' !== $request->getRequestFormat()    || false !== stripos($response->headers->get('Content-Disposition'), 'attachment;')) {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:191 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:245 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › try {    return $this->filterResponse($response, $request, $type);} catch (\Exception $e) {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:112 {
    Symfony\Component\HttpKernel\HttpKernel->terminateWithException(Throwable $exception, Request $request = null) …
    › 
    › $response = $this->handleThrowable($exception, $request, self::MASTER_REQUEST);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:120 {
    Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::Symfony\Component\HttpKernel\EventListener\{closure} …
    ›     $hasRun = true;    $kernel->terminateWithException($e, $request);};
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/error-handler/ErrorHandler.php:599 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleException(Throwable $exception) …
    › if (null !== $exceptionHandler) {    return $exceptionHandler($exception);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/error-handler/ErrorHandler.php:687 {
    Symfony\Component\ErrorHandler\ErrorHandler::handleFatalError(array $error = null): void …
    ›     self::$exitCode = 255;    $handler->handleException($fatalError);}
  }
  Symfony\Component\ErrorHandler\ErrorHandler::handleFatalError() {}
}
php Deprecated: Optional parameter $format declared before required parameter $context is implicitly treated as a required parameter
[
  "exception" => ErrorException {#960
    #message: "Deprecated: Optional parameter $format declared before required parameter $context is implicitly treated as a required parameter"
    #code: 0
    #file: "/home/gwmaeusugb/sf4agenceimmo/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php"
    #line: 248
    #severity: E_DEPRECATED
    trace: {
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php:248 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */protected function getAttributes($object, $format = null, array $context){
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:2118 {
        include_once …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:2118 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSerializerService() …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
      }
      /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:1304 {
        ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getErrorControllerService() …
        › 
        ›     return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'error_controller', new \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer(($this->services['serializer'] ?? $this->getSerializerService()), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug($a, true)), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($a, true)));}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Container.php:257 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Container.php:231 {
        Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
        › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController($class) …
        › if ($this->container->has($class)) {    return $this->container->get($class);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:70 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController($class) …
        › {    return $this->configureController(parent::instantiateController($class), $class);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Controller/ControllerResolver.php:110 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->createController($controller) …
        › if (false === strpos($controller, '::')) {    $controller = $this->instantiateController($controller);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController($controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:62 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->createController($controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
        › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
        Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
        › 
        › $ret = $this->resolver->getController($request);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:141 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › // load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
        › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
        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/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:112 {
        Symfony\Component\HttpKernel\HttpKernel->terminateWithException(Throwable $exception, Request $request = null) …
        › 
        › $response = $this->handleThrowable($exception, $request, self::MASTER_REQUEST);}
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:120 {
        Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::Symfony\Component\HttpKernel\EventListener\{closure} …
        ›     $hasRun = true;    $kernel->terminateWithException($e, $request);};
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/error-handler/ErrorHandler.php:599 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleException(Throwable $exception) …
        › if (null !== $exceptionHandler) {    return $exceptionHandler($exception);}
      }
      /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/error-handler/ErrorHandler.php:687 {
        Symfony\Component\ErrorHandler\ErrorHandler::handleFatalError(array $error = null): void …
        ›     self::$exitCode = 255;    $handler->handleException($fatalError);}
      }
      Symfony\Component\ErrorHandler\ErrorHandler::handleFatalError() {}
    }
  }
]
{
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php:248 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */protected function getAttributes($object, $format = null, array $context){
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:2118 {
    include_once …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:2118 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getSerializerService() …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  }
  /home/gwmaeusugb/sf4agenceimmo/var/cache/dev/ContainerMkxlH3I/srcApp_KernelDevDebugContainer.php:1304 {
    ContainerMkxlH3I\srcApp_KernelDevDebugContainer->getErrorControllerService() …
    › 
    ›     return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'error_controller', new \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer(($this->services['serializer'] ?? $this->getSerializerService()), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug($a, true)), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($a, true)));}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Container.php:257 {
    Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
    › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/dependency-injection/Container.php:231 {
    Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
    › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController($class) …
    › if ($this->container->has($class)) {    return $this->container->get($class);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:70 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController($class) …
    › {    return $this->configureController(parent::instantiateController($class), $class);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Controller/ControllerResolver.php:110 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->createController($controller) …
    › if (false === strpos($controller, '::')) {    $controller = $this->instantiateController($controller);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController($controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:62 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->createController($controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
    › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
    Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
    › 
    › $ret = $this->resolver->getController($request);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:141 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › // load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:80 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:219 {
    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/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/HttpKernel.php:112 {
    Symfony\Component\HttpKernel\HttpKernel->terminateWithException(Throwable $exception, Request $request = null) …
    › 
    › $response = $this->handleThrowable($exception, $request, self::MASTER_REQUEST);}
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:120 {
    Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::Symfony\Component\HttpKernel\EventListener\{closure} …
    ›     $hasRun = true;    $kernel->terminateWithException($e, $request);};
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/error-handler/ErrorHandler.php:599 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleException(Throwable $exception) …
    › if (null !== $exceptionHandler) {    return $exceptionHandler($exception);}
  }
  /home/gwmaeusugb/sf4agenceimmo/vendor/symfony/error-handler/ErrorHandler.php:687 {
    Symfony\Component\ErrorHandler\ErrorHandler::handleFatalError(array $error = null): void …
    ›     self::$exitCode = 255;    $handler->handleException($fatalError);}
  }
  Symfony\Component\ErrorHandler\ErrorHandler::handleFatalError() {}
}
n/a (2 times) A tree builder without a root node is deprecated since Symfony 4.2 and will not be supported anymore in 5.0.
n/a (2 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "recaptcha" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.

Debug 78

Unimportant log messages generated during the execution of the application.

Time Channel Message
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::resolveControllerName"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::resolveControllerName"
]
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.request"
to listener
"Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
]
event Notified event
"kernel.controller"
to listener
"Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
]
event Notified event
"kernel.controller_arguments"
to listener
"Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
]
event Notified event
"kernel.controller_arguments"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
]
event Notified event
"kernel.controller_arguments"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
]
event Notified event
"kernel.exception"
to listener
"Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException"
]
event Notified event
"kernel.exception"
to listener
"Symfony\WebpackEncoreBundle\EventListener\ExceptionListener::onKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\WebpackEncoreBundle\EventListener\ExceptionListener::onKernelException"
]
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\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener::onException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener::onException"
]
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
"Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\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
"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\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::resolveControllerName"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::resolveControllerName"
]
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.request"
to listener
"Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
]
event Notified event
"kernel.controller"
to listener
"Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
]
event Notified event
"kernel.controller_arguments"
to listener
"Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
]
event Notified event
"kernel.controller_arguments"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
]
event Notified event
"kernel.controller_arguments"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\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"
]

Container 1008

Log messages generated during the compilation of the service container.

Class Messages
Liip\ImagineBundle\DependencyInjection\Compiler\LoadersCompilerPass
  • [liip/imagine-bundle] Registered binary loader: liip_imagine.binary.loader.default
1
Liip\ImagineBundle\DependencyInjection\Compiler\FiltersCompilerPass
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.relative_resize
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.resize
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.thumbnail
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.crop
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.grayscale
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.paste_image
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.paste
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.watermark
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.watermark_image
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.background
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.strip
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.scale
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.upscale
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.downscale
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.auto_rotate
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.rotate
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.flip
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.interlace
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.resample
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.fixed
20
Liip\ImagineBundle\DependencyInjection\Compiler\PostProcessorsCompilerPass
  • [liip/imagine-bundle] Registered filter post-processor: liip_imagine.filter.post_processor.jpegoptim
  • [liip/imagine-bundle] Registered filter post-processor: liip_imagine.filter.post_processor.optipng
  • [liip/imagine-bundle] Registered filter post-processor: liip_imagine.filter.post_processor.pngquant
  • [liip/imagine-bundle] Registered filter post-processor: liip_imagine.filter.post_processor.mozjpeg
4
Liip\ImagineBundle\DependencyInjection\Compiler\ResolversCompilerPass
  • [liip/imagine-bundle] Registered cache resolver: liip_imagine.cache.resolver.default
  • [liip/imagine-bundle] Registered cache resolver: liip_imagine.cache.resolver.no_cache_web_path
2
Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminHomeController" (parent: .abstract.instanceof.App\Controller\Admin\AdminHomeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminHomeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminHomeController).
  • Resolving inheritance for "App\Controller\Admin\AdminHomeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminHomeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminPictureController" (parent: .abstract.instanceof.App\Controller\Admin\AdminPictureController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminPictureController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminPictureController).
  • Resolving inheritance for "App\Controller\Admin\AdminPictureController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminPictureController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminPropertyController" (parent: .abstract.instanceof.App\Controller\Admin\AdminPropertyController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminPropertyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminPropertyController).
  • Resolving inheritance for "App\Controller\Admin\AdminPropertyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminPropertyController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminPropertyOptionController" (parent: .abstract.instanceof.App\Controller\Admin\AdminPropertyOptionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminPropertyOptionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminPropertyOptionController).
  • Resolving inheritance for "App\Controller\Admin\AdminPropertyOptionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminPropertyOptionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeController" (parent: .abstract.instanceof.App\Controller\HomeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeController).
  • Resolving inheritance for "App\Controller\HomeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PropertyController" (parent: .abstract.instanceof.App\Controller\PropertyController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PropertyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PropertyController).
  • Resolving inheritance for "App\Controller\PropertyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PropertyController).
  • 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.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures" (parent: .abstract.instanceof.App\DataFixtures\AppFixtures).
  • Resolving inheritance for "App\DataFixtures\AppFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\PropertyFixture" (parent: .abstract.instanceof.App\DataFixtures\PropertyFixture).
  • Resolving inheritance for "App\DataFixtures\PropertyFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\PropertyFixture).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\UserFixtures" (parent: .abstract.instanceof.App\DataFixtures\UserFixtures).
  • Resolving inheritance for "App\DataFixtures\UserFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\UserFixtures).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactType" (parent: .abstract.instanceof.App\Form\ContactType).
  • Resolving inheritance for "App\Form\ContactType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PropertyOptionType" (parent: .abstract.instanceof.App\Form\PropertyOptionType).
  • Resolving inheritance for "App\Form\PropertyOptionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PropertyOptionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PropertySearchType" (parent: .abstract.instanceof.App\Form\PropertySearchType).
  • Resolving inheritance for "App\Form\PropertySearchType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PropertySearchType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PropertyType" (parent: .abstract.instanceof.App\Form\PropertyType).
  • Resolving inheritance for "App\Form\PropertyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PropertyType).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PictureRepository" (parent: .abstract.instanceof.App\Repository\PictureRepository).
  • Resolving inheritance for "App\Repository\PictureRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PictureRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PropertyOptionRepository" (parent: .abstract.instanceof.App\Repository\PropertyOptionRepository).
  • Resolving inheritance for "App\Repository\PropertyOptionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PropertyOptionRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PropertyRepository" (parent: .abstract.instanceof.App\Repository\PropertyRepository).
  • Resolving inheritance for "App\Repository\PropertyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PropertyRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository" (parent: .abstract.instanceof.App\Repository\UserRepository).
  • Resolving inheritance for "App\Repository\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.Twig\CacheExtension\Extension" (parent: .abstract.instanceof.Twig\CacheExtension\Extension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Twig\CacheExtension\Extension" (parent: .instanceof.Twig_ExtensionInterface.0.Twig\CacheExtension\Extension).
  • Resolving inheritance for "Twig\CacheExtension\Extension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Twig\CacheExtension\Extension).
  • 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._version__default" (parent: assets.json_manifest_version_strategy).
  • Resolving inheritance for "assets._default_package" (parent: assets.path_package).
  • Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
  • Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
  • Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
  • Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
  • Resolving inheritance for "doctrine.dbal.logger.profiling.default" (parent: doctrine.dbal.logger.profiling).
  • Resolving inheritance for "doctrine.dbal.logger.chain.default" (parent: doctrine.dbal.logger.chain).
  • Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
  • Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
  • Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
  • Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
  • Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
  • Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
  • Resolving inheritance for "security.authentication.listener.form" (parent: security.authentication.listener.abstract).
  • Resolving inheritance for "security.authentication.listener.simple_form" (parent: security.authentication.listener.abstract).
  • Resolving inheritance for "security.authentication.rememberme.services.persistent" (parent: security.authentication.rememberme.services.abstract).
  • Resolving inheritance for "security.authentication.rememberme.services.simplehash" (parent: security.authentication.rememberme.services.abstract).
  • Resolving inheritance for "security.user.provider.concrete.from_database" (parent: doctrine.orm.security.user.provider).
  • Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
  • Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
  • Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
  • Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
  • Resolving inheritance for "security.logout.success_handler.main" (parent: security.logout.success_handler).
  • Resolving inheritance for "security.authentication.provider.dao.main" (parent: security.authentication.provider.dao).
  • Resolving inheritance for "security.authentication.success_handler.main.form_login" (parent: security.authentication.success_handler).
  • Resolving inheritance for "security.authentication.failure_handler.main.form_login" (parent: security.authentication.failure_handler).
  • Resolving inheritance for "security.authentication.listener.form.main" (parent: security.authentication.listener.form).
  • Resolving inheritance for "security.authentication.form_entry_point.main" (parent: security.authentication.form_entry_point).
  • Resolving inheritance for "security.authentication.listener.anonymous.main" (parent: security.authentication.listener.anonymous).
  • Resolving inheritance for "security.authentication.provider.anonymous.main" (parent: security.authentication.provider.anonymous).
  • Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.lazy_context).
  • Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
  • Resolving inheritance for "Vich\UploaderBundle\Naming\UniqidNamer.property_image" (parent: Vich\UploaderBundle\Naming\UniqidNamer).
  • Resolving inheritance for "vich_uploader.listener.inject.orm" (parent: vich_uploader.listener.doctrine.base).
  • Resolving inheritance for "vich_uploader.listener.upload.orm" (parent: vich_uploader.listener.doctrine.base).
  • Resolving inheritance for "vich_uploader.listener.clean.orm" (parent: vich_uploader.listener.doctrine.base).
  • Resolving inheritance for "vich_uploader.listener.remove.orm" (parent: vich_uploader.listener.doctrine.base).
  • Resolving inheritance for "vich_uploader.listener.inject.mongodb" (parent: vich_uploader.listener.inject.orm).
  • Resolving inheritance for "vich_uploader.listener.upload.mongodb" (parent: vich_uploader.listener.upload.orm).
  • Resolving inheritance for "vich_uploader.listener.clean.mongodb" (parent: vich_uploader.listener.clean.orm).
  • Resolving inheritance for "vich_uploader.listener.remove.mongodb" (parent: vich_uploader.listener.remove.orm).
  • Resolving inheritance for "vich_uploader.listener.inject.phpcr" (parent: vich_uploader.listener.inject.orm).
  • Resolving inheritance for "vich_uploader.listener.upload.phpcr" (parent: vich_uploader.listener.upload.orm).
  • Resolving inheritance for "vich_uploader.listener.clean.phpcr" (parent: vich_uploader.listener.clean.orm).
  • Resolving inheritance for "vich_uploader.listener.remove.phpcr" (parent: vich_uploader.listener.remove.orm).
  • Resolving inheritance for "vich_uploader.listener.clean.property_image" (parent: vich_uploader.listener.clean.orm).
  • Resolving inheritance for "vich_uploader.listener.remove.property_image" (parent: vich_uploader.listener.remove.orm).
  • Resolving inheritance for "vich_uploader.listener.upload.property_image" (parent: vich_uploader.listener.upload.orm).
  • Resolving inheritance for "liip_imagine.cache.resolver.default" (parent: liip_imagine.cache.resolver.prototype.web_path).
  • Resolving inheritance for "liip_imagine.binary.loader.default" (parent: liip_imagine.binary.loader.prototype.filesystem).
  • Resolving inheritance for "liip_imagine.binary.loader.default" (parent: liip_imagine.binary.locator.filesystem).
  • Resolving inheritance for "swiftmailer.mailer.default.transport.eventdispatcher" (parent: swiftmailer.transport.eventdispatcher.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default" (parent: swiftmailer.mailer.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.spool.memory" (parent: swiftmailer.spool.memory.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.transport.spool" (parent: swiftmailer.transport.spool.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.plugin.redirecting" (parent: swiftmailer.plugin.redirecting.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.plugin.messagelogger" (parent: swiftmailer.plugin.messagelogger.abstract).
  • Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
  • Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_functional_test" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_subscriber" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_unit_test" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
148
Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass
  • Removed service "Psr\Container\ContainerInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
  • Removed service "controller_name_converter"; reason: private alias.
  • Removed service "resolve_controller_name_subscriber"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
  • Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
  • Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
  • Removed service "error_renderer.html"; reason: private alias.
  • Removed service "error_renderer"; reason: private alias.
  • Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
  • Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
  • Removed service "Psr\SimpleCache\CacheInterface"; reason: private alias.
  • Removed service "Symfony\Component\Cache\Adapter\AdapterInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
  • Removed service "Symfony\Component\Translation\TranslatorInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
  • Removed service "cache.default_redis_provider"; reason: private alias.
  • Removed service "cache.default_memcached_provider"; reason: private alias.
  • Removed service "cache.default_pdo_provider"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface"; reason: private alias.
  • Removed service "SessionHandlerInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface"; reason: private alias.
  • Removed service "session.storage.filesystem"; reason: private alias.
  • Removed service "session.storage"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
  • Removed service "form.property_accessor"; reason: private alias.
  • Removed service "form.choice_list_factory"; reason: private alias.
  • Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
  • Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
  • Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
  • Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
  • Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
  • Removed service "translator.formatter"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\Debug\FileLinkFormatter"; reason: private alias.
  • Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
  • Removed service "annotation_reader"; reason: private alias.
  • Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
  • Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
  • Removed service "serializer.property_accessor"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
  • Removed service "error_renderer.serializer"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
  • Removed service "Twig_Environment"; reason: private alias.
  • Removed service "Twig\Environment"; reason: private alias.
  • Removed service "sensio_framework_extra.converter.doctrine.orm.expression_language"; reason: private alias.
  • Removed service "sensio_framework_extra.security.expression_language"; reason: private alias.
  • Removed service "Doctrine\DBAL\Driver\Connection"; reason: private alias.
  • Removed service "Doctrine\DBAL\Connection"; reason: private alias.
  • Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
  • Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
  • Removed service "doctrine.dbal.event_manager"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
  • Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
  • Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
  • Removed service "doctrine.orm.default_result_cache"; reason: private alias.
  • Removed service "doctrine.orm.default_query_cache"; reason: private alias.
  • Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
  • Removed service "security.encoder_factory"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
  • Removed service "Symfony\Component\Security\Guard\GuardAuthenticatorHandler"; reason: private alias.
  • Removed service "security.firewall"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
  • Removed service "security.authentication.session_strategy.main"; reason: private alias.
  • Removed service "security.user_checker.main"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
  • Removed service "logger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface"; reason: private alias.
  • Removed service "Knp\Component\Pager\PaginatorInterface"; reason: private alias.
  • Removed service "vich_uploader.storage"; reason: private alias.
  • Removed service "Vich\UploaderBundle\Storage\StorageInterface"; reason: private alias.
  • Removed service "Vich\UploaderBundle\Storage\FileSystemStorage"; reason: private alias.
  • Removed service "vich_uploader.metadata_driver"; reason: private alias.
  • Removed service "vich_uploader.metadata.cache"; reason: private alias.
  • Removed service "Vich\UploaderBundle\Mapping\PropertyMappingFactory"; reason: private alias.
  • Removed service "Vich\UploaderBundle\Handler\DownloadHandler"; reason: private alias.
  • Removed service "Vich\UploaderBundle\Handler\UploadHandler"; reason: private alias.
  • Removed service "Vich\UploaderBundle\Form\Type\VichFileType"; reason: private alias.
  • Removed service "Vich\UploaderBundle\Form\Type\VichImageType"; reason: private alias.
  • Removed service "Liip\ImagineBundle\Config\FilterFactoryCollection"; reason: private alias.
  • Removed service "Liip\ImagineBundle\Config\StackBuilder"; reason: private alias.
  • Removed service "Liip\ImagineBundle\Config\StackCollection"; reason: private alias.
  • Removed service "liip_imagine"; reason: private alias.
  • Removed service "Liip\ImagineBundle\Imagine\Cache\CacheManager"; reason: private alias.
  • Removed service "Liip\ImagineBundle\Imagine\Data\DataManager"; reason: private alias.
  • Removed service "Liip\ImagineBundle\Imagine\Filter\FilterManager"; reason: private alias.
  • Removed service "swiftmailer.mailer.default.transport"; reason: private alias.
  • Removed service "swiftmailer.mailer.default.spool"; reason: private alias.
  • Removed service "swiftmailer.spool"; reason: private alias.
  • Removed service "swiftmailer.transport.real"; reason: private alias.
  • Removed service "Swift_Spool"; reason: private alias.
  • Removed service "swiftmailer.plugin.redirecting"; reason: private alias.
  • Removed service "swiftmailer.plugin.messagelogger"; reason: private alias.
  • Removed service "swiftmailer.mailer"; reason: private alias.
  • Removed service "Swift_Mailer"; reason: private alias.
  • Removed service "Swift_Transport"; reason: private alias.
  • Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
  • Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; reason: private alias.
  • Removed service "ReCaptcha\RequestMethod"; reason: private alias.
  • Removed service "twig.loader.filesystem"; reason: private alias.
  • Removed service "argument_resolver.controller_locator"; reason: private alias.
  • Removed service "twig.loader"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
  • Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
  • Removed service ".service_locator.ISjGRTp"; reason: private alias.
  • Removed service ".service_locator..hJP5wj"; reason: private alias.
  • Removed service "translator.data_collector.inner"; reason: private alias.
  • Removed service "controller_resolver"; reason: private alias.
  • Removed service "argument_resolver"; reason: private alias.
  • Removed service "twig.error_renderer.html.inner"; reason: private alias.
  • Removed service "security.access.decision_manager"; reason: private alias.
  • Removed service "var_dumper.cli_dumper"; reason: private alias.
  • Removed service "argument_resolver.request_attribute"; reason: private alias.
  • Removed service "argument_resolver.request"; reason: private alias.
  • Removed service "argument_resolver.session"; reason: private alias.
  • Removed service "security.user_value_resolver"; reason: private alias.
  • Removed service "argument_resolver.service"; reason: private alias.
  • Removed service "argument_resolver.default"; reason: private alias.
  • Removed service "argument_resolver.variadic"; reason: private alias.
  • Removed service "argument_resolver.not_tagged_controller"; reason: private alias.
  • Removed service "http_client"; reason: private alias.
178
Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass
  • Changed reference of service "App\DataFixtures\UserFixtures" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
  • Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "services_resetter" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "console.command.event_dispatcher_debug" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
  • Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
  • Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_guesser.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.form.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "data_collector.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "router_listener" previously pointing to "router.default" to "router".
  • Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
  • Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
  • Changed reference of service "security.authentication.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
  • Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
  • Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
  • Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.simple_form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.simple_preauth" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.x509" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.json" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.remote_user" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.rememberme" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.guard_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.provider.guard" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.context_listener.0" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.form.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "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 "knp_paginator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "knp_paginator.helper.processor" previously pointing to "router.default" to "router".
  • Changed reference of service "knp_paginator.helper.processor" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "vich_uploader.upload_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "liip_imagine.cache.manager" previously pointing to "router.default" to "router".
  • Changed reference of service "liip_imagine.cache.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "swiftmailer.mailer.abstract" previously pointing to "swiftmailer.mailer.default.transport.spool" to "swiftmailer.transport".
  • Changed reference of service "swiftmailer.mailer.default" previously pointing to "swiftmailer.mailer.default.transport.spool" to "swiftmailer.transport".
  • Changed reference of service "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.vdmMuyE" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.XSes1R5" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.m90YCjy" previously pointing to "router.default" to "router".
68
Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass
  • Removed service "cache.adapter.system"; reason: abstract.
  • Removed service "cache.adapter.apcu"; reason: abstract.
  • Removed service "cache.adapter.doctrine"; reason: abstract.
  • Removed service "cache.adapter.filesystem"; reason: abstract.
  • Removed service "cache.adapter.psr6"; reason: abstract.
  • Removed service "cache.adapter.redis"; reason: abstract.
  • Removed service "cache.adapter.memcached"; reason: abstract.
  • Removed service "cache.adapter.pdo"; reason: abstract.
  • Removed service "cache.adapter.array"; reason: abstract.
  • Removed service "assets.path_package"; reason: abstract.
  • Removed service "assets.url_package"; reason: abstract.
  • Removed service "assets.static_version_strategy"; reason: abstract.
  • Removed service "assets.json_manifest_version_strategy"; reason: abstract.
  • Removed service "mailer.transport_factory.abstract"; reason: abstract.
  • Removed service "doctrine.dbal.logger.chain"; reason: abstract.
  • Removed service "doctrine.dbal.logger.profiling"; reason: abstract.
  • Removed service "doctrine.dbal.logger.backtrace"; reason: abstract.
  • Removed service "doctrine.dbal.connection"; reason: abstract.
  • Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
  • Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
  • Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
  • Removed service "doctrine.orm.configuration"; reason: abstract.
  • Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
  • Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
  • Removed service "doctrine.orm.security.user.provider"; reason: abstract.
  • Removed service "security.firewall.context"; reason: abstract.
  • Removed service "security.firewall.lazy_context"; reason: abstract.
  • Removed service "security.firewall.config"; reason: abstract.
  • Removed service "security.user.provider.missing"; reason: abstract.
  • Removed service "security.user.provider.in_memory"; reason: abstract.
  • Removed service "security.user.provider.in_memory.user"; reason: abstract.
  • Removed service "security.user.provider.ldap"; reason: abstract.
  • Removed service "security.user.provider.chain"; reason: abstract.
  • Removed service "security.logout_listener"; reason: abstract.
  • Removed service "security.logout.handler.cookie_clearing"; reason: abstract.
  • Removed service "security.logout.success_handler"; reason: abstract.
  • Removed service "security.authentication.form_entry_point"; reason: abstract.
  • Removed service "security.authentication.listener.abstract"; reason: abstract.
  • Removed service "security.authentication.custom_success_handler"; reason: abstract.
  • Removed service "security.authentication.success_handler"; reason: abstract.
  • Removed service "security.authentication.custom_failure_handler"; reason: abstract.
  • Removed service "security.authentication.failure_handler"; reason: abstract.
  • Removed service "security.authentication.listener.form"; reason: abstract.
  • Removed service "security.authentication.listener.simple_form"; reason: abstract.
  • Removed service "security.authentication.simple_success_failure_handler"; reason: abstract.
  • Removed service "security.authentication.listener.simple_preauth"; reason: abstract.
  • Removed service "security.authentication.listener.x509"; reason: abstract.
  • Removed service "security.authentication.listener.json"; reason: abstract.
  • Removed service "security.authentication.listener.remote_user"; reason: abstract.
  • Removed service "security.authentication.listener.basic"; reason: abstract.
  • Removed service "security.authentication.provider.dao"; reason: abstract.
  • Removed service "security.authentication.provider.ldap_bind"; reason: abstract.
  • Removed service "security.authentication.provider.simple"; reason: abstract.
  • Removed service "security.authentication.provider.pre_authenticated"; reason: abstract.
  • Removed service "security.exception_listener"; reason: abstract.
  • Removed service "security.authentication.switchuser_listener"; reason: abstract.
  • Removed service "security.authentication.listener.rememberme"; reason: abstract.
  • Removed service "security.authentication.provider.rememberme"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.abstract"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.persistent"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.simplehash"; reason: abstract.
  • Removed service "security.authentication.provider.guard"; reason: abstract.
  • Removed service "security.authentication.listener.guard"; reason: abstract.
  • Removed service "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 "vich_uploader.listener.doctrine.base"; reason: abstract.
  • Removed service "liip_imagine.binary.loader.prototype.flysystem"; reason: abstract.
  • Removed service "liip_imagine.binary.loader.prototype.chain"; reason: abstract.
  • Removed service "liip_imagine.cache.resolver.prototype.web_path"; reason: abstract.
  • Removed service "liip_imagine.cache.resolver.prototype.aws_s3"; reason: abstract.
  • Removed service "liip_imagine.cache.resolver.prototype.cache"; reason: abstract.
  • Removed service "liip_imagine.cache.resolver.prototype.flysystem"; reason: abstract.
  • Removed service "liip_imagine.cache.resolver.prototype.proxy"; reason: abstract.
  • Removed service "swiftmailer.mailer.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.smtp.configurator.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.sendmail.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.null.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.buffer.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.authhandler.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.eventdispatcher.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.redirecting.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.antiflood.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.impersonate.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.messagelogger.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.smtp.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.spool.abstract"; reason: abstract.
  • Removed service "swiftmailer.spool.file.abstract"; reason: abstract.
  • Removed service "swiftmailer.spool.memory.abstract"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminHomeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminHomeController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\AdminHomeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminPictureController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminPictureController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\AdminPictureController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminPropertyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminPropertyController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\AdminPropertyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminPropertyOptionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminPropertyOptionController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\AdminPropertyOptionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\HomeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PropertyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PropertyController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\PropertyController"; 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.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataFixtures\AppFixtures"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\PropertyFixture"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataFixtures\PropertyFixture"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\UserFixtures"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataFixtures\UserFixtures"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ContactType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PropertyOptionType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\PropertyOptionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PropertySearchType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\PropertySearchType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PropertyType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\PropertyType"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PictureRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PictureRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PropertyOptionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PropertyOptionRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PropertyRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PropertyRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\UserRepository"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.Twig\CacheExtension\Extension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Twig\CacheExtension\Extension"; reason: abstract.
  • Removed service ".abstract.instanceof.Twig\CacheExtension\Extension"; reason: abstract.
136
Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass
  • Removed service "EasyCorp\EasyLog\EasyLogHandler"; reason: unused.
  • Removed service "uri_signer"; reason: unused.
  • Removed service "reverse_container"; reason: unused.
  • Removed service "cache.app.simple"; reason: unused.
  • Removed service "cache.app.taggable"; reason: unused.
  • Removed service "translator.selector"; reason: unused.
  • Removed service ".cache_connection.GD_MSZC"; reason: unused.
  • Removed service ".cache_connection.JKE6keX"; reason: unused.
  • Removed service ".1_NativeFileSessionHandler~5agbRKO"; 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.save_listener"; reason: unused.
  • Removed service "assets.empty_package"; reason: unused.
  • Removed service "assets.empty_version_strategy"; reason: unused.
  • Removed service "mailer.mailer"; reason: unused.
  • Removed service "mailer.transports"; reason: unused.
  • Removed service "mailer.transport_factory"; reason: unused.
  • Removed service "mailer.default_transport"; reason: unused.
  • Removed service "mailer.messenger.message_handler"; reason: unused.
  • Removed service "mailer.transport_factory.null"; reason: unused.
  • Removed service "mailer.transport_factory.sendmail"; reason: unused.
  • Removed service "mailer.transport_factory.smtp"; reason: unused.
  • Removed service "validator.mapping.cache.symfony"; reason: unused.
  • Removed service "validator.mapping.cache.adapter"; reason: unused.
  • Removed service "translator.logging"; reason: unused.
  • Removed service "routing.loader.service"; reason: unused.
  • Removed service "annotations.filesystem_cache"; reason: unused.
  • Removed service "serializer.mapping.cache.symfony"; reason: unused.
  • Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
  • Removed service "twig.loader.chain"; reason: unused.
  • Removed service "twig.extension.debug"; reason: unused.
  • Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
  • Removed service ".1_ServiceLocator~xc3kuEO"; reason: unused.
  • Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
  • Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
  • Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
  • Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
  • Removed service "security.helper"; reason: unused.
  • Removed service "security.authentication.session_strategy_noop"; reason: unused.
  • Removed service "security.authentication.listener.anonymous"; reason: unused.
  • Removed service "security.authentication.provider.anonymous"; reason: unused.
  • Removed service "security.authentication.basic_entry_point"; reason: unused.
  • Removed service "security.context_listener"; reason: unused.
  • Removed service "security.rememberme.token.provider.in_memory"; reason: unused.
  • Removed service "templating.helper.logout_url"; reason: unused.
  • Removed service "templating.helper.security"; reason: unused.
  • Removed service "security.authentication.guard_handler"; reason: unused.
  • Removed service "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 "vich_uploader.adapter.mongodb"; reason: unused.
  • Removed service "vich_uploader.adapter.phpcr"; reason: unused.
  • Removed service "vich_uploader.listener.inject.orm"; reason: unused.
  • Removed service "vich_uploader.listener.upload.orm"; reason: unused.
  • Removed service "vich_uploader.listener.clean.orm"; reason: unused.
  • Removed service "vich_uploader.listener.remove.orm"; reason: unused.
  • Removed service "vich_uploader.listener.inject.mongodb"; reason: unused.
  • Removed service "vich_uploader.listener.upload.mongodb"; reason: unused.
  • Removed service "vich_uploader.listener.clean.mongodb"; reason: unused.
  • Removed service "vich_uploader.listener.remove.mongodb"; reason: unused.
  • Removed service "vich_uploader.listener.inject.phpcr"; reason: unused.
  • Removed service "vich_uploader.listener.upload.phpcr"; reason: unused.
  • Removed service "vich_uploader.listener.clean.phpcr"; reason: unused.
  • Removed service "vich_uploader.listener.remove.phpcr"; reason: unused.
  • Removed service "liip_imagine.mime_types"; reason: unused.
  • Removed service "liip_imagine.imagick"; reason: unused.
  • Removed service "liip_imagine.gmagick"; reason: unused.
  • Removed service "liip_imagine.binary.loader.prototype.filesystem"; reason: unused.
  • Removed service "liip_imagine.binary.loader.prototype.stream"; reason: unused.
  • Removed service "liip_imagine.binary.locator.filesystem"; reason: unused.
  • Removed service "liip_imagine.binary.locator.filesystem_insecure"; reason: unused.
  • Removed service "liip_imagine.mime_type_guesser"; reason: unused.
  • Removed service "liip_imagine.extension_guesser"; reason: unused.
  • Removed service "liip_imagine.templating.filter_helper"; reason: unused.
  • Removed service ".4_Swift_Transport_Esmtp_Auth_NTLMAuthenticator~9xETqdQ"; reason: unused.
  • Removed service ".3_Swift_Transport_Esmtp_Auth_PlainAuthenticator~9xETqdQ"; reason: unused.
  • Removed service ".2_Swift_Transport_Esmtp_Auth_LoginAuthenticator~9xETqdQ"; reason: unused.
  • Removed service ".1_Swift_Transport_Esmtp_Auth_CramMd5Authenticator~9xETqdQ"; reason: unused.
  • Removed service "swiftmailer.transport.failover"; reason: unused.
  • Removed service "swiftmailer.transport.replacementfactory"; reason: unused.
  • Removed service "webpack_encore.cache"; reason: unused.
  • Removed service "monolog.logger.translation"; reason: unused.
  • Removed service ".service_locator.wnlveDj"; reason: unused.
  • Removed service ".service_locator.6zQlgQt"; reason: unused.
95
Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass
  • Inlined service ".service_locator.vdmMuyE.App\Controller\Admin\AdminHomeController" to "App\Controller\Admin\AdminHomeController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\Admin\AdminPictureController" to "App\Controller\Admin\AdminPictureController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\Admin\AdminPropertyController" to "App\Controller\Admin\AdminPropertyController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\Admin\AdminPropertyOptionController" to "App\Controller\Admin\AdminPropertyOptionController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\HomeController" to "App\Controller\HomeController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\PropertyController" to "App\Controller\PropertyController".
  • Inlined service ".service_locator.vdmMuyE.App\Controller\SecurityController" to "App\Controller\SecurityController".
  • Inlined service "Twig\CacheExtension\CacheProviderInterface" to "Twig\CacheExtension\CacheStrategyInterface".
  • Inlined service "Twig\CacheExtension\CacheStrategyInterface" to "Twig\CacheExtension\Extension".
  • Inlined service "error_handler.error_renderer.serializer" to "error_controller".
  • Inlined service "debug.controller_resolver" to "http_kernel".
  • Inlined service "debug.argument_resolver" to "http_kernel".
  • Inlined service ".service_locator._cmka45" to "fragment.handler".
  • Inlined service ".1_~lUabsgu" to "error_handler.error_renderer.html".
  • Inlined service ".2_~lUabsgu" to "error_handler.error_renderer.html".
  • Inlined service "monolog.logger.console" to "console.error_listener".
  • Inlined service "translation.writer" to "console.command.translation_update".
  • Inlined service "cache.app.recorder_inner" to "cache.app".
  • Inlined service "cache.system.recorder_inner" to "cache.system".
  • Inlined service "cache.validator.recorder_inner" to "cache.validator".
  • Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
  • Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
  • Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
  • Inlined service "session.storage.metadata_bag" to "session.storage.native".
  • Inlined service ".service_locator.Bppmeg3" to "session_listener".
  • Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
  • Inlined service ".1_ResolvedFormTypeFactory~eXL4Xpz" to "form.resolved_type_factory".
  • Inlined service "form.extension" to "form.registry".
  • Inlined service "form.resolved_type_factory" to "form.registry".
  • Inlined service ".service_locator.96j_uL6" 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._version__default" to "assets._default_package".
  • Inlined service "assets.context" to "assets._default_package".
  • Inlined service "validator.validator_factory" to "validator.builder".
  • Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
  • Inlined service "validator.property_info_loader" to "validator.builder".
  • Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
  • Inlined service ".service_locator.OmAoCuz" to "validator.validator_factory".
  • Inlined service ".service_locator.V.o0zE7" to "translator.default".
  • Inlined service "translator.formatter.default" to "translator.default".
  • Inlined service "identity_translator" to "translator.formatter.default".
  • Inlined service "translation.extractor.php" to "translation.extractor".
  • Inlined service "twig.translation.extractor" to "translation.extractor".
  • Inlined service "translation.dumper.php" to "translation.writer".
  • Inlined service "translation.dumper.xliff" to "translation.writer".
  • Inlined service "translation.dumper.po" to "translation.writer".
  • Inlined service "translation.dumper.mo" to "translation.writer".
  • Inlined service "translation.dumper.yml" to "translation.writer".
  • Inlined service "translation.dumper.yaml" to "translation.writer".
  • Inlined service "translation.dumper.qt" to "translation.writer".
  • Inlined service "translation.dumper.csv" to "translation.writer".
  • Inlined service "translation.dumper.ini" to "translation.writer".
  • Inlined service "translation.dumper.json" to "translation.writer".
  • Inlined service "translation.dumper.res" to "translation.writer".
  • Inlined service ".service_locator.XSes1R5.translation.warmer" to "translation.warmer".
  • Inlined service "profiler.storage" to "profiler".
  • Inlined service "data_collector.time" to "profiler".
  • Inlined service "data_collector.memory" to "profiler".
  • Inlined service "data_collector.validator" to "profiler".
  • Inlined service "data_collector.ajax" to "profiler".
  • Inlined service "data_collector.exception" to "profiler".
  • Inlined service "data_collector.logger" to "profiler".
  • Inlined service "data_collector.events" to "profiler".
  • Inlined service "data_collector.cache" to "profiler".
  • Inlined service "data_collector.translation" to "profiler".
  • Inlined service "data_collector.security" to "profiler".
  • Inlined service "data_collector.twig" to "profiler".
  • Inlined service "data_collector.http_client" to "profiler".
  • Inlined service "data_collector.doctrine" to "profiler".
  • Inlined service "swiftmailer.data_collector" to "profiler".
  • Inlined service "mailer.data_collector" to "profiler".
  • Inlined service "Vich\UploaderBundle\DataCollector\MappingCollector" to "profiler".
  • Inlined service "data_collector.config" to "profiler".
  • Inlined service "data_collector.form.extractor" to "data_collector.form".
  • Inlined service "monolog.logger.php" to "debug.debug_handlers_listener".
  • Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
  • Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
  • Inlined service ".service_locator.XwZNkPh" to ".1_LegacyRouteLoaderContainer~ZlbW4jy".
  • 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 ".1_LegacyRouteLoaderContainer~ZlbW4jy" to "routing.loader.container".
  • Inlined service "routing.resolver" to "routing.loader".
  • Inlined service ".service_locator.m90YCjy.router.cache_warmer" to "router.cache_warmer".
  • Inlined service "annotations.dummy_registry" to "annotations.reader".
  • Inlined service ".1_ArrayCache~OwIR8Tl" to "annotations.cached_reader".
  • Inlined service ".2_PhpArrayAdapter~OwIR8Tl" to "annotations.cache".
  • Inlined service "cache.property_access" to "property_accessor".
  • Inlined service "serializer.normalizer.problem" to "serializer".
  • Inlined service "serializer.normalizer.json_serializable" to "serializer".
  • Inlined service "serializer.normalizer.datetime" to "serializer".
  • Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
  • Inlined service "serializer.normalizer.datetimezone" to "serializer".
  • Inlined service "serializer.normalizer.dateinterval" to "serializer".
  • Inlined service "serializer.normalizer.data_uri" to "serializer".
  • Inlined service "serializer.denormalizer.array" to "serializer".
  • Inlined service "serializer.normalizer.object" to "serializer".
  • Inlined service "serializer.encoder.xml" to "serializer".
  • Inlined service "serializer.encoder.json" to "serializer".
  • Inlined service "serializer.encoder.yaml" to "serializer".
  • Inlined service "serializer.encoder.csv" to "serializer".
  • Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer.normalizer.object".
  • Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
  • Inlined service ".1_~8d4sP76" to "error_handler.error_renderer.serializer".
  • Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
  • Inlined service ".2_~8d4sP76" to "error_handler.error_renderer.serializer".
  • Inlined service "twig.loader.native_filesystem" to "twig".
  • Inlined service "twig.extension.security_csrf" to "twig".
  • Inlined service "twig.extension.profiler" to "twig".
  • Inlined service "twig.extension.trans" to "twig".
  • Inlined service "twig.extension.assets" to "twig".
  • Inlined service "twig.extension.code" to "twig".
  • Inlined service "twig.extension.routing" to "twig".
  • Inlined service "twig.extension.yaml" to "twig".
  • Inlined service "twig.extension.debug.stopwatch" to "twig".
  • Inlined service "twig.extension.expression" to "twig".
  • Inlined service "twig.extension.httpkernel" to "twig".
  • Inlined service "twig.extension.httpfoundation" to "twig".
  • Inlined service "twig.extension.weblink" to "twig".
  • Inlined service "twig.extension.form" to "twig".
  • Inlined service "twig.extension.logout_url" to "twig".
  • Inlined service "twig.extension.security" to "twig".
  • Inlined service "twig.extension.dump" to "twig".
  • Inlined service "Twig\CacheExtension\Extension" to "twig".
  • Inlined service "doctrine.twig.doctrine_extension" to "twig".
  • Inlined service "twig.extension.webprofiler" to "twig".
  • Inlined service "knp_paginator.twig.extension.pagination" to "twig".
  • Inlined service "Vich\UploaderBundle\Twig\Extension\UploaderExtension" to "twig".
  • Inlined service "liip_imagine.templating.filter_extension" to "twig".
  • Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
  • Inlined service "twig.app_variable" to "twig".
  • Inlined service "twig.runtime_loader" to "twig".
  • Inlined service "twig.missing_extension_suggestor" to "twig".
  • Inlined service "twig.missing_extension_suggestor" to "twig".
  • Inlined service "twig.configurator.environment" to "twig".
  • Inlined service ".service_locator.o9nGMXB.twig.template_cache_warmer" to "twig.template_cache_warmer".
  • Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
  • Inlined service "fragment.handler" to "twig.runtime.httpkernel".
  • Inlined service "url_helper" to "twig.extension.httpfoundation".
  • Inlined service ".service_locator.7YWluy." to "twig.runtime_loader".
  • Inlined service ".1_~QU6.N.S" to "twig.error_renderer.html".
  • Inlined service "twig.form.engine" to "twig.form.renderer".
  • Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
  • Inlined service "sensio_framework_extra.converter.manager" to "sensio_framework_extra.converter.listener".
  • Inlined service "sensio_framework_extra.converter.doctrine.orm" to "sensio_framework_extra.converter.manager".
  • Inlined service "framework_extra_bundle.date_time_param_converter" to "sensio_framework_extra.converter.manager".
  • Inlined service "sensio_framework_extra.converter.doctrine.orm.expression_language.default" to "sensio_framework_extra.converter.doctrine.orm".
  • Inlined service "sensio_framework_extra.view.guesser" to "sensio_framework_extra.view.listener".
  • Inlined service ".service_locator.C2Thyvr.sensio_framework_extra.view.listener" to "sensio_framework_extra.view.listener".
  • Inlined service "sensio_framework_extra.security.expression_language.default" to "sensio_framework_extra.security.listener".
  • Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logger".
  • Inlined service "doctrine.dbal.logger.chain.default" to "doctrine.dbal.default_connection.configuration".
  • Inlined service "doctrine.dbal.logger" to "doctrine.dbal.logger.chain.default".
  • Inlined service ".service_locator.bpvU51K" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "vich_uploader.listener.clean.property_image" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "App\Listener\ImageCacheSubscriber" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "vich_uploader.listener.remove.property_image" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "vich_uploader.listener.upload.property_image" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
  • Inlined service "doctrine.dbal.default_connection.event_manager" to "doctrine.dbal.default_connection".
  • Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
  • Inlined service ".service_locator.R2zhyjA" to "doctrine.orm.container_repository_factory".
  • Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.default.query" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.default.result" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "cache.doctrine.orm.default.metadata.recorder_inner" to "cache.doctrine.orm.default.metadata".
  • Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
  • Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
  • Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
  • Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
  • Inlined service ".service_locator.XjnY8xG" to "security.token_storage".
  • Inlined service "security.expression_language" to "security.access.expression_voter".
  • Inlined service ".service_locator.iuGr.fa" to "security.firewall.map".
  • Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
  • Inlined service "security.authentication.retry_entry_point" to "security.channel_listener".
  • Inlined service ".security.request_matcher.5dJADCx" to "security.access_map".
  • Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
  • Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
  • Inlined service "security.logout.success_handler.main" to "security.logout_listener.main".
  • Inlined service "security.logout.handler.csrf_token_clearing" to "security.logout_listener.main".
  • Inlined service "security.logout.handler.session" to "security.logout_listener.main".
  • Inlined service "security.user_checker" to "security.authentication.provider.dao.main".
  • Inlined service "security.authentication.session_strategy" to "security.authentication.listener.form.main".
  • Inlined service "security.authentication.success_handler.main.form_login" to "security.authentication.listener.form.main".
  • Inlined service "security.authentication.failure_handler.main.form_login" to "security.authentication.listener.form.main".
  • Inlined service "security.authentication.form_entry_point.main" to "security.exception_listener.main".
  • Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
  • Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
  • Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
  • Inlined service ".1_NonceGenerator~E5jO.rg" to "web_profiler.csp.handler".
  • Inlined service ".2_HtmlDumper~E5jO.rg" to "twig.extension.webprofiler".
  • Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
  • Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
  • Inlined service ".1_SourceContextProvider~zpsz.qW" to "var_dumper.contextualized_cli_dumper".
  • Inlined service ".2_SourceContextProvider~zpsz.qW" to "var_dumper.server_connection".
  • Inlined service ".3_RequestContextProvider~zpsz.qW" to "var_dumper.server_connection".
  • Inlined service ".4_CliContextProvider~zpsz.qW" to "var_dumper.server_connection".
  • Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
  • Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
  • Inlined service ".5_CliDescriptor~zpsz.qW" to "var_dumper.command.server_dump".
  • Inlined service ".6_HtmlDescriptor~zpsz.qW" to "var_dumper.command.server_dump".
  • Inlined service "maker.autoloader_util" to "maker.file_manager".
  • Inlined service "maker.file_link_formatter" to "maker.file_manager".
  • Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
  • Inlined service "maker.event_registry" to "maker.maker.make_subscriber".
  • Inlined service "maker.user_class_builder" to "maker.maker.make_user".
  • Inlined service "doctrine.fixtures.loader" to "doctrine.fixtures_load_command".
  • Inlined service "App\DataFixtures\AppFixtures" to "doctrine.fixtures.loader".
  • Inlined service "App\DataFixtures\PropertyFixture" to "doctrine.fixtures.loader".
  • Inlined service "App\DataFixtures\UserFixtures" to "doctrine.fixtures.loader".
  • Inlined service "knp_paginator.helper.processor" to "knp_paginator.twig.extension.pagination".
  • Inlined service "vich_uploader.metadata_driver.xml" to "vich_uploader.metadata_driver.chain".
  • Inlined service "vich_uploader.metadata_driver.annotation" to "vich_uploader.metadata_driver.chain".
  • Inlined service "vich_uploader.metadata_driver.yaml" to "vich_uploader.metadata_driver.chain".
  • Inlined service "vich_uploader.metadata_driver.chain" to "vich_uploader.metadata_factory".
  • Inlined service "vich_uploader.metadata.cache.file_cache" to "vich_uploader.metadata_factory".
  • Inlined service "vich_uploader.metadata_factory" to "vich_uploader.metadata_reader".
  • Inlined service "vich_uploader.current_date_time_helper" to "Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer".
  • Inlined service "slugger" to "Vich\UploaderBundle\Util\Transliterator".
  • Inlined service "vich_uploader.file_injector" to "vich_uploader.upload_handler".
  • Inlined service "liip_imagine.factory.config.filter.auto_rotate" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.background" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.crop" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.downscale" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.flip" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.grayscale" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.interlace" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.paste" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.relative_resize" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.resize" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.rotate" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.scale" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.strip" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.thumbnail" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.upscale" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.watermark" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.stack" to "liip_imagine.config.stack_builder".
  • Inlined service "liip_imagine.config.filter_factory_collection" to "liip_imagine.config.stack_builder".
  • Inlined service "liip_imagine.config.stack_builder" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.filter.loader.relative_resize" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.resize" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.thumbnail" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.crop" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.paste_image" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.paste" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.watermark" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.watermark_image" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.background" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.strip" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.scale" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.upscale" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.auto_rotate" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.post_processor.jpegoptim" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.post_processor.optipng" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.post_processor.pngquant" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.post_processor.mozjpeg" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.service.filter" to "Liip\ImagineBundle\Controller\ImagineController".
  • Inlined service "liip_imagine.controller.config" to "Liip\ImagineBundle\Controller\ImagineController".
  • Inlined service "liip_imagine.meta_data.reader" to "liip_imagine.gd".
  • Inlined service ".service_locator.0DpzJRH" to "webpack_encore.entrypoint_lookup_collection".
  • Inlined service ".1_ServiceLocator~ShqwAmD" to "webpack_encore.twig_entry_files_extension".
  • Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
  • Inlined service "ReCaptcha\ReCaptcha" to "recaptcha.validator".
  • Inlined service "ReCaptcha\RequestMethod\Post" to "ReCaptcha\ReCaptcha".
  • Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
  • Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
  • Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
  • Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
  • Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
  • Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
  • Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
  • Inlined service "maker.maker.make_functional_test" to "maker.auto_command.make_functional_test".
  • Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
  • Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
  • Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
  • Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
  • Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
  • Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
  • Inlined service "maker.maker.make_subscriber" to "maker.auto_command.make_subscriber".
  • Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
  • Inlined service "maker.maker.make_unit_test" to "maker.auto_command.make_unit_test".
  • Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
  • Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
  • Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
  • Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
  • Inlined service "debug.argument_resolver.request_attribute.inner" to "debug.argument_resolver.request_attribute".
  • Inlined service "debug.argument_resolver.request.inner" to "debug.argument_resolver.request".
  • Inlined service "debug.argument_resolver.session.inner" to "debug.argument_resolver.session".
  • Inlined service "debug.security.user_value_resolver.inner" to "debug.security.user_value_resolver".
  • Inlined service "debug.argument_resolver.service.inner" to "debug.argument_resolver.service".
  • Inlined service "debug.argument_resolver.default.inner" to "debug.argument_resolver.default".
  • Inlined service "debug.argument_resolver.variadic.inner" to "debug.argument_resolver.variadic".
  • Inlined service "debug.argument_resolver.not_tagged_controller.inner" to "debug.argument_resolver.not_tagged_controller".
  • Inlined service ".debug.http_client.inner" to ".debug.http_client".
  • Inlined service "security.access.authenticated_voter" to "debug.security.voter.security.access.authenticated_voter".
  • Inlined service "security.access.simple_role_voter" to "debug.security.voter.security.access.simple_role_voter".
  • Inlined service "security.access.expression_voter" to "debug.security.voter.security.access.expression_voter".
  • Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
  • Inlined service ".service_locator.XSes1R5" to ".service_locator.XSes1R5.translation.warmer".
  • Inlined service ".service_locator.n0p5GNi" to ".service_locator.n0p5GNi.router.default".
  • Inlined service ".service_locator.m90YCjy" to ".service_locator.m90YCjy.router.cache_warmer".
  • Inlined service ".service_locator.o9nGMXB" to ".service_locator.o9nGMXB.twig.template_cache_warmer".
  • Inlined service ".service_locator.C2Thyvr" to ".service_locator.C2Thyvr.sensio_framework_extra.view.listener".
  • Inlined service "monolog.logger.http_client" to ".debug.http_client.inner".
  • Inlined service ".service_locator.eGkRwly" to "console.command_loader".
  • Inlined service "cache.default_marshaller" to "cache.app.recorder_inner".
  • Inlined service ".service_locator.n0p5GNi.router.default" to "router".
  • Inlined service "monolog.logger.router" to "router".
  • Inlined service "swiftmailer.mailer.default.spool.memory" to "swiftmailer.transport".
  • Inlined service "swiftmailer.mailer.default.plugin.redirecting" to "swiftmailer.transport".
  • Inlined service "debug.validator.inner" to "validator".
  • Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
  • Inlined service "monolog.logger.event" to "event_dispatcher".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "serializer.name_converter.metadata_aware" to "serializer".
  • Inlined service "serializer.name_converter.metadata_aware" to "serializer".
  • Inlined service "vich_uploader.adapter.orm" to "doctrine.dbal.default_connection".
  • Inlined service "vich_uploader.adapter.orm" to "doctrine.dbal.default_connection".
  • Inlined service "vich_uploader.adapter.orm" to "doctrine.dbal.default_connection".
  • Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
  • Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.point" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.point" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
356