http://objetivo062.vabadus.com.es/robots.txt

Log Messages

Info. & Errors 1

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

Level Channel Message
ERROR request Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136
[
  "exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#495
    #message: "No route found for "GET /robots.txt""
    #code: 0
    #file: "/home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/RouterListener.php"
    #line: 136
    -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#65 …}
    -statusCode: 404
    -headers: []
    trace: {
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/RouterListener.php:136 {
        Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
        › 
        ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:133 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/objetivo062/codigo/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/RouterListener.php:136 {
    Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event) …
    › 
    ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:133 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/objetivo062/codigo/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}

Deprecations 106

Log messages generated by using features marked as deprecated.

Time Channel Message
php Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#11
    #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/objetivo062/codigo/vendor/symfony/http-foundation/ParameterBag.php"
    #line: 210
    #severity: E_DEPRECATED
    trace: {
      /home/objetivo062/codigo/vendor/symfony/http-foundation/ParameterBag.php:210 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function getIterator(){
      }
      /home/objetivo062/codigo/vendor/symfony/http-foundation/ParameterBag.php:21 {
        class_exists(string $class, bool $autoload = true): bool …
        ›  */class ParameterBag implements \IteratorAggregate, \Countable{
      }
      /home/objetivo062/codigo/vendor/symfony/http-foundation/Request.php:21 {
        include …
        › class_exists(AcceptHeader::class);class_exists(FileBag::class);class_exists(HeaderBag::class);
      }
      /home/objetivo062/codigo/vendor/symfony/error-handler/DebugClassLoader.php:343 {
        Symfony\Component\ErrorHandler\DebugClassLoader->loadClass(string $class): void …
        › } elseif (\function_exists('opcache_is_script_cached') && @opcache_is_script_cached($file)) {    include $file;}
      /home/objetivo062/codigo/public/index.php:19 {$kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);$request = Request::createFromGlobals();$response = $kernel->handle($request);
      }
    }
  }
]
php Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#14
    #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/objetivo062/codigo/vendor/symfony/http-foundation/ParameterBag.php"
    #line: 220
    #severity: E_DEPRECATED
    trace: {
      /home/objetivo062/codigo/vendor/symfony/http-foundation/ParameterBag.php:220 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function count(){
      }
      /home/objetivo062/codigo/vendor/symfony/http-foundation/ParameterBag.php:21 {
        class_exists(string $class, bool $autoload = true): bool …
        ›  */class ParameterBag implements \IteratorAggregate, \Countable{
      }
      /home/objetivo062/codigo/vendor/symfony/http-foundation/Request.php:21 {
        include …
        › class_exists(AcceptHeader::class);class_exists(FileBag::class);class_exists(HeaderBag::class);
      }
      /home/objetivo062/codigo/vendor/symfony/error-handler/DebugClassLoader.php:343 {
        Symfony\Component\ErrorHandler\DebugClassLoader->loadClass(string $class): void …
        › } elseif (\function_exists('opcache_is_script_cached') && @opcache_is_script_cached($file)) {    include $file;}
      /home/objetivo062/codigo/public/index.php:19 {$kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);$request = Request::createFromGlobals();$response = $kernel->handle($request);
      }
    }
  }
]
php Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#15
    #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/objetivo062/codigo/vendor/symfony/http-foundation/HeaderBag.php"
    #line: 255
    #severity: E_DEPRECATED
    trace: {
      /home/objetivo062/codigo/vendor/symfony/http-foundation/HeaderBag.php:255 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function getIterator(){
      }
      /home/objetivo062/codigo/vendor/symfony/http-foundation/HeaderBag.php:19 {
        class_exists(string $class, bool $autoload = true): bool …
        ›  */class HeaderBag implements \IteratorAggregate, \Countable{
      }
      /home/objetivo062/codigo/vendor/symfony/http-foundation/Request.php:22 {
        include …
        › class_exists(FileBag::class);class_exists(HeaderBag::class);class_exists(HeaderUtils::class);
      }
      /home/objetivo062/codigo/vendor/symfony/error-handler/DebugClassLoader.php:343 {
        Symfony\Component\ErrorHandler\DebugClassLoader->loadClass(string $class): void …
        › } elseif (\function_exists('opcache_is_script_cached') && @opcache_is_script_cached($file)) {    include $file;}
      /home/objetivo062/codigo/public/index.php:19 {$kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);$request = Request::createFromGlobals();$response = $kernel->handle($request);
      }
    }
  }
]
php Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#16
    #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/objetivo062/codigo/vendor/symfony/http-foundation/HeaderBag.php"
    #line: 265
    #severity: E_DEPRECATED
    trace: {
      /home/objetivo062/codigo/vendor/symfony/http-foundation/HeaderBag.php:265 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function count(){
      }
      /home/objetivo062/codigo/vendor/symfony/http-foundation/HeaderBag.php:19 {
        class_exists(string $class, bool $autoload = true): bool …
        ›  */class HeaderBag implements \IteratorAggregate, \Countable{
      }
      /home/objetivo062/codigo/vendor/symfony/http-foundation/Request.php:22 {
        include …
        › class_exists(FileBag::class);class_exists(HeaderBag::class);class_exists(HeaderUtils::class);
      }
      /home/objetivo062/codigo/vendor/symfony/error-handler/DebugClassLoader.php:343 {
        Symfony\Component\ErrorHandler\DebugClassLoader->loadClass(string $class): void …
        › } elseif (\function_exists('opcache_is_script_cached') && @opcache_is_script_cached($file)) {    include $file;}
      /home/objetivo062/codigo/public/index.php:19 {$kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);$request = Request::createFromGlobals();$response = $kernel->handle($request);
      }
    }
  }
]
php Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated
[
  "exception" => ErrorException {#25
    #message: "Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated"
    #code: 0
    #file: "/home/objetivo062/codigo/vendor/symfony/http-foundation/Request.php"
    #line: 309
    #severity: E_DEPRECATED
    trace: {
      /home/objetivo062/codigo/vendor/symfony/http-foundation/Request.php:309 {
        Symfony\Component\HttpFoundation\Request::createFromGlobals() …
        ›     $request->request = new InputBag($_POST);} elseif (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/objetivo062/codigo/public/index.php:19 {$kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);$request = Request::createFromGlobals();$response = $kernel->handle($request);
      }
    }
  }
]
{
  /home/objetivo062/codigo/vendor/symfony/http-foundation/Request.php:309 {
    Symfony\Component\HttpFoundation\Request::createFromGlobals() …
    ›     $request->request = new InputBag($_POST);} elseif (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/objetivo062/codigo/public/index.php:19 {$kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);$request = Request::createFromGlobals();$response = $kernel->handle($request);
  }
}
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 {#331
    #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/objetivo062/codigo/vendor/symfony/var-dumper/Cloner/Data.php"
    #line: 153
    #severity: E_DEPRECATED
    trace: {
      /home/objetivo062/codigo/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/objetivo062/codigo/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:270 {
        Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner\{closure} …
        › if ($this->prevErrorHandler) {    return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);}
      }
      /home/objetivo062/codigo/vendor/symfony/var-dumper/Cloner/Data.php:20 {
        Symfony\Component\VarDumper\Cloner\AbstractCloner->cloneVar($var, int $filter = 0) …
        ›  */class Data implements \ArrayAccess, \Countable, \IteratorAggregate{
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/DataCollector/DataCollector.php:62 {
        Symfony\Component\HttpKernel\DataCollector\DataCollector->cloneVar($var) …
        › 
        ›     return $this->cloner->cloneVar($var);}
      }
      /home/objetivo062/codigo/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:51 {
        Symfony\Component\Validator\DataCollector\ValidatorDataCollector->reset() …
        › $this->data = [    'calls' => $this->cloneVar([]),    'violations_count' => 0,
      }
      /home/objetivo062/codigo/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:37 {
        Symfony\Component\Validator\DataCollector\ValidatorDataCollector->__construct(TraceableValidator $validator) …
        ›     $this->validator = $validator;    $this->reset();}
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1210 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->getProfilerService() …
        › $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));$instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1888 {
        ContainerO0F3x9c\App_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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:959 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->ContainerO0F3x9c\{closure} …
        › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
        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/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › 
        › $this->preProcess($eventName);try {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/objetivo062/codigo/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/objetivo062/codigo/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/objetivo062/codigo/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:270 {
    Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner\{closure} …
    › if ($this->prevErrorHandler) {    return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);}
  }
  /home/objetivo062/codigo/vendor/symfony/var-dumper/Cloner/Data.php:20 {
    Symfony\Component\VarDumper\Cloner\AbstractCloner->cloneVar($var, int $filter = 0) …
    ›  */class Data implements \ArrayAccess, \Countable, \IteratorAggregate{
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/DataCollector/DataCollector.php:62 {
    Symfony\Component\HttpKernel\DataCollector\DataCollector->cloneVar($var) …
    › 
    ›     return $this->cloner->cloneVar($var);}
  }
  /home/objetivo062/codigo/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:51 {
    Symfony\Component\Validator\DataCollector\ValidatorDataCollector->reset() …
    › $this->data = [    'calls' => $this->cloneVar([]),    'violations_count' => 0,
  }
  /home/objetivo062/codigo/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:37 {
    Symfony\Component\Validator\DataCollector\ValidatorDataCollector->__construct(TraceableValidator $validator) …
    ›     $this->validator = $validator;    $this->reset();}
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1210 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->getProfilerService() …
    › $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));$instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1888 {
    ContainerO0F3x9c\App_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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:959 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->ContainerO0F3x9c\{closure} …
    › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
    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/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › 
    › $this->preProcess($eventName);try {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/objetivo062/codigo/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
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 {#343
    #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/objetivo062/codigo/vendor/symfony/var-dumper/Cloner/Data.php"
    #line: 158
    #severity: E_DEPRECATED
    trace: {
      /home/objetivo062/codigo/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/objetivo062/codigo/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:270 {
        Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner\{closure} …
        › if ($this->prevErrorHandler) {    return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);}
      }
      /home/objetivo062/codigo/vendor/symfony/var-dumper/Cloner/Data.php:20 {
        Symfony\Component\VarDumper\Cloner\AbstractCloner->cloneVar($var, int $filter = 0) …
        ›  */class Data implements \ArrayAccess, \Countable, \IteratorAggregate{
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/DataCollector/DataCollector.php:62 {
        Symfony\Component\HttpKernel\DataCollector\DataCollector->cloneVar($var) …
        › 
        ›     return $this->cloner->cloneVar($var);}
      }
      /home/objetivo062/codigo/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:51 {
        Symfony\Component\Validator\DataCollector\ValidatorDataCollector->reset() …
        › $this->data = [    'calls' => $this->cloneVar([]),    'violations_count' => 0,
      }
      /home/objetivo062/codigo/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:37 {
        Symfony\Component\Validator\DataCollector\ValidatorDataCollector->__construct(TraceableValidator $validator) …
        ›     $this->validator = $validator;    $this->reset();}
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1210 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->getProfilerService() …
        › $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));$instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1888 {
        ContainerO0F3x9c\App_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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:959 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->ContainerO0F3x9c\{closure} …
        › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
        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/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › 
        › $this->preProcess($eventName);try {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/objetivo062/codigo/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/objetivo062/codigo/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/objetivo062/codigo/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:270 {
    Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner\{closure} …
    › if ($this->prevErrorHandler) {    return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);}
  }
  /home/objetivo062/codigo/vendor/symfony/var-dumper/Cloner/Data.php:20 {
    Symfony\Component\VarDumper\Cloner\AbstractCloner->cloneVar($var, int $filter = 0) …
    ›  */class Data implements \ArrayAccess, \Countable, \IteratorAggregate{
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/DataCollector/DataCollector.php:62 {
    Symfony\Component\HttpKernel\DataCollector\DataCollector->cloneVar($var) …
    › 
    ›     return $this->cloner->cloneVar($var);}
  }
  /home/objetivo062/codigo/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:51 {
    Symfony\Component\Validator\DataCollector\ValidatorDataCollector->reset() …
    › $this->data = [    'calls' => $this->cloneVar([]),    'violations_count' => 0,
  }
  /home/objetivo062/codigo/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:37 {
    Symfony\Component\Validator\DataCollector\ValidatorDataCollector->__construct(TraceableValidator $validator) …
    ›     $this->validator = $validator;    $this->reset();}
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1210 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->getProfilerService() …
    › $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));$instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1888 {
    ContainerO0F3x9c\App_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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:959 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->ContainerO0F3x9c\{closure} …
    › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
    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/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › 
    › $this->preProcess($eventName);try {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/objetivo062/codigo/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
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 {#344
    #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/objetivo062/codigo/vendor/symfony/var-dumper/Cloner/Data.php"
    #line: 163
    #severity: E_DEPRECATED
    trace: {
      /home/objetivo062/codigo/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/objetivo062/codigo/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:270 {
        Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner\{closure} …
        › if ($this->prevErrorHandler) {    return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);}
      }
      /home/objetivo062/codigo/vendor/symfony/var-dumper/Cloner/Data.php:20 {
        Symfony\Component\VarDumper\Cloner\AbstractCloner->cloneVar($var, int $filter = 0) …
        ›  */class Data implements \ArrayAccess, \Countable, \IteratorAggregate{
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/DataCollector/DataCollector.php:62 {
        Symfony\Component\HttpKernel\DataCollector\DataCollector->cloneVar($var) …
        › 
        ›     return $this->cloner->cloneVar($var);}
      }
      /home/objetivo062/codigo/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:51 {
        Symfony\Component\Validator\DataCollector\ValidatorDataCollector->reset() …
        › $this->data = [    'calls' => $this->cloneVar([]),    'violations_count' => 0,
      }
      /home/objetivo062/codigo/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:37 {
        Symfony\Component\Validator\DataCollector\ValidatorDataCollector->__construct(TraceableValidator $validator) …
        ›     $this->validator = $validator;    $this->reset();}
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1210 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->getProfilerService() …
        › $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));$instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1888 {
        ContainerO0F3x9c\App_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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:959 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->ContainerO0F3x9c\{closure} …
        › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
        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/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › 
        › $this->preProcess($eventName);try {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/objetivo062/codigo/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/objetivo062/codigo/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/objetivo062/codigo/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:270 {
    Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner\{closure} …
    › if ($this->prevErrorHandler) {    return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);}
  }
  /home/objetivo062/codigo/vendor/symfony/var-dumper/Cloner/Data.php:20 {
    Symfony\Component\VarDumper\Cloner\AbstractCloner->cloneVar($var, int $filter = 0) …
    ›  */class Data implements \ArrayAccess, \Countable, \IteratorAggregate{
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/DataCollector/DataCollector.php:62 {
    Symfony\Component\HttpKernel\DataCollector\DataCollector->cloneVar($var) …
    › 
    ›     return $this->cloner->cloneVar($var);}
  }
  /home/objetivo062/codigo/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:51 {
    Symfony\Component\Validator\DataCollector\ValidatorDataCollector->reset() …
    › $this->data = [    'calls' => $this->cloneVar([]),    'violations_count' => 0,
  }
  /home/objetivo062/codigo/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:37 {
    Symfony\Component\Validator\DataCollector\ValidatorDataCollector->__construct(TraceableValidator $validator) …
    ›     $this->validator = $validator;    $this->reset();}
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1210 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->getProfilerService() …
    › $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));$instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1888 {
    ContainerO0F3x9c\App_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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:959 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->ContainerO0F3x9c\{closure} …
    › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
    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/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › 
    › $this->preProcess($eventName);try {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/objetivo062/codigo/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
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 {#354
    #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/objetivo062/codigo/vendor/symfony/var-dumper/Cloner/Data.php"
    #line: 168
    #severity: E_DEPRECATED
    trace: {
      /home/objetivo062/codigo/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/objetivo062/codigo/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:270 {
        Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner\{closure} …
        › if ($this->prevErrorHandler) {    return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);}
      }
      /home/objetivo062/codigo/vendor/symfony/var-dumper/Cloner/Data.php:20 {
        Symfony\Component\VarDumper\Cloner\AbstractCloner->cloneVar($var, int $filter = 0) …
        ›  */class Data implements \ArrayAccess, \Countable, \IteratorAggregate{
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/DataCollector/DataCollector.php:62 {
        Symfony\Component\HttpKernel\DataCollector\DataCollector->cloneVar($var) …
        › 
        ›     return $this->cloner->cloneVar($var);}
      }
      /home/objetivo062/codigo/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:51 {
        Symfony\Component\Validator\DataCollector\ValidatorDataCollector->reset() …
        › $this->data = [    'calls' => $this->cloneVar([]),    'violations_count' => 0,
      }
      /home/objetivo062/codigo/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:37 {
        Symfony\Component\Validator\DataCollector\ValidatorDataCollector->__construct(TraceableValidator $validator) …
        ›     $this->validator = $validator;    $this->reset();}
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1210 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->getProfilerService() …
        › $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));$instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1888 {
        ContainerO0F3x9c\App_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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:959 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->ContainerO0F3x9c\{closure} …
        › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
        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/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › 
        › $this->preProcess($eventName);try {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/objetivo062/codigo/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/objetivo062/codigo/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/objetivo062/codigo/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:270 {
    Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner\{closure} …
    › if ($this->prevErrorHandler) {    return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);}
  }
  /home/objetivo062/codigo/vendor/symfony/var-dumper/Cloner/Data.php:20 {
    Symfony\Component\VarDumper\Cloner\AbstractCloner->cloneVar($var, int $filter = 0) …
    ›  */class Data implements \ArrayAccess, \Countable, \IteratorAggregate{
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/DataCollector/DataCollector.php:62 {
    Symfony\Component\HttpKernel\DataCollector\DataCollector->cloneVar($var) …
    › 
    ›     return $this->cloner->cloneVar($var);}
  }
  /home/objetivo062/codigo/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:51 {
    Symfony\Component\Validator\DataCollector\ValidatorDataCollector->reset() …
    › $this->data = [    'calls' => $this->cloneVar([]),    'violations_count' => 0,
  }
  /home/objetivo062/codigo/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:37 {
    Symfony\Component\Validator\DataCollector\ValidatorDataCollector->__construct(TraceableValidator $validator) …
    ›     $this->validator = $validator;    $this->reset();}
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1210 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->getProfilerService() …
    › $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));$instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1888 {
    ContainerO0F3x9c\App_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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:959 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->ContainerO0F3x9c\{closure} …
    › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
    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/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › 
    › $this->preProcess($eventName);try {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/objetivo062/codigo/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
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 {#355
    #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/objetivo062/codigo/vendor/symfony/var-dumper/Cloner/Data.php"
    #line: 114
    #severity: E_DEPRECATED
    trace: {
      /home/objetivo062/codigo/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/objetivo062/codigo/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:270 {
        Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner\{closure} …
        › if ($this->prevErrorHandler) {    return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);}
      }
      /home/objetivo062/codigo/vendor/symfony/var-dumper/Cloner/Data.php:20 {
        Symfony\Component\VarDumper\Cloner\AbstractCloner->cloneVar($var, int $filter = 0) …
        ›  */class Data implements \ArrayAccess, \Countable, \IteratorAggregate{
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/DataCollector/DataCollector.php:62 {
        Symfony\Component\HttpKernel\DataCollector\DataCollector->cloneVar($var) …
        › 
        ›     return $this->cloner->cloneVar($var);}
      }
      /home/objetivo062/codigo/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:51 {
        Symfony\Component\Validator\DataCollector\ValidatorDataCollector->reset() …
        › $this->data = [    'calls' => $this->cloneVar([]),    'violations_count' => 0,
      }
      /home/objetivo062/codigo/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:37 {
        Symfony\Component\Validator\DataCollector\ValidatorDataCollector->__construct(TraceableValidator $validator) …
        ›     $this->validator = $validator;    $this->reset();}
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1210 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->getProfilerService() …
        › $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));$instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1888 {
        ContainerO0F3x9c\App_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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:959 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->ContainerO0F3x9c\{closure} …
        › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
        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/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › 
        › $this->preProcess($eventName);try {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/objetivo062/codigo/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/objetivo062/codigo/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/objetivo062/codigo/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:270 {
    Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner\{closure} …
    › if ($this->prevErrorHandler) {    return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);}
  }
  /home/objetivo062/codigo/vendor/symfony/var-dumper/Cloner/Data.php:20 {
    Symfony\Component\VarDumper\Cloner\AbstractCloner->cloneVar($var, int $filter = 0) …
    ›  */class Data implements \ArrayAccess, \Countable, \IteratorAggregate{
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/DataCollector/DataCollector.php:62 {
    Symfony\Component\HttpKernel\DataCollector\DataCollector->cloneVar($var) …
    › 
    ›     return $this->cloner->cloneVar($var);}
  }
  /home/objetivo062/codigo/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:51 {
    Symfony\Component\Validator\DataCollector\ValidatorDataCollector->reset() …
    › $this->data = [    'calls' => $this->cloneVar([]),    'violations_count' => 0,
  }
  /home/objetivo062/codigo/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:37 {
    Symfony\Component\Validator\DataCollector\ValidatorDataCollector->__construct(TraceableValidator $validator) …
    ›     $this->validator = $validator;    $this->reset();}
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1210 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->getProfilerService() …
    › $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));$instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1888 {
    ContainerO0F3x9c\App_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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:959 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->ContainerO0F3x9c\{closure} …
    › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
    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/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › 
    › $this->preProcess($eventName);try {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/objetivo062/codigo/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
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 {#334
    #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/objetivo062/codigo/vendor/symfony/var-dumper/Cloner/Data.php"
    #line: 122
    #severity: E_DEPRECATED
    trace: {
      /home/objetivo062/codigo/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/objetivo062/codigo/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:270 {
        Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner\{closure} …
        › if ($this->prevErrorHandler) {    return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);}
      }
      /home/objetivo062/codigo/vendor/symfony/var-dumper/Cloner/Data.php:20 {
        Symfony\Component\VarDumper\Cloner\AbstractCloner->cloneVar($var, int $filter = 0) …
        ›  */class Data implements \ArrayAccess, \Countable, \IteratorAggregate{
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/DataCollector/DataCollector.php:62 {
        Symfony\Component\HttpKernel\DataCollector\DataCollector->cloneVar($var) …
        › 
        ›     return $this->cloner->cloneVar($var);}
      }
      /home/objetivo062/codigo/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:51 {
        Symfony\Component\Validator\DataCollector\ValidatorDataCollector->reset() …
        › $this->data = [    'calls' => $this->cloneVar([]),    'violations_count' => 0,
      }
      /home/objetivo062/codigo/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:37 {
        Symfony\Component\Validator\DataCollector\ValidatorDataCollector->__construct(TraceableValidator $validator) …
        ›     $this->validator = $validator;    $this->reset();}
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1210 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->getProfilerService() …
        › $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));$instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1888 {
        ContainerO0F3x9c\App_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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:959 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->ContainerO0F3x9c\{closure} …
        › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
        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/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › 
        › $this->preProcess($eventName);try {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/objetivo062/codigo/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/objetivo062/codigo/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/objetivo062/codigo/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:270 {
    Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner\{closure} …
    › if ($this->prevErrorHandler) {    return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);}
  }
  /home/objetivo062/codigo/vendor/symfony/var-dumper/Cloner/Data.php:20 {
    Symfony\Component\VarDumper\Cloner\AbstractCloner->cloneVar($var, int $filter = 0) …
    ›  */class Data implements \ArrayAccess, \Countable, \IteratorAggregate{
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/DataCollector/DataCollector.php:62 {
    Symfony\Component\HttpKernel\DataCollector\DataCollector->cloneVar($var) …
    › 
    ›     return $this->cloner->cloneVar($var);}
  }
  /home/objetivo062/codigo/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:51 {
    Symfony\Component\Validator\DataCollector\ValidatorDataCollector->reset() …
    › $this->data = [    'calls' => $this->cloneVar([]),    'violations_count' => 0,
  }
  /home/objetivo062/codigo/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:37 {
    Symfony\Component\Validator\DataCollector\ValidatorDataCollector->__construct(TraceableValidator $validator) …
    ›     $this->validator = $validator;    $this->reset();}
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1210 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->getProfilerService() …
    › $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));$instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1888 {
    ContainerO0F3x9c\App_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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:959 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->ContainerO0F3x9c\{closure} …
    › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
    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/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › 
    › $this->preProcess($eventName);try {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/objetivo062/codigo/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php (33 times) Deprecated: Creation of dynamic property Symfony\Component\Validator\Constraints\NotBlank::$groups is deprecated
[
  "exception" => ErrorException {#524
    #message: "Deprecated: Creation of dynamic property Symfony\Component\Validator\Constraints\NotBlank::$groups is deprecated"
    #code: 0
    #file: "/home/objetivo062/codigo/vendor/symfony/validator/Constraint.php"
    #line: 191
    #severity: E_DEPRECATED
    trace: {
      /home/objetivo062/codigo/vendor/symfony/validator/Constraint.php:191 {
        Symfony\Component\Validator\Constraint->__set(string $option, $value) …
        › if ('groups' === $option) {    $this->groups = (array) $value;}
      /home/objetivo062/codigo/vendor/symfony/var-exporter/Internal/Hydrator.php:62 {
        Symfony\Component\VarExporter\Internal\Hydrator::Symfony\Component\VarExporter\Internal\{closure} …
        › foreach ($values as $i => $v) {    $objects[$i]->$name = $v;}
      }
      /home/objetivo062/codigo/vendor/symfony/var-exporter/Internal/Hydrator.php:43 {
        Symfony\Component\VarExporter\Internal\Hydrator::hydrate($objects, $values, $properties, $value, $wakeups) …
        › foreach ($properties as $class => $vars) {    (self::$hydrators[$class] ?? self::getHydrator($class))($vars, $objects);}
      }
      /home/objetivo062/codigo/var/cache/dev/pools/cmJW-L2fxp/Z/D/a0neQ2G6PhtowkOTnTig:3 {
        Symfony\Component\Cache\Adapter\PhpFilesAdapter::{closure} …
        › 
        › return [PHP_INT_MAX, static function () { return \Symfony\Component\VarExporter\Internal\Hydrator::hydrate(    $o = [
      }
      /home/objetivo062/codigo/vendor/symfony/cache/Adapter/PhpFilesAdapter.php:121 {
        Symfony\Component\Cache\Adapter\PhpFilesAdapter->doFetch(array $ids) …
        › } elseif (!$value instanceof LazyValue) {    $values[$id] = $value();} elseif (false === $values[$id] = include $value->file) {
      }
      /home/objetivo062/codigo/vendor/symfony/cache/Traits/AbstractAdapterTrait.php:220 {
        Symfony\Component\Cache\Adapter\AbstractAdapter->getItem($key) …
        › try {    foreach ($this->doFetch([$id]) as $value) {        $isHit = true;
      }
      /home/objetivo062/codigo/vendor/symfony/cache/Adapter/TraceableAdapter.php:77 {
        Symfony\Component\Cache\Adapter\TraceableAdapter->getItem($key) …
        › try {    $item = $this->pool->getItem($key);} finally {
      }
      /home/objetivo062/codigo/vendor/symfony/cache/Adapter/PhpArrayAdapter.php:128 {
        Symfony\Component\Cache\Adapter\PhpArrayAdapter->getItem($key) …
        › if (!isset($this->keys[$key])) {    return $this->pool->getItem($key);}
      }
      /home/objetivo062/codigo/vendor/symfony/cache/DoctrineProvider.php:54 {
        Symfony\Component\Cache\DoctrineProvider->doFetch($id) …
        › {    $item = $this->pool->getItem(rawurlencode($id));}
      /home/objetivo062/codigo/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php:59 {
        Doctrine\Common\Cache\CacheProvider->fetch($id) …
        › {    return $this->doFetch($this->getNamespacedId($id));}
      }
      /home/objetivo062/codigo/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php:171 {
        Doctrine\Common\Annotations\CachedReader->fetchFromCache($cacheKey, ReflectionClass $class) …
        › {    $data = $this->cache->fetch($cacheKey);    if ($data !== false) {
      }
      /home/objetivo062/codigo/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php:93 {
        Doctrine\Common\Annotations\CachedReader->getPropertyAnnotations(ReflectionProperty $property) …
        › 
        › $annots = $this->fetchFromCache($cacheKey, $class);if ($annots === false) {
      }
      /home/objetivo062/codigo/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php:107 {
        Doctrine\Common\Annotations\CachedReader->getPropertyAnnotation(ReflectionProperty $property, $annotationName) …
        › {    foreach ($this->getPropertyAnnotations($property) as $annot) {        if ($annot instanceof $annotationName) {
      }
      /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php:302 {
        Doctrine\ORM\Mapping\Driver\AnnotationDriver->loadMetadataForClass($className, ClassMetadata $metadata) …
        › // Evaluate @Cache annotationif (($cacheAnnot = $this->reader->getPropertyAnnotation($property, Mapping\Cache::class)) !== null) {    $mapping['cache'] = $metadata->getAssociationCacheDefaults(
      }
      /home/objetivo062/codigo/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php:79 {
        Doctrine\Persistence\Mapping\Driver\MappingDriverChain->loadMetadataForClass($className, ClassMetadata $metadata) …
        › if (strpos($className, $namespace) === 0) {    $driver->loadMetadataForClass($className, $metadata);}
      /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php:149 {
        Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
        › try {    $this->driver->loadMetadataForClass($class->getName(), $class);} catch (ReflectionException $e) {
      }
      /home/objetivo062/codigo/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/AbstractClassMetadataFactory.php:306 {
        Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata($name) …
        › 
        › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
      /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php:79 {
        Doctrine\ORM\Mapping\ClassMetadataFactory->loadMetadata($name) …
        › {    $loaded = parent::loadMetadata($name);}
      /home/objetivo062/codigo/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/AbstractClassMetadataFactory.php:184 {
        Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor($className) …
        › } else {    foreach ($this->loadMetadata($realClassName) as $loadedClassName) {        $this->cacheDriver->save(
      }
      /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:293 {
        Doctrine\ORM\EntityManager->getClassMetadata($className) …
        › {    return $this->metadataFactory->getMetadataFor($className);}
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/EntityManager_9a5be93.php:87 {
        ContainerO0F3x9c\EntityManager_9a5be93->getClassMetadata($className) …
        › 
        ›     return $this->valueHolder26152->getClassMetadata($className);}
      }
      /home/objetivo062/codigo/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php:39 {
        Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepository->__construct(ManagerRegistry $registry, string $entityClass) …
        › 
        ›     parent::__construct($manager, $manager->getClassMetadata($entityClass));}
      }
      /home/objetivo062/codigo/src/Repository/BloqueRepository.php:22 {
        App\Repository\BloqueRepository->__construct(ManagerRegistry $registry) …
        › {    parent::__construct($registry, Bloque::class);}
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1345 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->getBloqueRepositoryService() …
        › {    return $this->privates['App\\Repository\\BloqueRepository'] = new \App\Repository\BloqueRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));}
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:632 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->get_Container_Private_TwigService() …
        › ])));$instance->addGlobal('bloque_manager', new \App\Service\BloqueManager(($this->privates['App\\Repository\\BloqueRepository'] ?? $this->getBloqueRepositoryService())));$instance->addGlobal('configuracion_manager', ($this->privates['App\\Service\\ConfiguracionManager'] ?? $this->getConfiguracionManagerService()));
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1220 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->getProfilerService() …
        › $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));$instance->add($e);
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1888 {
        ContainerO0F3x9c\App_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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:959 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->ContainerO0F3x9c\{closure} …
        › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
        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/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › 
        › $this->preProcess($eventName);try {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/objetivo062/codigo/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/objetivo062/codigo/vendor/symfony/validator/Constraint.php:191 {
    Symfony\Component\Validator\Constraint->__set(string $option, $value) …
    › if ('groups' === $option) {    $this->groups = (array) $value;}
  /home/objetivo062/codigo/vendor/symfony/var-exporter/Internal/Hydrator.php:62 {
    Symfony\Component\VarExporter\Internal\Hydrator::Symfony\Component\VarExporter\Internal\{closure} …
    › foreach ($values as $i => $v) {    $objects[$i]->$name = $v;}
  }
  /home/objetivo062/codigo/vendor/symfony/var-exporter/Internal/Hydrator.php:43 {
    Symfony\Component\VarExporter\Internal\Hydrator::hydrate($objects, $values, $properties, $value, $wakeups) …
    › foreach ($properties as $class => $vars) {    (self::$hydrators[$class] ?? self::getHydrator($class))($vars, $objects);}
  }
  /home/objetivo062/codigo/var/cache/dev/pools/cmJW-L2fxp/Z/D/a0neQ2G6PhtowkOTnTig:3 {
    Symfony\Component\Cache\Adapter\PhpFilesAdapter::{closure} …
    › 
    › return [PHP_INT_MAX, static function () { return \Symfony\Component\VarExporter\Internal\Hydrator::hydrate(    $o = [
  }
  /home/objetivo062/codigo/vendor/symfony/cache/Adapter/PhpFilesAdapter.php:121 {
    Symfony\Component\Cache\Adapter\PhpFilesAdapter->doFetch(array $ids) …
    › } elseif (!$value instanceof LazyValue) {    $values[$id] = $value();} elseif (false === $values[$id] = include $value->file) {
  }
  /home/objetivo062/codigo/vendor/symfony/cache/Traits/AbstractAdapterTrait.php:220 {
    Symfony\Component\Cache\Adapter\AbstractAdapter->getItem($key) …
    › try {    foreach ($this->doFetch([$id]) as $value) {        $isHit = true;
  }
  /home/objetivo062/codigo/vendor/symfony/cache/Adapter/TraceableAdapter.php:77 {
    Symfony\Component\Cache\Adapter\TraceableAdapter->getItem($key) …
    › try {    $item = $this->pool->getItem($key);} finally {
  }
  /home/objetivo062/codigo/vendor/symfony/cache/Adapter/PhpArrayAdapter.php:128 {
    Symfony\Component\Cache\Adapter\PhpArrayAdapter->getItem($key) …
    › if (!isset($this->keys[$key])) {    return $this->pool->getItem($key);}
  }
  /home/objetivo062/codigo/vendor/symfony/cache/DoctrineProvider.php:54 {
    Symfony\Component\Cache\DoctrineProvider->doFetch($id) …
    › {    $item = $this->pool->getItem(rawurlencode($id));}
  /home/objetivo062/codigo/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php:59 {
    Doctrine\Common\Cache\CacheProvider->fetch($id) …
    › {    return $this->doFetch($this->getNamespacedId($id));}
  }
  /home/objetivo062/codigo/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php:171 {
    Doctrine\Common\Annotations\CachedReader->fetchFromCache($cacheKey, ReflectionClass $class) …
    › {    $data = $this->cache->fetch($cacheKey);    if ($data !== false) {
  }
  /home/objetivo062/codigo/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php:93 {
    Doctrine\Common\Annotations\CachedReader->getPropertyAnnotations(ReflectionProperty $property) …
    › 
    › $annots = $this->fetchFromCache($cacheKey, $class);if ($annots === false) {
  }
  /home/objetivo062/codigo/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php:107 {
    Doctrine\Common\Annotations\CachedReader->getPropertyAnnotation(ReflectionProperty $property, $annotationName) …
    › {    foreach ($this->getPropertyAnnotations($property) as $annot) {        if ($annot instanceof $annotationName) {
  }
  /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php:302 {
    Doctrine\ORM\Mapping\Driver\AnnotationDriver->loadMetadataForClass($className, ClassMetadata $metadata) …
    › // Evaluate @Cache annotationif (($cacheAnnot = $this->reader->getPropertyAnnotation($property, Mapping\Cache::class)) !== null) {    $mapping['cache'] = $metadata->getAssociationCacheDefaults(
  }
  /home/objetivo062/codigo/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php:79 {
    Doctrine\Persistence\Mapping\Driver\MappingDriverChain->loadMetadataForClass($className, ClassMetadata $metadata) …
    › if (strpos($className, $namespace) === 0) {    $driver->loadMetadataForClass($className, $metadata);}
  /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php:149 {
    Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
    › try {    $this->driver->loadMetadataForClass($class->getName(), $class);} catch (ReflectionException $e) {
  }
  /home/objetivo062/codigo/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/AbstractClassMetadataFactory.php:306 {
    Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata($name) …
    › 
    › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
  /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php:79 {
    Doctrine\ORM\Mapping\ClassMetadataFactory->loadMetadata($name) …
    › {    $loaded = parent::loadMetadata($name);}
  /home/objetivo062/codigo/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/AbstractClassMetadataFactory.php:184 {
    Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor($className) …
    › } else {    foreach ($this->loadMetadata($realClassName) as $loadedClassName) {        $this->cacheDriver->save(
  }
  /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:293 {
    Doctrine\ORM\EntityManager->getClassMetadata($className) …
    › {    return $this->metadataFactory->getMetadataFor($className);}
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/EntityManager_9a5be93.php:87 {
    ContainerO0F3x9c\EntityManager_9a5be93->getClassMetadata($className) …
    › 
    ›     return $this->valueHolder26152->getClassMetadata($className);}
  }
  /home/objetivo062/codigo/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php:39 {
    Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepository->__construct(ManagerRegistry $registry, string $entityClass) …
    › 
    ›     parent::__construct($manager, $manager->getClassMetadata($entityClass));}
  }
  /home/objetivo062/codigo/src/Repository/BloqueRepository.php:22 {
    App\Repository\BloqueRepository->__construct(ManagerRegistry $registry) …
    › {    parent::__construct($registry, Bloque::class);}
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1345 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->getBloqueRepositoryService() …
    › {    return $this->privates['App\\Repository\\BloqueRepository'] = new \App\Repository\BloqueRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));}
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:632 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->get_Container_Private_TwigService() …
    › ])));$instance->addGlobal('bloque_manager', new \App\Service\BloqueManager(($this->privates['App\\Repository\\BloqueRepository'] ?? $this->getBloqueRepositoryService())));$instance->addGlobal('configuracion_manager', ($this->privates['App\\Service\\ConfiguracionManager'] ?? $this->getConfiguracionManagerService()));
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1220 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->getProfilerService() …
    › $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));$instance->add($e);
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1888 {
    ContainerO0F3x9c\App_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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:959 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->ContainerO0F3x9c\{closure} …
    › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
    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/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › 
    › $this->preProcess($eventName);try {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/objetivo062/codigo/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::exec($sql) 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 {#653
    #message: "Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::exec($sql) 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/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php"
    #line: 49
    #severity: E_DEPRECATED
    trace: {
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:49 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function exec($sql){
      }
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:21 {
        Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
        ›  */class PDOConnection extends PDO implements ConnectionInterface, ServerInfoAwareConnection{
      }
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:362 {
        Doctrine\DBAL\Connection->connect() …
        › 
        › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);}
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1853 {
        Doctrine\DBAL\Connection->getWrappedConnection() …
        › {    $this->connect();}
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1241 {
        Doctrine\DBAL\Connection->executeQuery($sql, array $params = [], $types = [], QueryCacheProfile $qcp = null) …
        › 
        › $connection = $this->getWrappedConnection();}
      /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php:901 {
        Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadAll(array $criteria = [], array $orderBy = null, $limit = null, $offset = null) …
        › [$params, $types] = $this->expandParameters($criteria);$stmt             = $this->conn->executeQuery($sql, $params, $types);}
      /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:199 {
        Doctrine\ORM\EntityRepository->findBy(array $criteria, array $orderBy = null, $limit = null, $offset = null) …
        › 
        ›     return $persister->loadAll($criteria, $orderBy, $limit, $offset);}
      }
      /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:180 {
        Doctrine\ORM\EntityRepository->findAll() …
        › {    return $this->findBy([]);}
      }
      /home/objetivo062/codigo/src/Service/ConfiguracionManager.php:21 {
        App\Service\ConfiguracionManager->cargarConfiguracion(): void …
        › {    $arrayConf = $this->configuracionRepository->findAll();    $this->configuracion = array_pop($arrayConf);
      }
      /home/objetivo062/codigo/src/Service/ConfiguracionManager.php:16 {
        App\Service\ConfiguracionManager->__construct(ConfiguracionRepository $configuracionRepository) …
        ›     $this->configuracionRepository = $configuracionRepository;    $this->cargarConfiguracion();}
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1475 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->getConfiguracionManagerService() …
        › {    return $this->privates['App\\Service\\ConfiguracionManager'] = new \App\Service\ConfiguracionManager(($this->privates['App\\Repository\\ConfiguracionRepository'] ?? $this->getConfiguracionRepositoryService()));}
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:633 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->get_Container_Private_TwigService() …
        › $instance->addGlobal('bloque_manager', new \App\Service\BloqueManager(($this->privates['App\\Repository\\BloqueRepository'] ?? $this->getBloqueRepositoryService())));$instance->addGlobal('configuracion_manager', ($this->privates['App\\Service\\ConfiguracionManager'] ?? $this->getConfiguracionManagerService()));$instance->addGlobal('cuestionario_manager', ($this->privates['App\\Service\\CuestionarioManager'] ?? $this->getCuestionarioManagerService()));
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1220 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->getProfilerService() …
        › $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));$instance->add($e);
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1888 {
        ContainerO0F3x9c\App_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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:959 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->ContainerO0F3x9c\{closure} …
        › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
        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/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › 
        › $this->preProcess($eventName);try {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/objetivo062/codigo/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:49 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function exec($sql){
  }
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:21 {
    Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
    ›  */class PDOConnection extends PDO implements ConnectionInterface, ServerInfoAwareConnection{
  }
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:362 {
    Doctrine\DBAL\Connection->connect() …
    › 
    › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);}
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1853 {
    Doctrine\DBAL\Connection->getWrappedConnection() …
    › {    $this->connect();}
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1241 {
    Doctrine\DBAL\Connection->executeQuery($sql, array $params = [], $types = [], QueryCacheProfile $qcp = null) …
    › 
    › $connection = $this->getWrappedConnection();}
  /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php:901 {
    Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadAll(array $criteria = [], array $orderBy = null, $limit = null, $offset = null) …
    › [$params, $types] = $this->expandParameters($criteria);$stmt             = $this->conn->executeQuery($sql, $params, $types);}
  /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:199 {
    Doctrine\ORM\EntityRepository->findBy(array $criteria, array $orderBy = null, $limit = null, $offset = null) …
    › 
    ›     return $persister->loadAll($criteria, $orderBy, $limit, $offset);}
  }
  /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:180 {
    Doctrine\ORM\EntityRepository->findAll() …
    › {    return $this->findBy([]);}
  }
  /home/objetivo062/codigo/src/Service/ConfiguracionManager.php:21 {
    App\Service\ConfiguracionManager->cargarConfiguracion(): void …
    › {    $arrayConf = $this->configuracionRepository->findAll();    $this->configuracion = array_pop($arrayConf);
  }
  /home/objetivo062/codigo/src/Service/ConfiguracionManager.php:16 {
    App\Service\ConfiguracionManager->__construct(ConfiguracionRepository $configuracionRepository) …
    ›     $this->configuracionRepository = $configuracionRepository;    $this->cargarConfiguracion();}
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1475 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->getConfiguracionManagerService() …
    › {    return $this->privates['App\\Service\\ConfiguracionManager'] = new \App\Service\ConfiguracionManager(($this->privates['App\\Repository\\ConfiguracionRepository'] ?? $this->getConfiguracionRepositoryService()));}
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:633 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->get_Container_Private_TwigService() …
    › $instance->addGlobal('bloque_manager', new \App\Service\BloqueManager(($this->privates['App\\Repository\\BloqueRepository'] ?? $this->getBloqueRepositoryService())));$instance->addGlobal('configuracion_manager', ($this->privates['App\\Service\\ConfiguracionManager'] ?? $this->getConfiguracionManagerService()));$instance->addGlobal('cuestionario_manager', ($this->privates['App\\Service\\CuestionarioManager'] ?? $this->getCuestionarioManagerService()));
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1220 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->getProfilerService() …
    › $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));$instance->add($e);
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1888 {
    ContainerO0F3x9c\App_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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:959 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->ContainerO0F3x9c\{closure} …
    › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
    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/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › 
    › $this->preProcess($eventName);try {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/objetivo062/codigo/public/index.php:20 {$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 {#654
    #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/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php"
    #line: 98
    #severity: E_DEPRECATED
    trace: {
      /home/objetivo062/codigo/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/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:21 {
        Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
        ›  */class PDOConnection extends PDO implements ConnectionInterface, ServerInfoAwareConnection{
      }
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:362 {
        Doctrine\DBAL\Connection->connect() …
        › 
        › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);}
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1853 {
        Doctrine\DBAL\Connection->getWrappedConnection() …
        › {    $this->connect();}
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1241 {
        Doctrine\DBAL\Connection->executeQuery($sql, array $params = [], $types = [], QueryCacheProfile $qcp = null) …
        › 
        › $connection = $this->getWrappedConnection();}
      /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php:901 {
        Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadAll(array $criteria = [], array $orderBy = null, $limit = null, $offset = null) …
        › [$params, $types] = $this->expandParameters($criteria);$stmt             = $this->conn->executeQuery($sql, $params, $types);}
      /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:199 {
        Doctrine\ORM\EntityRepository->findBy(array $criteria, array $orderBy = null, $limit = null, $offset = null) …
        › 
        ›     return $persister->loadAll($criteria, $orderBy, $limit, $offset);}
      }
      /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:180 {
        Doctrine\ORM\EntityRepository->findAll() …
        › {    return $this->findBy([]);}
      }
      /home/objetivo062/codigo/src/Service/ConfiguracionManager.php:21 {
        App\Service\ConfiguracionManager->cargarConfiguracion(): void …
        › {    $arrayConf = $this->configuracionRepository->findAll();    $this->configuracion = array_pop($arrayConf);
      }
      /home/objetivo062/codigo/src/Service/ConfiguracionManager.php:16 {
        App\Service\ConfiguracionManager->__construct(ConfiguracionRepository $configuracionRepository) …
        ›     $this->configuracionRepository = $configuracionRepository;    $this->cargarConfiguracion();}
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1475 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->getConfiguracionManagerService() …
        › {    return $this->privates['App\\Service\\ConfiguracionManager'] = new \App\Service\ConfiguracionManager(($this->privates['App\\Repository\\ConfiguracionRepository'] ?? $this->getConfiguracionRepositoryService()));}
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:633 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->get_Container_Private_TwigService() …
        › $instance->addGlobal('bloque_manager', new \App\Service\BloqueManager(($this->privates['App\\Repository\\BloqueRepository'] ?? $this->getBloqueRepositoryService())));$instance->addGlobal('configuracion_manager', ($this->privates['App\\Service\\ConfiguracionManager'] ?? $this->getConfiguracionManagerService()));$instance->addGlobal('cuestionario_manager', ($this->privates['App\\Service\\CuestionarioManager'] ?? $this->getCuestionarioManagerService()));
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1220 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->getProfilerService() …
        › $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));$instance->add($e);
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1888 {
        ContainerO0F3x9c\App_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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:959 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->ContainerO0F3x9c\{closure} …
        › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
        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/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › 
        › $this->preProcess($eventName);try {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/objetivo062/codigo/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/objetivo062/codigo/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/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:21 {
    Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
    ›  */class PDOConnection extends PDO implements ConnectionInterface, ServerInfoAwareConnection{
  }
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:362 {
    Doctrine\DBAL\Connection->connect() …
    › 
    › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);}
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1853 {
    Doctrine\DBAL\Connection->getWrappedConnection() …
    › {    $this->connect();}
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1241 {
    Doctrine\DBAL\Connection->executeQuery($sql, array $params = [], $types = [], QueryCacheProfile $qcp = null) …
    › 
    › $connection = $this->getWrappedConnection();}
  /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php:901 {
    Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadAll(array $criteria = [], array $orderBy = null, $limit = null, $offset = null) …
    › [$params, $types] = $this->expandParameters($criteria);$stmt             = $this->conn->executeQuery($sql, $params, $types);}
  /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:199 {
    Doctrine\ORM\EntityRepository->findBy(array $criteria, array $orderBy = null, $limit = null, $offset = null) …
    › 
    ›     return $persister->loadAll($criteria, $orderBy, $limit, $offset);}
  }
  /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:180 {
    Doctrine\ORM\EntityRepository->findAll() …
    › {    return $this->findBy([]);}
  }
  /home/objetivo062/codigo/src/Service/ConfiguracionManager.php:21 {
    App\Service\ConfiguracionManager->cargarConfiguracion(): void …
    › {    $arrayConf = $this->configuracionRepository->findAll();    $this->configuracion = array_pop($arrayConf);
  }
  /home/objetivo062/codigo/src/Service/ConfiguracionManager.php:16 {
    App\Service\ConfiguracionManager->__construct(ConfiguracionRepository $configuracionRepository) …
    ›     $this->configuracionRepository = $configuracionRepository;    $this->cargarConfiguracion();}
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1475 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->getConfiguracionManagerService() …
    › {    return $this->privates['App\\Service\\ConfiguracionManager'] = new \App\Service\ConfiguracionManager(($this->privates['App\\Repository\\ConfiguracionRepository'] ?? $this->getConfiguracionRepositoryService()));}
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:633 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->get_Container_Private_TwigService() …
    › $instance->addGlobal('bloque_manager', new \App\Service\BloqueManager(($this->privates['App\\Repository\\BloqueRepository'] ?? $this->getBloqueRepositoryService())));$instance->addGlobal('configuracion_manager', ($this->privates['App\\Service\\ConfiguracionManager'] ?? $this->getConfiguracionManagerService()));$instance->addGlobal('cuestionario_manager', ($this->privates['App\\Service\\CuestionarioManager'] ?? $this->getCuestionarioManagerService()));
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1220 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->getProfilerService() …
    › $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));$instance->add($e);
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1888 {
    ContainerO0F3x9c\App_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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:959 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->ContainerO0F3x9c\{closure} …
    › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
    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/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › 
    › $this->preProcess($eventName);try {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/objetivo062/codigo/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::prepare($sql, $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 {#655
    #message: "Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::prepare($sql, $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/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php"
    #line: 75
    #severity: E_DEPRECATED
    trace: {
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:75 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function prepare($sql, $driverOptions = []){
      }
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:21 {
        Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
        ›  */class PDOConnection extends PDO implements ConnectionInterface, ServerInfoAwareConnection{
      }
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:362 {
        Doctrine\DBAL\Connection->connect() …
        › 
        › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);}
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1853 {
        Doctrine\DBAL\Connection->getWrappedConnection() …
        › {    $this->connect();}
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1241 {
        Doctrine\DBAL\Connection->executeQuery($sql, array $params = [], $types = [], QueryCacheProfile $qcp = null) …
        › 
        › $connection = $this->getWrappedConnection();}
      /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php:901 {
        Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadAll(array $criteria = [], array $orderBy = null, $limit = null, $offset = null) …
        › [$params, $types] = $this->expandParameters($criteria);$stmt             = $this->conn->executeQuery($sql, $params, $types);}
      /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:199 {
        Doctrine\ORM\EntityRepository->findBy(array $criteria, array $orderBy = null, $limit = null, $offset = null) …
        › 
        ›     return $persister->loadAll($criteria, $orderBy, $limit, $offset);}
      }
      /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:180 {
        Doctrine\ORM\EntityRepository->findAll() …
        › {    return $this->findBy([]);}
      }
      /home/objetivo062/codigo/src/Service/ConfiguracionManager.php:21 {
        App\Service\ConfiguracionManager->cargarConfiguracion(): void …
        › {    $arrayConf = $this->configuracionRepository->findAll();    $this->configuracion = array_pop($arrayConf);
      }
      /home/objetivo062/codigo/src/Service/ConfiguracionManager.php:16 {
        App\Service\ConfiguracionManager->__construct(ConfiguracionRepository $configuracionRepository) …
        ›     $this->configuracionRepository = $configuracionRepository;    $this->cargarConfiguracion();}
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1475 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->getConfiguracionManagerService() …
        › {    return $this->privates['App\\Service\\ConfiguracionManager'] = new \App\Service\ConfiguracionManager(($this->privates['App\\Repository\\ConfiguracionRepository'] ?? $this->getConfiguracionRepositoryService()));}
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:633 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->get_Container_Private_TwigService() …
        › $instance->addGlobal('bloque_manager', new \App\Service\BloqueManager(($this->privates['App\\Repository\\BloqueRepository'] ?? $this->getBloqueRepositoryService())));$instance->addGlobal('configuracion_manager', ($this->privates['App\\Service\\ConfiguracionManager'] ?? $this->getConfiguracionManagerService()));$instance->addGlobal('cuestionario_manager', ($this->privates['App\\Service\\CuestionarioManager'] ?? $this->getCuestionarioManagerService()));
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1220 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->getProfilerService() …
        › $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));$instance->add($e);
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1888 {
        ContainerO0F3x9c\App_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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:959 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->ContainerO0F3x9c\{closure} …
        › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
        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/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › 
        › $this->preProcess($eventName);try {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/objetivo062/codigo/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:75 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function prepare($sql, $driverOptions = []){
  }
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:21 {
    Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
    ›  */class PDOConnection extends PDO implements ConnectionInterface, ServerInfoAwareConnection{
  }
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:362 {
    Doctrine\DBAL\Connection->connect() …
    › 
    › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);}
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1853 {
    Doctrine\DBAL\Connection->getWrappedConnection() …
    › {    $this->connect();}
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1241 {
    Doctrine\DBAL\Connection->executeQuery($sql, array $params = [], $types = [], QueryCacheProfile $qcp = null) …
    › 
    › $connection = $this->getWrappedConnection();}
  /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php:901 {
    Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadAll(array $criteria = [], array $orderBy = null, $limit = null, $offset = null) …
    › [$params, $types] = $this->expandParameters($criteria);$stmt             = $this->conn->executeQuery($sql, $params, $types);}
  /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:199 {
    Doctrine\ORM\EntityRepository->findBy(array $criteria, array $orderBy = null, $limit = null, $offset = null) …
    › 
    ›     return $persister->loadAll($criteria, $orderBy, $limit, $offset);}
  }
  /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:180 {
    Doctrine\ORM\EntityRepository->findAll() …
    › {    return $this->findBy([]);}
  }
  /home/objetivo062/codigo/src/Service/ConfiguracionManager.php:21 {
    App\Service\ConfiguracionManager->cargarConfiguracion(): void …
    › {    $arrayConf = $this->configuracionRepository->findAll();    $this->configuracion = array_pop($arrayConf);
  }
  /home/objetivo062/codigo/src/Service/ConfiguracionManager.php:16 {
    App\Service\ConfiguracionManager->__construct(ConfiguracionRepository $configuracionRepository) …
    ›     $this->configuracionRepository = $configuracionRepository;    $this->cargarConfiguracion();}
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1475 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->getConfiguracionManagerService() …
    › {    return $this->privates['App\\Service\\ConfiguracionManager'] = new \App\Service\ConfiguracionManager(($this->privates['App\\Repository\\ConfiguracionRepository'] ?? $this->getConfiguracionRepositoryService()));}
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:633 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->get_Container_Private_TwigService() …
    › $instance->addGlobal('bloque_manager', new \App\Service\BloqueManager(($this->privates['App\\Repository\\BloqueRepository'] ?? $this->getBloqueRepositoryService())));$instance->addGlobal('configuracion_manager', ($this->privates['App\\Service\\ConfiguracionManager'] ?? $this->getConfiguracionManagerService()));$instance->addGlobal('cuestionario_manager', ($this->privates['App\\Service\\CuestionarioManager'] ?? $this->getCuestionarioManagerService()));
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1220 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->getProfilerService() …
    › $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));$instance->add($e);
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1888 {
    ContainerO0F3x9c\App_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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:959 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->ContainerO0F3x9c\{closure} …
    › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
    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/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › 
    › $this->preProcess($eventName);try {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/objetivo062/codigo/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::quote($value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#656
    #message: "Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::quote($value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php"
    #line: 90
    #severity: E_DEPRECATED
    trace: {
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:90 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function quote($value, $type = ParameterType::STRING){
      }
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:21 {
        Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
        ›  */class PDOConnection extends PDO implements ConnectionInterface, ServerInfoAwareConnection{
      }
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:362 {
        Doctrine\DBAL\Connection->connect() …
        › 
        › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);}
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1853 {
        Doctrine\DBAL\Connection->getWrappedConnection() …
        › {    $this->connect();}
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1241 {
        Doctrine\DBAL\Connection->executeQuery($sql, array $params = [], $types = [], QueryCacheProfile $qcp = null) …
        › 
        › $connection = $this->getWrappedConnection();}
      /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php:901 {
        Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadAll(array $criteria = [], array $orderBy = null, $limit = null, $offset = null) …
        › [$params, $types] = $this->expandParameters($criteria);$stmt             = $this->conn->executeQuery($sql, $params, $types);}
      /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:199 {
        Doctrine\ORM\EntityRepository->findBy(array $criteria, array $orderBy = null, $limit = null, $offset = null) …
        › 
        ›     return $persister->loadAll($criteria, $orderBy, $limit, $offset);}
      }
      /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:180 {
        Doctrine\ORM\EntityRepository->findAll() …
        › {    return $this->findBy([]);}
      }
      /home/objetivo062/codigo/src/Service/ConfiguracionManager.php:21 {
        App\Service\ConfiguracionManager->cargarConfiguracion(): void …
        › {    $arrayConf = $this->configuracionRepository->findAll();    $this->configuracion = array_pop($arrayConf);
      }
      /home/objetivo062/codigo/src/Service/ConfiguracionManager.php:16 {
        App\Service\ConfiguracionManager->__construct(ConfiguracionRepository $configuracionRepository) …
        ›     $this->configuracionRepository = $configuracionRepository;    $this->cargarConfiguracion();}
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1475 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->getConfiguracionManagerService() …
        › {    return $this->privates['App\\Service\\ConfiguracionManager'] = new \App\Service\ConfiguracionManager(($this->privates['App\\Repository\\ConfiguracionRepository'] ?? $this->getConfiguracionRepositoryService()));}
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:633 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->get_Container_Private_TwigService() …
        › $instance->addGlobal('bloque_manager', new \App\Service\BloqueManager(($this->privates['App\\Repository\\BloqueRepository'] ?? $this->getBloqueRepositoryService())));$instance->addGlobal('configuracion_manager', ($this->privates['App\\Service\\ConfiguracionManager'] ?? $this->getConfiguracionManagerService()));$instance->addGlobal('cuestionario_manager', ($this->privates['App\\Service\\CuestionarioManager'] ?? $this->getCuestionarioManagerService()));
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1220 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->getProfilerService() …
        › $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));$instance->add($e);
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1888 {
        ContainerO0F3x9c\App_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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:959 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->ContainerO0F3x9c\{closure} …
        › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
        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/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › 
        › $this->preProcess($eventName);try {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/objetivo062/codigo/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:90 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function quote($value, $type = ParameterType::STRING){
  }
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:21 {
    Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
    ›  */class PDOConnection extends PDO implements ConnectionInterface, ServerInfoAwareConnection{
  }
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:362 {
    Doctrine\DBAL\Connection->connect() …
    › 
    › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);}
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1853 {
    Doctrine\DBAL\Connection->getWrappedConnection() …
    › {    $this->connect();}
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1241 {
    Doctrine\DBAL\Connection->executeQuery($sql, array $params = [], $types = [], QueryCacheProfile $qcp = null) …
    › 
    › $connection = $this->getWrappedConnection();}
  /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php:901 {
    Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadAll(array $criteria = [], array $orderBy = null, $limit = null, $offset = null) …
    › [$params, $types] = $this->expandParameters($criteria);$stmt             = $this->conn->executeQuery($sql, $params, $types);}
  /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:199 {
    Doctrine\ORM\EntityRepository->findBy(array $criteria, array $orderBy = null, $limit = null, $offset = null) …
    › 
    ›     return $persister->loadAll($criteria, $orderBy, $limit, $offset);}
  }
  /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:180 {
    Doctrine\ORM\EntityRepository->findAll() …
    › {    return $this->findBy([]);}
  }
  /home/objetivo062/codigo/src/Service/ConfiguracionManager.php:21 {
    App\Service\ConfiguracionManager->cargarConfiguracion(): void …
    › {    $arrayConf = $this->configuracionRepository->findAll();    $this->configuracion = array_pop($arrayConf);
  }
  /home/objetivo062/codigo/src/Service/ConfiguracionManager.php:16 {
    App\Service\ConfiguracionManager->__construct(ConfiguracionRepository $configuracionRepository) …
    ›     $this->configuracionRepository = $configuracionRepository;    $this->cargarConfiguracion();}
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1475 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->getConfiguracionManagerService() …
    › {    return $this->privates['App\\Service\\ConfiguracionManager'] = new \App\Service\ConfiguracionManager(($this->privates['App\\Repository\\ConfiguracionRepository'] ?? $this->getConfiguracionRepositoryService()));}
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:633 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->get_Container_Private_TwigService() …
    › $instance->addGlobal('bloque_manager', new \App\Service\BloqueManager(($this->privates['App\\Repository\\BloqueRepository'] ?? $this->getBloqueRepositoryService())));$instance->addGlobal('configuracion_manager', ($this->privates['App\\Service\\ConfiguracionManager'] ?? $this->getConfiguracionManagerService()));$instance->addGlobal('cuestionario_manager', ($this->privates['App\\Service\\CuestionarioManager'] ?? $this->getCuestionarioManagerService()));
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1220 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->getProfilerService() …
    › $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));$instance->add($e);
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1888 {
    ContainerO0F3x9c\App_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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:959 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->ContainerO0F3x9c\{closure} …
    › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
    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/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › 
    › $this->preProcess($eventName);try {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/objetivo062/codigo/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Doctrine\DBAL\Driver\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#657
    #message: "Deprecated: Return type of Doctrine\DBAL\Driver\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOQueryImplementation.php"
    #line: 20
    #severity: E_DEPRECATED
    trace: {
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOQueryImplementation.php:20 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs){
      }
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:21 {
        Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
        ›  */class PDOConnection extends PDO implements ConnectionInterface, ServerInfoAwareConnection{
      }
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:362 {
        Doctrine\DBAL\Connection->connect() …
        › 
        › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);}
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1853 {
        Doctrine\DBAL\Connection->getWrappedConnection() …
        › {    $this->connect();}
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1241 {
        Doctrine\DBAL\Connection->executeQuery($sql, array $params = [], $types = [], QueryCacheProfile $qcp = null) …
        › 
        › $connection = $this->getWrappedConnection();}
      /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php:901 {
        Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadAll(array $criteria = [], array $orderBy = null, $limit = null, $offset = null) …
        › [$params, $types] = $this->expandParameters($criteria);$stmt             = $this->conn->executeQuery($sql, $params, $types);}
      /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:199 {
        Doctrine\ORM\EntityRepository->findBy(array $criteria, array $orderBy = null, $limit = null, $offset = null) …
        › 
        ›     return $persister->loadAll($criteria, $orderBy, $limit, $offset);}
      }
      /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:180 {
        Doctrine\ORM\EntityRepository->findAll() …
        › {    return $this->findBy([]);}
      }
      /home/objetivo062/codigo/src/Service/ConfiguracionManager.php:21 {
        App\Service\ConfiguracionManager->cargarConfiguracion(): void …
        › {    $arrayConf = $this->configuracionRepository->findAll();    $this->configuracion = array_pop($arrayConf);
      }
      /home/objetivo062/codigo/src/Service/ConfiguracionManager.php:16 {
        App\Service\ConfiguracionManager->__construct(ConfiguracionRepository $configuracionRepository) …
        ›     $this->configuracionRepository = $configuracionRepository;    $this->cargarConfiguracion();}
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1475 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->getConfiguracionManagerService() …
        › {    return $this->privates['App\\Service\\ConfiguracionManager'] = new \App\Service\ConfiguracionManager(($this->privates['App\\Repository\\ConfiguracionRepository'] ?? $this->getConfiguracionRepositoryService()));}
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:633 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->get_Container_Private_TwigService() …
        › $instance->addGlobal('bloque_manager', new \App\Service\BloqueManager(($this->privates['App\\Repository\\BloqueRepository'] ?? $this->getBloqueRepositoryService())));$instance->addGlobal('configuracion_manager', ($this->privates['App\\Service\\ConfiguracionManager'] ?? $this->getConfiguracionManagerService()));$instance->addGlobal('cuestionario_manager', ($this->privates['App\\Service\\CuestionarioManager'] ?? $this->getCuestionarioManagerService()));
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1220 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->getProfilerService() …
        › $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));$instance->add($e);
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1888 {
        ContainerO0F3x9c\App_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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:959 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->ContainerO0F3x9c\{closure} …
        › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
        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/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › 
        › $this->preProcess($eventName);try {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/objetivo062/codigo/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOQueryImplementation.php:20 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs){
  }
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:21 {
    Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
    ›  */class PDOConnection extends PDO implements ConnectionInterface, ServerInfoAwareConnection{
  }
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:362 {
    Doctrine\DBAL\Connection->connect() …
    › 
    › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);}
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1853 {
    Doctrine\DBAL\Connection->getWrappedConnection() …
    › {    $this->connect();}
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1241 {
    Doctrine\DBAL\Connection->executeQuery($sql, array $params = [], $types = [], QueryCacheProfile $qcp = null) …
    › 
    › $connection = $this->getWrappedConnection();}
  /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php:901 {
    Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadAll(array $criteria = [], array $orderBy = null, $limit = null, $offset = null) …
    › [$params, $types] = $this->expandParameters($criteria);$stmt             = $this->conn->executeQuery($sql, $params, $types);}
  /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:199 {
    Doctrine\ORM\EntityRepository->findBy(array $criteria, array $orderBy = null, $limit = null, $offset = null) …
    › 
    ›     return $persister->loadAll($criteria, $orderBy, $limit, $offset);}
  }
  /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:180 {
    Doctrine\ORM\EntityRepository->findAll() …
    › {    return $this->findBy([]);}
  }
  /home/objetivo062/codigo/src/Service/ConfiguracionManager.php:21 {
    App\Service\ConfiguracionManager->cargarConfiguracion(): void …
    › {    $arrayConf = $this->configuracionRepository->findAll();    $this->configuracion = array_pop($arrayConf);
  }
  /home/objetivo062/codigo/src/Service/ConfiguracionManager.php:16 {
    App\Service\ConfiguracionManager->__construct(ConfiguracionRepository $configuracionRepository) …
    ›     $this->configuracionRepository = $configuracionRepository;    $this->cargarConfiguracion();}
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1475 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->getConfiguracionManagerService() …
    › {    return $this->privates['App\\Service\\ConfiguracionManager'] = new \App\Service\ConfiguracionManager(($this->privates['App\\Repository\\ConfiguracionRepository'] ?? $this->getConfiguracionRepositoryService()));}
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:633 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->get_Container_Private_TwigService() …
    › $instance->addGlobal('bloque_manager', new \App\Service\BloqueManager(($this->privates['App\\Repository\\BloqueRepository'] ?? $this->getBloqueRepositoryService())));$instance->addGlobal('configuracion_manager', ($this->privates['App\\Service\\ConfiguracionManager'] ?? $this->getConfiguracionManagerService()));$instance->addGlobal('cuestionario_manager', ($this->privates['App\\Service\\CuestionarioManager'] ?? $this->getCuestionarioManagerService()));
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1220 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->getProfilerService() …
    › $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));$instance->add($e);
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1888 {
    ContainerO0F3x9c\App_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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:959 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->ContainerO0F3x9c\{closure} …
    › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
    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/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › 
    › $this->preProcess($eventName);try {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/objetivo062/codigo/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindParam($param, &$variable, $type = Doctrine\DBAL\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#659
    #message: "Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindParam($param, &$variable, $type = Doctrine\DBAL\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php"
    #line: 82
    #severity: E_DEPRECATED
    trace: {
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:82 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function bindParam($param, &$variable, $type = ParameterType::STRING, $length = null, $driverOptions = null){
      }
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:27 {
        PDO->setAttribute(int $attribute, mixed $value) …
        ›  */class PDOStatement extends \PDOStatement implements StatementInterface, Result{
      }
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:39 {
        Doctrine\DBAL\Driver\PDOConnection->__construct($dsn, $user = null, $password = null, array $options = null) …
        › parent::__construct($dsn, (string) $user, (string) $password, (array) $options);$this->setAttribute(PDO::ATTR_STATEMENT_CLASS, [Statement::class, []]);$this->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
      }
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:23 {
        Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
        › try {    $conn = new PDO\Connection(        $this->constructPdoDsn($params),
      }
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:362 {
        Doctrine\DBAL\Connection->connect() …
        › 
        › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);}
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1853 {
        Doctrine\DBAL\Connection->getWrappedConnection() …
        › {    $this->connect();}
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1241 {
        Doctrine\DBAL\Connection->executeQuery($sql, array $params = [], $types = [], QueryCacheProfile $qcp = null) …
        › 
        › $connection = $this->getWrappedConnection();}
      /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php:901 {
        Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadAll(array $criteria = [], array $orderBy = null, $limit = null, $offset = null) …
        › [$params, $types] = $this->expandParameters($criteria);$stmt             = $this->conn->executeQuery($sql, $params, $types);}
      /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:199 {
        Doctrine\ORM\EntityRepository->findBy(array $criteria, array $orderBy = null, $limit = null, $offset = null) …
        › 
        ›     return $persister->loadAll($criteria, $orderBy, $limit, $offset);}
      }
      /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:180 {
        Doctrine\ORM\EntityRepository->findAll() …
        › {    return $this->findBy([]);}
      }
      /home/objetivo062/codigo/src/Service/ConfiguracionManager.php:21 {
        App\Service\ConfiguracionManager->cargarConfiguracion(): void …
        › {    $arrayConf = $this->configuracionRepository->findAll();    $this->configuracion = array_pop($arrayConf);
      }
      /home/objetivo062/codigo/src/Service/ConfiguracionManager.php:16 {
        App\Service\ConfiguracionManager->__construct(ConfiguracionRepository $configuracionRepository) …
        ›     $this->configuracionRepository = $configuracionRepository;    $this->cargarConfiguracion();}
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1475 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->getConfiguracionManagerService() …
        › {    return $this->privates['App\\Service\\ConfiguracionManager'] = new \App\Service\ConfiguracionManager(($this->privates['App\\Repository\\ConfiguracionRepository'] ?? $this->getConfiguracionRepositoryService()));}
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:633 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->get_Container_Private_TwigService() …
        › $instance->addGlobal('bloque_manager', new \App\Service\BloqueManager(($this->privates['App\\Repository\\BloqueRepository'] ?? $this->getBloqueRepositoryService())));$instance->addGlobal('configuracion_manager', ($this->privates['App\\Service\\ConfiguracionManager'] ?? $this->getConfiguracionManagerService()));$instance->addGlobal('cuestionario_manager', ($this->privates['App\\Service\\CuestionarioManager'] ?? $this->getCuestionarioManagerService()));
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1220 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->getProfilerService() …
        › $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));$instance->add($e);
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1888 {
        ContainerO0F3x9c\App_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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:959 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->ContainerO0F3x9c\{closure} …
        › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
        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/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › 
        › $this->preProcess($eventName);try {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/objetivo062/codigo/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:82 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function bindParam($param, &$variable, $type = ParameterType::STRING, $length = null, $driverOptions = null){
  }
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:27 {
    PDO->setAttribute(int $attribute, mixed $value) …
    ›  */class PDOStatement extends \PDOStatement implements StatementInterface, Result{
  }
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:39 {
    Doctrine\DBAL\Driver\PDOConnection->__construct($dsn, $user = null, $password = null, array $options = null) …
    › parent::__construct($dsn, (string) $user, (string) $password, (array) $options);$this->setAttribute(PDO::ATTR_STATEMENT_CLASS, [Statement::class, []]);$this->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
  }
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:23 {
    Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
    › try {    $conn = new PDO\Connection(        $this->constructPdoDsn($params),
  }
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:362 {
    Doctrine\DBAL\Connection->connect() …
    › 
    › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);}
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1853 {
    Doctrine\DBAL\Connection->getWrappedConnection() …
    › {    $this->connect();}
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1241 {
    Doctrine\DBAL\Connection->executeQuery($sql, array $params = [], $types = [], QueryCacheProfile $qcp = null) …
    › 
    › $connection = $this->getWrappedConnection();}
  /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php:901 {
    Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadAll(array $criteria = [], array $orderBy = null, $limit = null, $offset = null) …
    › [$params, $types] = $this->expandParameters($criteria);$stmt             = $this->conn->executeQuery($sql, $params, $types);}
  /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:199 {
    Doctrine\ORM\EntityRepository->findBy(array $criteria, array $orderBy = null, $limit = null, $offset = null) …
    › 
    ›     return $persister->loadAll($criteria, $orderBy, $limit, $offset);}
  }
  /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:180 {
    Doctrine\ORM\EntityRepository->findAll() …
    › {    return $this->findBy([]);}
  }
  /home/objetivo062/codigo/src/Service/ConfiguracionManager.php:21 {
    App\Service\ConfiguracionManager->cargarConfiguracion(): void …
    › {    $arrayConf = $this->configuracionRepository->findAll();    $this->configuracion = array_pop($arrayConf);
  }
  /home/objetivo062/codigo/src/Service/ConfiguracionManager.php:16 {
    App\Service\ConfiguracionManager->__construct(ConfiguracionRepository $configuracionRepository) …
    ›     $this->configuracionRepository = $configuracionRepository;    $this->cargarConfiguracion();}
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1475 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->getConfiguracionManagerService() …
    › {    return $this->privates['App\\Service\\ConfiguracionManager'] = new \App\Service\ConfiguracionManager(($this->privates['App\\Repository\\ConfiguracionRepository'] ?? $this->getConfiguracionRepositoryService()));}
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:633 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->get_Container_Private_TwigService() …
    › $instance->addGlobal('bloque_manager', new \App\Service\BloqueManager(($this->privates['App\\Repository\\BloqueRepository'] ?? $this->getBloqueRepositoryService())));$instance->addGlobal('configuracion_manager', ($this->privates['App\\Service\\ConfiguracionManager'] ?? $this->getConfiguracionManagerService()));$instance->addGlobal('cuestionario_manager', ($this->privates['App\\Service\\CuestionarioManager'] ?? $this->getCuestionarioManagerService()));
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1220 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->getProfilerService() …
    › $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));$instance->add($e);
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1888 {
    ContainerO0F3x9c\App_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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:959 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->ContainerO0F3x9c\{closure} …
    › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
    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/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › 
    › $this->preProcess($eventName);try {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/objetivo062/codigo/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindValue($param, $value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#660
    #message: "Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindValue($param, $value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php"
    #line: 62
    #severity: E_DEPRECATED
    trace: {
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:62 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function bindValue($param, $value, $type = ParameterType::STRING){
      }
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:27 {
        PDO->setAttribute(int $attribute, mixed $value) …
        ›  */class PDOStatement extends \PDOStatement implements StatementInterface, Result{
      }
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:39 {
        Doctrine\DBAL\Driver\PDOConnection->__construct($dsn, $user = null, $password = null, array $options = null) …
        › parent::__construct($dsn, (string) $user, (string) $password, (array) $options);$this->setAttribute(PDO::ATTR_STATEMENT_CLASS, [Statement::class, []]);$this->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
      }
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:23 {
        Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
        › try {    $conn = new PDO\Connection(        $this->constructPdoDsn($params),
      }
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:362 {
        Doctrine\DBAL\Connection->connect() …
        › 
        › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);}
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1853 {
        Doctrine\DBAL\Connection->getWrappedConnection() …
        › {    $this->connect();}
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1241 {
        Doctrine\DBAL\Connection->executeQuery($sql, array $params = [], $types = [], QueryCacheProfile $qcp = null) …
        › 
        › $connection = $this->getWrappedConnection();}
      /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php:901 {
        Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadAll(array $criteria = [], array $orderBy = null, $limit = null, $offset = null) …
        › [$params, $types] = $this->expandParameters($criteria);$stmt             = $this->conn->executeQuery($sql, $params, $types);}
      /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:199 {
        Doctrine\ORM\EntityRepository->findBy(array $criteria, array $orderBy = null, $limit = null, $offset = null) …
        › 
        ›     return $persister->loadAll($criteria, $orderBy, $limit, $offset);}
      }
      /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:180 {
        Doctrine\ORM\EntityRepository->findAll() …
        › {    return $this->findBy([]);}
      }
      /home/objetivo062/codigo/src/Service/ConfiguracionManager.php:21 {
        App\Service\ConfiguracionManager->cargarConfiguracion(): void …
        › {    $arrayConf = $this->configuracionRepository->findAll();    $this->configuracion = array_pop($arrayConf);
      }
      /home/objetivo062/codigo/src/Service/ConfiguracionManager.php:16 {
        App\Service\ConfiguracionManager->__construct(ConfiguracionRepository $configuracionRepository) …
        ›     $this->configuracionRepository = $configuracionRepository;    $this->cargarConfiguracion();}
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1475 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->getConfiguracionManagerService() …
        › {    return $this->privates['App\\Service\\ConfiguracionManager'] = new \App\Service\ConfiguracionManager(($this->privates['App\\Repository\\ConfiguracionRepository'] ?? $this->getConfiguracionRepositoryService()));}
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:633 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->get_Container_Private_TwigService() …
        › $instance->addGlobal('bloque_manager', new \App\Service\BloqueManager(($this->privates['App\\Repository\\BloqueRepository'] ?? $this->getBloqueRepositoryService())));$instance->addGlobal('configuracion_manager', ($this->privates['App\\Service\\ConfiguracionManager'] ?? $this->getConfiguracionManagerService()));$instance->addGlobal('cuestionario_manager', ($this->privates['App\\Service\\CuestionarioManager'] ?? $this->getCuestionarioManagerService()));
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1220 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->getProfilerService() …
        › $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));$instance->add($e);
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1888 {
        ContainerO0F3x9c\App_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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:959 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->ContainerO0F3x9c\{closure} …
        › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
        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/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › 
        › $this->preProcess($eventName);try {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/objetivo062/codigo/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:62 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function bindValue($param, $value, $type = ParameterType::STRING){
  }
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:27 {
    PDO->setAttribute(int $attribute, mixed $value) …
    ›  */class PDOStatement extends \PDOStatement implements StatementInterface, Result{
  }
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:39 {
    Doctrine\DBAL\Driver\PDOConnection->__construct($dsn, $user = null, $password = null, array $options = null) …
    › parent::__construct($dsn, (string) $user, (string) $password, (array) $options);$this->setAttribute(PDO::ATTR_STATEMENT_CLASS, [Statement::class, []]);$this->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
  }
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:23 {
    Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
    › try {    $conn = new PDO\Connection(        $this->constructPdoDsn($params),
  }
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:362 {
    Doctrine\DBAL\Connection->connect() …
    › 
    › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);}
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1853 {
    Doctrine\DBAL\Connection->getWrappedConnection() …
    › {    $this->connect();}
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1241 {
    Doctrine\DBAL\Connection->executeQuery($sql, array $params = [], $types = [], QueryCacheProfile $qcp = null) …
    › 
    › $connection = $this->getWrappedConnection();}
  /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php:901 {
    Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadAll(array $criteria = [], array $orderBy = null, $limit = null, $offset = null) …
    › [$params, $types] = $this->expandParameters($criteria);$stmt             = $this->conn->executeQuery($sql, $params, $types);}
  /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:199 {
    Doctrine\ORM\EntityRepository->findBy(array $criteria, array $orderBy = null, $limit = null, $offset = null) …
    › 
    ›     return $persister->loadAll($criteria, $orderBy, $limit, $offset);}
  }
  /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:180 {
    Doctrine\ORM\EntityRepository->findAll() …
    › {    return $this->findBy([]);}
  }
  /home/objetivo062/codigo/src/Service/ConfiguracionManager.php:21 {
    App\Service\ConfiguracionManager->cargarConfiguracion(): void …
    › {    $arrayConf = $this->configuracionRepository->findAll();    $this->configuracion = array_pop($arrayConf);
  }
  /home/objetivo062/codigo/src/Service/ConfiguracionManager.php:16 {
    App\Service\ConfiguracionManager->__construct(ConfiguracionRepository $configuracionRepository) …
    ›     $this->configuracionRepository = $configuracionRepository;    $this->cargarConfiguracion();}
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1475 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->getConfiguracionManagerService() …
    › {    return $this->privates['App\\Service\\ConfiguracionManager'] = new \App\Service\ConfiguracionManager(($this->privates['App\\Repository\\ConfiguracionRepository'] ?? $this->getConfiguracionRepositoryService()));}
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:633 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->get_Container_Private_TwigService() …
    › $instance->addGlobal('bloque_manager', new \App\Service\BloqueManager(($this->privates['App\\Repository\\BloqueRepository'] ?? $this->getBloqueRepositoryService())));$instance->addGlobal('configuracion_manager', ($this->privates['App\\Service\\ConfiguracionManager'] ?? $this->getConfiguracionManagerService()));$instance->addGlobal('cuestionario_manager', ($this->privates['App\\Service\\CuestionarioManager'] ?? $this->getCuestionarioManagerService()));
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1220 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->getProfilerService() …
    › $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));$instance->add($e);
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1888 {
    ContainerO0F3x9c\App_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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:959 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->ContainerO0F3x9c\{closure} …
    › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
    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/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › 
    › $this->preProcess($eventName);try {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/objetivo062/codigo/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#661
    #message: "Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php"
    #line: 98
    #severity: E_DEPRECATED
    trace: {
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:98 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function closeCursor(){
      }
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:27 {
        PDO->setAttribute(int $attribute, mixed $value) …
        ›  */class PDOStatement extends \PDOStatement implements StatementInterface, Result{
      }
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:39 {
        Doctrine\DBAL\Driver\PDOConnection->__construct($dsn, $user = null, $password = null, array $options = null) …
        › parent::__construct($dsn, (string) $user, (string) $password, (array) $options);$this->setAttribute(PDO::ATTR_STATEMENT_CLASS, [Statement::class, []]);$this->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
      }
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:23 {
        Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
        › try {    $conn = new PDO\Connection(        $this->constructPdoDsn($params),
      }
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:362 {
        Doctrine\DBAL\Connection->connect() …
        › 
        › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);}
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1853 {
        Doctrine\DBAL\Connection->getWrappedConnection() …
        › {    $this->connect();}
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1241 {
        Doctrine\DBAL\Connection->executeQuery($sql, array $params = [], $types = [], QueryCacheProfile $qcp = null) …
        › 
        › $connection = $this->getWrappedConnection();}
      /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php:901 {
        Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadAll(array $criteria = [], array $orderBy = null, $limit = null, $offset = null) …
        › [$params, $types] = $this->expandParameters($criteria);$stmt             = $this->conn->executeQuery($sql, $params, $types);}
      /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:199 {
        Doctrine\ORM\EntityRepository->findBy(array $criteria, array $orderBy = null, $limit = null, $offset = null) …
        › 
        ›     return $persister->loadAll($criteria, $orderBy, $limit, $offset);}
      }
      /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:180 {
        Doctrine\ORM\EntityRepository->findAll() …
        › {    return $this->findBy([]);}
      }
      /home/objetivo062/codigo/src/Service/ConfiguracionManager.php:21 {
        App\Service\ConfiguracionManager->cargarConfiguracion(): void …
        › {    $arrayConf = $this->configuracionRepository->findAll();    $this->configuracion = array_pop($arrayConf);
      }
      /home/objetivo062/codigo/src/Service/ConfiguracionManager.php:16 {
        App\Service\ConfiguracionManager->__construct(ConfiguracionRepository $configuracionRepository) …
        ›     $this->configuracionRepository = $configuracionRepository;    $this->cargarConfiguracion();}
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1475 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->getConfiguracionManagerService() …
        › {    return $this->privates['App\\Service\\ConfiguracionManager'] = new \App\Service\ConfiguracionManager(($this->privates['App\\Repository\\ConfiguracionRepository'] ?? $this->getConfiguracionRepositoryService()));}
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:633 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->get_Container_Private_TwigService() …
        › $instance->addGlobal('bloque_manager', new \App\Service\BloqueManager(($this->privates['App\\Repository\\BloqueRepository'] ?? $this->getBloqueRepositoryService())));$instance->addGlobal('configuracion_manager', ($this->privates['App\\Service\\ConfiguracionManager'] ?? $this->getConfiguracionManagerService()));$instance->addGlobal('cuestionario_manager', ($this->privates['App\\Service\\CuestionarioManager'] ?? $this->getCuestionarioManagerService()));
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1220 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->getProfilerService() …
        › $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));$instance->add($e);
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1888 {
        ContainerO0F3x9c\App_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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:959 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->ContainerO0F3x9c\{closure} …
        › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
        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/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › 
        › $this->preProcess($eventName);try {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/objetivo062/codigo/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:98 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function closeCursor(){
  }
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:27 {
    PDO->setAttribute(int $attribute, mixed $value) …
    ›  */class PDOStatement extends \PDOStatement implements StatementInterface, Result{
  }
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:39 {
    Doctrine\DBAL\Driver\PDOConnection->__construct($dsn, $user = null, $password = null, array $options = null) …
    › parent::__construct($dsn, (string) $user, (string) $password, (array) $options);$this->setAttribute(PDO::ATTR_STATEMENT_CLASS, [Statement::class, []]);$this->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
  }
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:23 {
    Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
    › try {    $conn = new PDO\Connection(        $this->constructPdoDsn($params),
  }
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:362 {
    Doctrine\DBAL\Connection->connect() …
    › 
    › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);}
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1853 {
    Doctrine\DBAL\Connection->getWrappedConnection() …
    › {    $this->connect();}
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1241 {
    Doctrine\DBAL\Connection->executeQuery($sql, array $params = [], $types = [], QueryCacheProfile $qcp = null) …
    › 
    › $connection = $this->getWrappedConnection();}
  /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php:901 {
    Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadAll(array $criteria = [], array $orderBy = null, $limit = null, $offset = null) …
    › [$params, $types] = $this->expandParameters($criteria);$stmt             = $this->conn->executeQuery($sql, $params, $types);}
  /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:199 {
    Doctrine\ORM\EntityRepository->findBy(array $criteria, array $orderBy = null, $limit = null, $offset = null) …
    › 
    ›     return $persister->loadAll($criteria, $orderBy, $limit, $offset);}
  }
  /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:180 {
    Doctrine\ORM\EntityRepository->findAll() …
    › {    return $this->findBy([]);}
  }
  /home/objetivo062/codigo/src/Service/ConfiguracionManager.php:21 {
    App\Service\ConfiguracionManager->cargarConfiguracion(): void …
    › {    $arrayConf = $this->configuracionRepository->findAll();    $this->configuracion = array_pop($arrayConf);
  }
  /home/objetivo062/codigo/src/Service/ConfiguracionManager.php:16 {
    App\Service\ConfiguracionManager->__construct(ConfiguracionRepository $configuracionRepository) …
    ›     $this->configuracionRepository = $configuracionRepository;    $this->cargarConfiguracion();}
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1475 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->getConfiguracionManagerService() …
    › {    return $this->privates['App\\Service\\ConfiguracionManager'] = new \App\Service\ConfiguracionManager(($this->privates['App\\Repository\\ConfiguracionRepository'] ?? $this->getConfiguracionRepositoryService()));}
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:633 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->get_Container_Private_TwigService() …
    › $instance->addGlobal('bloque_manager', new \App\Service\BloqueManager(($this->privates['App\\Repository\\BloqueRepository'] ?? $this->getBloqueRepositoryService())));$instance->addGlobal('configuracion_manager', ($this->privates['App\\Service\\ConfiguracionManager'] ?? $this->getConfiguracionManagerService()));$instance->addGlobal('cuestionario_manager', ($this->privates['App\\Service\\CuestionarioManager'] ?? $this->getCuestionarioManagerService()));
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1220 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->getProfilerService() …
    › $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));$instance->add($e);
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1888 {
    ContainerO0F3x9c\App_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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:959 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->ContainerO0F3x9c\{closure} …
    › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
    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/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › 
    › $this->preProcess($eventName);try {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/objetivo062/codigo/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#662
    #message: "Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php"
    #line: 112
    #severity: E_DEPRECATED
    trace: {
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:112 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function execute($params = null){
      }
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:27 {
        PDO->setAttribute(int $attribute, mixed $value) …
        ›  */class PDOStatement extends \PDOStatement implements StatementInterface, Result{
      }
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:39 {
        Doctrine\DBAL\Driver\PDOConnection->__construct($dsn, $user = null, $password = null, array $options = null) …
        › parent::__construct($dsn, (string) $user, (string) $password, (array) $options);$this->setAttribute(PDO::ATTR_STATEMENT_CLASS, [Statement::class, []]);$this->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
      }
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:23 {
        Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
        › try {    $conn = new PDO\Connection(        $this->constructPdoDsn($params),
      }
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:362 {
        Doctrine\DBAL\Connection->connect() …
        › 
        › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);}
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1853 {
        Doctrine\DBAL\Connection->getWrappedConnection() …
        › {    $this->connect();}
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1241 {
        Doctrine\DBAL\Connection->executeQuery($sql, array $params = [], $types = [], QueryCacheProfile $qcp = null) …
        › 
        › $connection = $this->getWrappedConnection();}
      /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php:901 {
        Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadAll(array $criteria = [], array $orderBy = null, $limit = null, $offset = null) …
        › [$params, $types] = $this->expandParameters($criteria);$stmt             = $this->conn->executeQuery($sql, $params, $types);}
      /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:199 {
        Doctrine\ORM\EntityRepository->findBy(array $criteria, array $orderBy = null, $limit = null, $offset = null) …
        › 
        ›     return $persister->loadAll($criteria, $orderBy, $limit, $offset);}
      }
      /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:180 {
        Doctrine\ORM\EntityRepository->findAll() …
        › {    return $this->findBy([]);}
      }
      /home/objetivo062/codigo/src/Service/ConfiguracionManager.php:21 {
        App\Service\ConfiguracionManager->cargarConfiguracion(): void …
        › {    $arrayConf = $this->configuracionRepository->findAll();    $this->configuracion = array_pop($arrayConf);
      }
      /home/objetivo062/codigo/src/Service/ConfiguracionManager.php:16 {
        App\Service\ConfiguracionManager->__construct(ConfiguracionRepository $configuracionRepository) …
        ›     $this->configuracionRepository = $configuracionRepository;    $this->cargarConfiguracion();}
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1475 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->getConfiguracionManagerService() …
        › {    return $this->privates['App\\Service\\ConfiguracionManager'] = new \App\Service\ConfiguracionManager(($this->privates['App\\Repository\\ConfiguracionRepository'] ?? $this->getConfiguracionRepositoryService()));}
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:633 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->get_Container_Private_TwigService() …
        › $instance->addGlobal('bloque_manager', new \App\Service\BloqueManager(($this->privates['App\\Repository\\BloqueRepository'] ?? $this->getBloqueRepositoryService())));$instance->addGlobal('configuracion_manager', ($this->privates['App\\Service\\ConfiguracionManager'] ?? $this->getConfiguracionManagerService()));$instance->addGlobal('cuestionario_manager', ($this->privates['App\\Service\\CuestionarioManager'] ?? $this->getCuestionarioManagerService()));
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1220 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->getProfilerService() …
        › $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));$instance->add($e);
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1888 {
        ContainerO0F3x9c\App_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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:959 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->ContainerO0F3x9c\{closure} …
        › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
        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/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › 
        › $this->preProcess($eventName);try {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/objetivo062/codigo/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:112 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function execute($params = null){
  }
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:27 {
    PDO->setAttribute(int $attribute, mixed $value) …
    ›  */class PDOStatement extends \PDOStatement implements StatementInterface, Result{
  }
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:39 {
    Doctrine\DBAL\Driver\PDOConnection->__construct($dsn, $user = null, $password = null, array $options = null) …
    › parent::__construct($dsn, (string) $user, (string) $password, (array) $options);$this->setAttribute(PDO::ATTR_STATEMENT_CLASS, [Statement::class, []]);$this->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
  }
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:23 {
    Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
    › try {    $conn = new PDO\Connection(        $this->constructPdoDsn($params),
  }
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:362 {
    Doctrine\DBAL\Connection->connect() …
    › 
    › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);}
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1853 {
    Doctrine\DBAL\Connection->getWrappedConnection() …
    › {    $this->connect();}
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1241 {
    Doctrine\DBAL\Connection->executeQuery($sql, array $params = [], $types = [], QueryCacheProfile $qcp = null) …
    › 
    › $connection = $this->getWrappedConnection();}
  /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php:901 {
    Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadAll(array $criteria = [], array $orderBy = null, $limit = null, $offset = null) …
    › [$params, $types] = $this->expandParameters($criteria);$stmt             = $this->conn->executeQuery($sql, $params, $types);}
  /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:199 {
    Doctrine\ORM\EntityRepository->findBy(array $criteria, array $orderBy = null, $limit = null, $offset = null) …
    › 
    ›     return $persister->loadAll($criteria, $orderBy, $limit, $offset);}
  }
  /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:180 {
    Doctrine\ORM\EntityRepository->findAll() …
    › {    return $this->findBy([]);}
  }
  /home/objetivo062/codigo/src/Service/ConfiguracionManager.php:21 {
    App\Service\ConfiguracionManager->cargarConfiguracion(): void …
    › {    $arrayConf = $this->configuracionRepository->findAll();    $this->configuracion = array_pop($arrayConf);
  }
  /home/objetivo062/codigo/src/Service/ConfiguracionManager.php:16 {
    App\Service\ConfiguracionManager->__construct(ConfiguracionRepository $configuracionRepository) …
    ›     $this->configuracionRepository = $configuracionRepository;    $this->cargarConfiguracion();}
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1475 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->getConfiguracionManagerService() …
    › {    return $this->privates['App\\Service\\ConfiguracionManager'] = new \App\Service\ConfiguracionManager(($this->privates['App\\Repository\\ConfiguracionRepository'] ?? $this->getConfiguracionRepositoryService()));}
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:633 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->get_Container_Private_TwigService() …
    › $instance->addGlobal('bloque_manager', new \App\Service\BloqueManager(($this->privates['App\\Repository\\BloqueRepository'] ?? $this->getBloqueRepositoryService())));$instance->addGlobal('configuracion_manager', ($this->privates['App\\Service\\ConfiguracionManager'] ?? $this->getConfiguracionManagerService()));$instance->addGlobal('cuestionario_manager', ($this->privates['App\\Service\\CuestionarioManager'] ?? $this->getCuestionarioManagerService()));
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1220 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->getProfilerService() …
    › $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));$instance->add($e);
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1888 {
    ContainerO0F3x9c\App_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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:959 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->ContainerO0F3x9c\{closure} …
    › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
    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/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › 
    › $this->preProcess($eventName);try {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/objetivo062/codigo/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#663
    #message: "Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php"
    #line: 126
    #severity: E_DEPRECATED
    trace: {
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:126 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0){
      }
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:27 {
        PDO->setAttribute(int $attribute, mixed $value) …
        ›  */class PDOStatement extends \PDOStatement implements StatementInterface, Result{
      }
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:39 {
        Doctrine\DBAL\Driver\PDOConnection->__construct($dsn, $user = null, $password = null, array $options = null) …
        › parent::__construct($dsn, (string) $user, (string) $password, (array) $options);$this->setAttribute(PDO::ATTR_STATEMENT_CLASS, [Statement::class, []]);$this->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
      }
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:23 {
        Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
        › try {    $conn = new PDO\Connection(        $this->constructPdoDsn($params),
      }
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:362 {
        Doctrine\DBAL\Connection->connect() …
        › 
        › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);}
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1853 {
        Doctrine\DBAL\Connection->getWrappedConnection() …
        › {    $this->connect();}
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1241 {
        Doctrine\DBAL\Connection->executeQuery($sql, array $params = [], $types = [], QueryCacheProfile $qcp = null) …
        › 
        › $connection = $this->getWrappedConnection();}
      /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php:901 {
        Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadAll(array $criteria = [], array $orderBy = null, $limit = null, $offset = null) …
        › [$params, $types] = $this->expandParameters($criteria);$stmt             = $this->conn->executeQuery($sql, $params, $types);}
      /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:199 {
        Doctrine\ORM\EntityRepository->findBy(array $criteria, array $orderBy = null, $limit = null, $offset = null) …
        › 
        ›     return $persister->loadAll($criteria, $orderBy, $limit, $offset);}
      }
      /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:180 {
        Doctrine\ORM\EntityRepository->findAll() …
        › {    return $this->findBy([]);}
      }
      /home/objetivo062/codigo/src/Service/ConfiguracionManager.php:21 {
        App\Service\ConfiguracionManager->cargarConfiguracion(): void …
        › {    $arrayConf = $this->configuracionRepository->findAll();    $this->configuracion = array_pop($arrayConf);
      }
      /home/objetivo062/codigo/src/Service/ConfiguracionManager.php:16 {
        App\Service\ConfiguracionManager->__construct(ConfiguracionRepository $configuracionRepository) …
        ›     $this->configuracionRepository = $configuracionRepository;    $this->cargarConfiguracion();}
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1475 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->getConfiguracionManagerService() …
        › {    return $this->privates['App\\Service\\ConfiguracionManager'] = new \App\Service\ConfiguracionManager(($this->privates['App\\Repository\\ConfiguracionRepository'] ?? $this->getConfiguracionRepositoryService()));}
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:633 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->get_Container_Private_TwigService() …
        › $instance->addGlobal('bloque_manager', new \App\Service\BloqueManager(($this->privates['App\\Repository\\BloqueRepository'] ?? $this->getBloqueRepositoryService())));$instance->addGlobal('configuracion_manager', ($this->privates['App\\Service\\ConfiguracionManager'] ?? $this->getConfiguracionManagerService()));$instance->addGlobal('cuestionario_manager', ($this->privates['App\\Service\\CuestionarioManager'] ?? $this->getCuestionarioManagerService()));
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1220 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->getProfilerService() …
        › $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));$instance->add($e);
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1888 {
        ContainerO0F3x9c\App_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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:959 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->ContainerO0F3x9c\{closure} …
        › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
        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/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › 
        › $this->preProcess($eventName);try {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/objetivo062/codigo/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:126 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0){
  }
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:27 {
    PDO->setAttribute(int $attribute, mixed $value) …
    ›  */class PDOStatement extends \PDOStatement implements StatementInterface, Result{
  }
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:39 {
    Doctrine\DBAL\Driver\PDOConnection->__construct($dsn, $user = null, $password = null, array $options = null) …
    › parent::__construct($dsn, (string) $user, (string) $password, (array) $options);$this->setAttribute(PDO::ATTR_STATEMENT_CLASS, [Statement::class, []]);$this->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
  }
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:23 {
    Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
    › try {    $conn = new PDO\Connection(        $this->constructPdoDsn($params),
  }
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:362 {
    Doctrine\DBAL\Connection->connect() …
    › 
    › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);}
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1853 {
    Doctrine\DBAL\Connection->getWrappedConnection() …
    › {    $this->connect();}
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1241 {
    Doctrine\DBAL\Connection->executeQuery($sql, array $params = [], $types = [], QueryCacheProfile $qcp = null) …
    › 
    › $connection = $this->getWrappedConnection();}
  /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php:901 {
    Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadAll(array $criteria = [], array $orderBy = null, $limit = null, $offset = null) …
    › [$params, $types] = $this->expandParameters($criteria);$stmt             = $this->conn->executeQuery($sql, $params, $types);}
  /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:199 {
    Doctrine\ORM\EntityRepository->findBy(array $criteria, array $orderBy = null, $limit = null, $offset = null) …
    › 
    ›     return $persister->loadAll($criteria, $orderBy, $limit, $offset);}
  }
  /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:180 {
    Doctrine\ORM\EntityRepository->findAll() …
    › {    return $this->findBy([]);}
  }
  /home/objetivo062/codigo/src/Service/ConfiguracionManager.php:21 {
    App\Service\ConfiguracionManager->cargarConfiguracion(): void …
    › {    $arrayConf = $this->configuracionRepository->findAll();    $this->configuracion = array_pop($arrayConf);
  }
  /home/objetivo062/codigo/src/Service/ConfiguracionManager.php:16 {
    App\Service\ConfiguracionManager->__construct(ConfiguracionRepository $configuracionRepository) …
    ›     $this->configuracionRepository = $configuracionRepository;    $this->cargarConfiguracion();}
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1475 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->getConfiguracionManagerService() …
    › {    return $this->privates['App\\Service\\ConfiguracionManager'] = new \App\Service\ConfiguracionManager(($this->privates['App\\Repository\\ConfiguracionRepository'] ?? $this->getConfiguracionRepositoryService()));}
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:633 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->get_Container_Private_TwigService() …
    › $instance->addGlobal('bloque_manager', new \App\Service\BloqueManager(($this->privates['App\\Repository\\BloqueRepository'] ?? $this->getBloqueRepositoryService())));$instance->addGlobal('configuracion_manager', ($this->privates['App\\Service\\ConfiguracionManager'] ?? $this->getConfiguracionManagerService()));$instance->addGlobal('cuestionario_manager', ($this->privates['App\\Service\\CuestionarioManager'] ?? $this->getCuestionarioManagerService()));
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1220 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->getProfilerService() …
    › $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));$instance->add($e);
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1888 {
    ContainerO0F3x9c\App_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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:959 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->ContainerO0F3x9c\{closure} …
    › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
    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/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › 
    › $this->preProcess($eventName);try {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/objetivo062/codigo/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#664
    #message: "Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php"
    #line: 146
    #severity: E_DEPRECATED
    trace: {
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:146 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function fetchColumn($columnIndex = 0){
      }
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:27 {
        PDO->setAttribute(int $attribute, mixed $value) …
        ›  */class PDOStatement extends \PDOStatement implements StatementInterface, Result{
      }
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:39 {
        Doctrine\DBAL\Driver\PDOConnection->__construct($dsn, $user = null, $password = null, array $options = null) …
        › parent::__construct($dsn, (string) $user, (string) $password, (array) $options);$this->setAttribute(PDO::ATTR_STATEMENT_CLASS, [Statement::class, []]);$this->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
      }
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:23 {
        Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
        › try {    $conn = new PDO\Connection(        $this->constructPdoDsn($params),
      }
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:362 {
        Doctrine\DBAL\Connection->connect() …
        › 
        › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);}
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1853 {
        Doctrine\DBAL\Connection->getWrappedConnection() …
        › {    $this->connect();}
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1241 {
        Doctrine\DBAL\Connection->executeQuery($sql, array $params = [], $types = [], QueryCacheProfile $qcp = null) …
        › 
        › $connection = $this->getWrappedConnection();}
      /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php:901 {
        Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadAll(array $criteria = [], array $orderBy = null, $limit = null, $offset = null) …
        › [$params, $types] = $this->expandParameters($criteria);$stmt             = $this->conn->executeQuery($sql, $params, $types);}
      /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:199 {
        Doctrine\ORM\EntityRepository->findBy(array $criteria, array $orderBy = null, $limit = null, $offset = null) …
        › 
        ›     return $persister->loadAll($criteria, $orderBy, $limit, $offset);}
      }
      /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:180 {
        Doctrine\ORM\EntityRepository->findAll() …
        › {    return $this->findBy([]);}
      }
      /home/objetivo062/codigo/src/Service/ConfiguracionManager.php:21 {
        App\Service\ConfiguracionManager->cargarConfiguracion(): void …
        › {    $arrayConf = $this->configuracionRepository->findAll();    $this->configuracion = array_pop($arrayConf);
      }
      /home/objetivo062/codigo/src/Service/ConfiguracionManager.php:16 {
        App\Service\ConfiguracionManager->__construct(ConfiguracionRepository $configuracionRepository) …
        ›     $this->configuracionRepository = $configuracionRepository;    $this->cargarConfiguracion();}
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1475 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->getConfiguracionManagerService() …
        › {    return $this->privates['App\\Service\\ConfiguracionManager'] = new \App\Service\ConfiguracionManager(($this->privates['App\\Repository\\ConfiguracionRepository'] ?? $this->getConfiguracionRepositoryService()));}
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:633 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->get_Container_Private_TwigService() …
        › $instance->addGlobal('bloque_manager', new \App\Service\BloqueManager(($this->privates['App\\Repository\\BloqueRepository'] ?? $this->getBloqueRepositoryService())));$instance->addGlobal('configuracion_manager', ($this->privates['App\\Service\\ConfiguracionManager'] ?? $this->getConfiguracionManagerService()));$instance->addGlobal('cuestionario_manager', ($this->privates['App\\Service\\CuestionarioManager'] ?? $this->getCuestionarioManagerService()));
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1220 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->getProfilerService() …
        › $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));$instance->add($e);
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1888 {
        ContainerO0F3x9c\App_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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:959 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->ContainerO0F3x9c\{closure} …
        › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
        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/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › 
        › $this->preProcess($eventName);try {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/objetivo062/codigo/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:146 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function fetchColumn($columnIndex = 0){
  }
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:27 {
    PDO->setAttribute(int $attribute, mixed $value) …
    ›  */class PDOStatement extends \PDOStatement implements StatementInterface, Result{
  }
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:39 {
    Doctrine\DBAL\Driver\PDOConnection->__construct($dsn, $user = null, $password = null, array $options = null) …
    › parent::__construct($dsn, (string) $user, (string) $password, (array) $options);$this->setAttribute(PDO::ATTR_STATEMENT_CLASS, [Statement::class, []]);$this->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
  }
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:23 {
    Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
    › try {    $conn = new PDO\Connection(        $this->constructPdoDsn($params),
  }
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:362 {
    Doctrine\DBAL\Connection->connect() …
    › 
    › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);}
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1853 {
    Doctrine\DBAL\Connection->getWrappedConnection() …
    › {    $this->connect();}
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1241 {
    Doctrine\DBAL\Connection->executeQuery($sql, array $params = [], $types = [], QueryCacheProfile $qcp = null) …
    › 
    › $connection = $this->getWrappedConnection();}
  /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php:901 {
    Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadAll(array $criteria = [], array $orderBy = null, $limit = null, $offset = null) …
    › [$params, $types] = $this->expandParameters($criteria);$stmt             = $this->conn->executeQuery($sql, $params, $types);}
  /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:199 {
    Doctrine\ORM\EntityRepository->findBy(array $criteria, array $orderBy = null, $limit = null, $offset = null) …
    › 
    ›     return $persister->loadAll($criteria, $orderBy, $limit, $offset);}
  }
  /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:180 {
    Doctrine\ORM\EntityRepository->findAll() …
    › {    return $this->findBy([]);}
  }
  /home/objetivo062/codigo/src/Service/ConfiguracionManager.php:21 {
    App\Service\ConfiguracionManager->cargarConfiguracion(): void …
    › {    $arrayConf = $this->configuracionRepository->findAll();    $this->configuracion = array_pop($arrayConf);
  }
  /home/objetivo062/codigo/src/Service/ConfiguracionManager.php:16 {
    App\Service\ConfiguracionManager->__construct(ConfiguracionRepository $configuracionRepository) …
    ›     $this->configuracionRepository = $configuracionRepository;    $this->cargarConfiguracion();}
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1475 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->getConfiguracionManagerService() …
    › {    return $this->privates['App\\Service\\ConfiguracionManager'] = new \App\Service\ConfiguracionManager(($this->privates['App\\Repository\\ConfiguracionRepository'] ?? $this->getConfiguracionRepositoryService()));}
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:633 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->get_Container_Private_TwigService() …
    › $instance->addGlobal('bloque_manager', new \App\Service\BloqueManager(($this->privates['App\\Repository\\BloqueRepository'] ?? $this->getBloqueRepositoryService())));$instance->addGlobal('configuracion_manager', ($this->privates['App\\Service\\ConfiguracionManager'] ?? $this->getConfiguracionManagerService()));$instance->addGlobal('cuestionario_manager', ($this->privates['App\\Service\\CuestionarioManager'] ?? $this->getCuestionarioManagerService()));
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1220 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->getProfilerService() …
    › $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));$instance->add($e);
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1888 {
    ContainerO0F3x9c\App_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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:959 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->ContainerO0F3x9c\{closure} …
    › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
    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/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › 
    › $this->preProcess($eventName);try {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/objetivo062/codigo/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#665
    #message: "Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatementImplementations.php"
    #line: 36
    #severity: E_DEPRECATED
    trace: {
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatementImplementations.php:36 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function fetchAll($mode = null, ...$args){
      }
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:27 {
        PDO->setAttribute(int $attribute, mixed $value) …
        ›  */class PDOStatement extends \PDOStatement implements StatementInterface, Result{
      }
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:39 {
        Doctrine\DBAL\Driver\PDOConnection->__construct($dsn, $user = null, $password = null, array $options = null) …
        › parent::__construct($dsn, (string) $user, (string) $password, (array) $options);$this->setAttribute(PDO::ATTR_STATEMENT_CLASS, [Statement::class, []]);$this->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
      }
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:23 {
        Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
        › try {    $conn = new PDO\Connection(        $this->constructPdoDsn($params),
      }
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:362 {
        Doctrine\DBAL\Connection->connect() …
        › 
        › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);}
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1853 {
        Doctrine\DBAL\Connection->getWrappedConnection() …
        › {    $this->connect();}
      /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1241 {
        Doctrine\DBAL\Connection->executeQuery($sql, array $params = [], $types = [], QueryCacheProfile $qcp = null) …
        › 
        › $connection = $this->getWrappedConnection();}
      /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php:901 {
        Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadAll(array $criteria = [], array $orderBy = null, $limit = null, $offset = null) …
        › [$params, $types] = $this->expandParameters($criteria);$stmt             = $this->conn->executeQuery($sql, $params, $types);}
      /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:199 {
        Doctrine\ORM\EntityRepository->findBy(array $criteria, array $orderBy = null, $limit = null, $offset = null) …
        › 
        ›     return $persister->loadAll($criteria, $orderBy, $limit, $offset);}
      }
      /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:180 {
        Doctrine\ORM\EntityRepository->findAll() …
        › {    return $this->findBy([]);}
      }
      /home/objetivo062/codigo/src/Service/ConfiguracionManager.php:21 {
        App\Service\ConfiguracionManager->cargarConfiguracion(): void …
        › {    $arrayConf = $this->configuracionRepository->findAll();    $this->configuracion = array_pop($arrayConf);
      }
      /home/objetivo062/codigo/src/Service/ConfiguracionManager.php:16 {
        App\Service\ConfiguracionManager->__construct(ConfiguracionRepository $configuracionRepository) …
        ›     $this->configuracionRepository = $configuracionRepository;    $this->cargarConfiguracion();}
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1475 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->getConfiguracionManagerService() …
        › {    return $this->privates['App\\Service\\ConfiguracionManager'] = new \App\Service\ConfiguracionManager(($this->privates['App\\Repository\\ConfiguracionRepository'] ?? $this->getConfiguracionRepositoryService()));}
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:633 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->get_Container_Private_TwigService() …
        › $instance->addGlobal('bloque_manager', new \App\Service\BloqueManager(($this->privates['App\\Repository\\BloqueRepository'] ?? $this->getBloqueRepositoryService())));$instance->addGlobal('configuracion_manager', ($this->privates['App\\Service\\ConfiguracionManager'] ?? $this->getConfiguracionManagerService()));$instance->addGlobal('cuestionario_manager', ($this->privates['App\\Service\\CuestionarioManager'] ?? $this->getCuestionarioManagerService()));
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1220 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->getProfilerService() …
        › $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));$instance->add($e);
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1888 {
        ContainerO0F3x9c\App_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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:959 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->ContainerO0F3x9c\{closure} …
        › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
        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/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › 
        › $this->preProcess($eventName);try {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/objetivo062/codigo/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatementImplementations.php:36 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function fetchAll($mode = null, ...$args){
  }
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:27 {
    PDO->setAttribute(int $attribute, mixed $value) …
    ›  */class PDOStatement extends \PDOStatement implements StatementInterface, Result{
  }
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:39 {
    Doctrine\DBAL\Driver\PDOConnection->__construct($dsn, $user = null, $password = null, array $options = null) …
    › parent::__construct($dsn, (string) $user, (string) $password, (array) $options);$this->setAttribute(PDO::ATTR_STATEMENT_CLASS, [Statement::class, []]);$this->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
  }
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:23 {
    Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
    › try {    $conn = new PDO\Connection(        $this->constructPdoDsn($params),
  }
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:362 {
    Doctrine\DBAL\Connection->connect() …
    › 
    › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);}
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1853 {
    Doctrine\DBAL\Connection->getWrappedConnection() …
    › {    $this->connect();}
  /home/objetivo062/codigo/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:1241 {
    Doctrine\DBAL\Connection->executeQuery($sql, array $params = [], $types = [], QueryCacheProfile $qcp = null) …
    › 
    › $connection = $this->getWrappedConnection();}
  /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php:901 {
    Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadAll(array $criteria = [], array $orderBy = null, $limit = null, $offset = null) …
    › [$params, $types] = $this->expandParameters($criteria);$stmt             = $this->conn->executeQuery($sql, $params, $types);}
  /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:199 {
    Doctrine\ORM\EntityRepository->findBy(array $criteria, array $orderBy = null, $limit = null, $offset = null) …
    › 
    ›     return $persister->loadAll($criteria, $orderBy, $limit, $offset);}
  }
  /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:180 {
    Doctrine\ORM\EntityRepository->findAll() …
    › {    return $this->findBy([]);}
  }
  /home/objetivo062/codigo/src/Service/ConfiguracionManager.php:21 {
    App\Service\ConfiguracionManager->cargarConfiguracion(): void …
    › {    $arrayConf = $this->configuracionRepository->findAll();    $this->configuracion = array_pop($arrayConf);
  }
  /home/objetivo062/codigo/src/Service/ConfiguracionManager.php:16 {
    App\Service\ConfiguracionManager->__construct(ConfiguracionRepository $configuracionRepository) …
    ›     $this->configuracionRepository = $configuracionRepository;    $this->cargarConfiguracion();}
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1475 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->getConfiguracionManagerService() …
    › {    return $this->privates['App\\Service\\ConfiguracionManager'] = new \App\Service\ConfiguracionManager(($this->privates['App\\Repository\\ConfiguracionRepository'] ?? $this->getConfiguracionRepositoryService()));}
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:633 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->get_Container_Private_TwigService() …
    › $instance->addGlobal('bloque_manager', new \App\Service\BloqueManager(($this->privates['App\\Repository\\BloqueRepository'] ?? $this->getBloqueRepositoryService())));$instance->addGlobal('configuracion_manager', ($this->privates['App\\Service\\ConfiguracionManager'] ?? $this->getConfiguracionManagerService()));$instance->addGlobal('cuestionario_manager', ($this->privates['App\\Service\\CuestionarioManager'] ?? $this->getCuestionarioManagerService()));
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1220 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->getProfilerService() …
    › $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));$instance->add($e);
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1888 {
    ContainerO0F3x9c\App_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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:959 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->ContainerO0F3x9c\{closure} …
    › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
    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/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › 
    › $this->preProcess($eventName);try {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/objetivo062/codigo/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Creation of dynamic property App\Service\PreguntaManager::$respuestaUsuarioGratisRepository is deprecated
[
  "exception" => ErrorException {#1122
    #message: "Deprecated: Creation of dynamic property App\Service\PreguntaManager::$respuestaUsuarioGratisRepository is deprecated"
    #code: 0
    #file: "/home/objetivo062/codigo/src/Service/PreguntaManager.php"
    #line: 38
    #severity: E_DEPRECATED
    trace: {
      /home/objetivo062/codigo/src/Service/PreguntaManager.php:38 {
        App\Service\PreguntaManager->__construct(CuestionarioRepository $cuestionarioRepository, CuestionarioUsuarioRepository $cuestionarioUsuarioRepository, PreguntaRepository $preguntaRepository, RespuestaUsuarioRepository $respuestaUsuarioRepository, RespuestaUsuarioGratisRepository $respuestaUsuarioGratisRepository, EntityManagerInterface $entityManager) …
        › $this->respuestaUsuarioRepository = $respuestaUsuarioRepository;$this->respuestaUsuarioGratisRepository = $respuestaUsuarioGratisRepository;$this->entityManager = $entityManager;
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1505 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->getPreguntaManagerService() …
        › {    return $this->privates['App\\Service\\PreguntaManager'] = new \App\Service\PreguntaManager(($this->privates['App\\Repository\\CuestionarioRepository'] ?? $this->getCuestionarioRepositoryService()), ($this->privates['App\\Repository\\CuestionarioUsuarioRepository'] ?? $this->getCuestionarioUsuarioRepositoryService()), ($this->privates['App\\Repository\\PreguntaRepository'] ?? $this->getPreguntaRepositoryService()), ($this->privates['App\\Repository\\RespuestaUsuarioRepository'] ?? $this->getRespuestaUsuarioRepositoryService()), ($this->privates['App\\Repository\\RespuestaUsuarioGratisRepository'] ?? $this->getRespuestaUsuarioGratisRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));}
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:638 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->get_Container_Private_TwigService() …
        › $instance->addGlobal('noticia_manager', new \App\Service\NoticiaManager(($this->privates['App\\Repository\\NoticiaRepository'] ?? $this->getNoticiaRepositoryService())));$instance->addGlobal('pregunta_manager', ($this->privates['App\\Service\\PreguntaManager'] ?? $this->getPreguntaManagerService()));$instance->addGlobal('recurso_manager', new \App\Service\RecursoManager(($this->privates['App\\Repository\\RecursoRepository'] ?? $this->getRecursoRepositoryService())));
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1220 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->getProfilerService() …
        › $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));$instance->add($e);
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1888 {
        ContainerO0F3x9c\App_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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:959 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->ContainerO0F3x9c\{closure} …
        › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
        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/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › 
        › $this->preProcess($eventName);try {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/objetivo062/codigo/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/objetivo062/codigo/src/Service/PreguntaManager.php:38 {
    App\Service\PreguntaManager->__construct(CuestionarioRepository $cuestionarioRepository, CuestionarioUsuarioRepository $cuestionarioUsuarioRepository, PreguntaRepository $preguntaRepository, RespuestaUsuarioRepository $respuestaUsuarioRepository, RespuestaUsuarioGratisRepository $respuestaUsuarioGratisRepository, EntityManagerInterface $entityManager) …
    › $this->respuestaUsuarioRepository = $respuestaUsuarioRepository;$this->respuestaUsuarioGratisRepository = $respuestaUsuarioGratisRepository;$this->entityManager = $entityManager;
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1505 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->getPreguntaManagerService() …
    › {    return $this->privates['App\\Service\\PreguntaManager'] = new \App\Service\PreguntaManager(($this->privates['App\\Repository\\CuestionarioRepository'] ?? $this->getCuestionarioRepositoryService()), ($this->privates['App\\Repository\\CuestionarioUsuarioRepository'] ?? $this->getCuestionarioUsuarioRepositoryService()), ($this->privates['App\\Repository\\PreguntaRepository'] ?? $this->getPreguntaRepositoryService()), ($this->privates['App\\Repository\\RespuestaUsuarioRepository'] ?? $this->getRespuestaUsuarioRepositoryService()), ($this->privates['App\\Repository\\RespuestaUsuarioGratisRepository'] ?? $this->getRespuestaUsuarioGratisRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));}
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:638 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->get_Container_Private_TwigService() …
    › $instance->addGlobal('noticia_manager', new \App\Service\NoticiaManager(($this->privates['App\\Repository\\NoticiaRepository'] ?? $this->getNoticiaRepositoryService())));$instance->addGlobal('pregunta_manager', ($this->privates['App\\Service\\PreguntaManager'] ?? $this->getPreguntaManagerService()));$instance->addGlobal('recurso_manager', new \App\Service\RecursoManager(($this->privates['App\\Repository\\RecursoRepository'] ?? $this->getRecursoRepositoryService())));
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1220 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->getProfilerService() …
    › $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));$instance->add($e);
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:1888 {
    ContainerO0F3x9c\App_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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:959 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->ContainerO0F3x9c\{closure} …
    › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
    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/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › 
    › $this->preProcess($eventName);try {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/objetivo062/codigo/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated
[
  "exception" => ErrorException {#2098
    #message: "Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated"
    #code: 0
    #file: "/home/objetivo062/codigo/vendor/symfony/http-foundation/Response.php"
    #line: 1267
    #severity: E_DEPRECATED
    trace: {
      /home/objetivo062/codigo/vendor/symfony/http-foundation/Response.php:1267 {
        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/objetivo062/codigo/vendor/symfony/http-foundation/Response.php:332 {
        Symfony\Component\HttpFoundation\Response->prepare(Request $request) …
        › 
        › $this->ensureIEOverSSLCompatibility($request);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ResponseListener.php:49 {
        Symfony\Component\HttpKernel\EventListener\ResponseListener->onKernelResponse(ResponseEvent $event) …
        › 
        ›     $response->prepare($event->getRequest());}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:190 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:244 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › try {    return $this->filterResponse($response, $request, $type);} catch (\Exception $e) {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/objetivo062/codigo/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/objetivo062/codigo/vendor/symfony/http-foundation/Response.php:1267 {
    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/objetivo062/codigo/vendor/symfony/http-foundation/Response.php:332 {
    Symfony\Component\HttpFoundation\Response->prepare(Request $request) …
    › 
    › $this->ensureIEOverSSLCompatibility($request);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ResponseListener.php:49 {
    Symfony\Component\HttpKernel\EventListener\ResponseListener->onKernelResponse(ResponseEvent $event) …
    › 
    ›     $response->prepare($event->getRequest());}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:190 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:244 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › try {    return $this->filterResponse($response, $request, $type);} catch (\Exception $e) {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/objetivo062/codigo/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated
[
  "exception" => ErrorException {#2153
    #message: "Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated"
    #code: 0
    #file: "/home/objetivo062/codigo/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php"
    #line: 106
    #severity: E_DEPRECATED
    trace: {
      /home/objetivo062/codigo/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php:106 {
        Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener->onKernelResponse(ResponseEvent $event) …
        ›     || 'html' !== $request->getRequestFormat()    || false !== stripos($response->headers->get('Content-Disposition'), 'attachment;')) {
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:190 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:244 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › try {    return $this->filterResponse($response, $request, $type);} catch (\Exception $e) {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/objetivo062/codigo/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/objetivo062/codigo/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php:106 {
    Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener->onKernelResponse(ResponseEvent $event) …
    ›     || 'html' !== $request->getRequestFormat()    || false !== stripos($response->headers->get('Content-Disposition'), 'attachment;')) {
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:190 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:244 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › try {    return $this->filterResponse($response, $request, $type);} catch (\Exception $e) {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/objetivo062/codigo/public/index.php:20 {$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 {#1547
    #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/objetivo062/codigo/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php"
    #line: 34
    #severity: E_DEPRECATED
    trace: {
      /home/objetivo062/codigo/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/objetivo062/codigo/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/objetivo062/codigo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
        include_once …
        › class_exists(MetadataBag::class);class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/getSession_Storage_NativeService.php:21 {
        ContainerO0F3x9c\getSession_Storage_NativeService::do($container, $lazyLoad = true) …
        › 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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:532 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /home/objetivo062/codigo/vendor/symfony/dependency-injection/Container.php:441 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/objetivo062/codigo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
        › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
        ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
      }
      /home/objetivo062/codigo/vendor/symfony/http-foundation/Request.php:733 {
        Symfony\Component\HttpFoundation\Request->getSession() …
        › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:66 {
        Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
        › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
        › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:190 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:178 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/objetivo062/codigo/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/objetivo062/codigo/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/objetivo062/codigo/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/objetivo062/codigo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
    include_once …
    › class_exists(MetadataBag::class);class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/getSession_Storage_NativeService.php:21 {
    ContainerO0F3x9c\getSession_Storage_NativeService::do($container, $lazyLoad = true) …
    › 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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:532 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /home/objetivo062/codigo/vendor/symfony/dependency-injection/Container.php:441 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/objetivo062/codigo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
    › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
    ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
  }
  /home/objetivo062/codigo/vendor/symfony/http-foundation/Request.php:733 {
    Symfony\Component\HttpFoundation\Request->getSession() …
    › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:66 {
    Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
    › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
    › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:190 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:178 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/objetivo062/codigo/public/index.php:20 {$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 {#1546
    #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/objetivo062/codigo/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php"
    #line: 82
    #severity: E_DEPRECATED
    trace: {
      /home/objetivo062/codigo/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:82 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function read($sessionId){
      }
      /home/objetivo062/codigo/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/objetivo062/codigo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
        include_once …
        › class_exists(MetadataBag::class);class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/getSession_Storage_NativeService.php:21 {
        ContainerO0F3x9c\getSession_Storage_NativeService::do($container, $lazyLoad = true) …
        › 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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:532 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /home/objetivo062/codigo/vendor/symfony/dependency-injection/Container.php:441 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/objetivo062/codigo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
        › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
        ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
      }
      /home/objetivo062/codigo/vendor/symfony/http-foundation/Request.php:733 {
        Symfony\Component\HttpFoundation\Request->getSession() …
        › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:66 {
        Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
        › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
        › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:190 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:178 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/objetivo062/codigo/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/objetivo062/codigo/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:82 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function read($sessionId){
  }
  /home/objetivo062/codigo/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/objetivo062/codigo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
    include_once …
    › class_exists(MetadataBag::class);class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/getSession_Storage_NativeService.php:21 {
    ContainerO0F3x9c\getSession_Storage_NativeService::do($container, $lazyLoad = true) …
    › 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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:532 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /home/objetivo062/codigo/vendor/symfony/dependency-injection/Container.php:441 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/objetivo062/codigo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
    › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
    ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
  }
  /home/objetivo062/codigo/vendor/symfony/http-foundation/Request.php:733 {
    Symfony\Component\HttpFoundation\Request->getSession() …
    › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:66 {
    Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
    › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
    › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:190 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:178 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/objetivo062/codigo/public/index.php:20 {$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 {#1545
    #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/objetivo062/codigo/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php"
    #line: 105
    #severity: E_DEPRECATED
    trace: {
      /home/objetivo062/codigo/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:105 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function write($sessionId, $data){
      }
      /home/objetivo062/codigo/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/objetivo062/codigo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
        include_once …
        › class_exists(MetadataBag::class);class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/getSession_Storage_NativeService.php:21 {
        ContainerO0F3x9c\getSession_Storage_NativeService::do($container, $lazyLoad = true) …
        › 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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:532 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /home/objetivo062/codigo/vendor/symfony/dependency-injection/Container.php:441 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/objetivo062/codigo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
        › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
        ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
      }
      /home/objetivo062/codigo/vendor/symfony/http-foundation/Request.php:733 {
        Symfony\Component\HttpFoundation\Request->getSession() …
        › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:66 {
        Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
        › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
        › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:190 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:178 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/objetivo062/codigo/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/objetivo062/codigo/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:105 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function write($sessionId, $data){
  }
  /home/objetivo062/codigo/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/objetivo062/codigo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
    include_once …
    › class_exists(MetadataBag::class);class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/getSession_Storage_NativeService.php:21 {
    ContainerO0F3x9c\getSession_Storage_NativeService::do($container, $lazyLoad = true) …
    › 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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:532 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /home/objetivo062/codigo/vendor/symfony/dependency-injection/Container.php:441 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/objetivo062/codigo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
    › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
    ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
  }
  /home/objetivo062/codigo/vendor/symfony/http-foundation/Request.php:733 {
    Symfony\Component\HttpFoundation\Request->getSession() …
    › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:66 {
    Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
    › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
    › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:190 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:178 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/objetivo062/codigo/public/index.php:20 {$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 {#1544
    #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/objetivo062/codigo/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php"
    #line: 122
    #severity: E_DEPRECATED
    trace: {
      /home/objetivo062/codigo/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:122 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function destroy($sessionId){
      }
      /home/objetivo062/codigo/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/objetivo062/codigo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
        include_once …
        › class_exists(MetadataBag::class);class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/getSession_Storage_NativeService.php:21 {
        ContainerO0F3x9c\getSession_Storage_NativeService::do($container, $lazyLoad = true) …
        › 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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:532 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /home/objetivo062/codigo/vendor/symfony/dependency-injection/Container.php:441 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/objetivo062/codigo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
        › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
        ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
      }
      /home/objetivo062/codigo/vendor/symfony/http-foundation/Request.php:733 {
        Symfony\Component\HttpFoundation\Request->getSession() …
        › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:66 {
        Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
        › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
        › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:190 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:178 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/objetivo062/codigo/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/objetivo062/codigo/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:122 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function destroy($sessionId){
  }
  /home/objetivo062/codigo/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/objetivo062/codigo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
    include_once …
    › class_exists(MetadataBag::class);class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/getSession_Storage_NativeService.php:21 {
    ContainerO0F3x9c\getSession_Storage_NativeService::do($container, $lazyLoad = true) …
    › 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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:532 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /home/objetivo062/codigo/vendor/symfony/dependency-injection/Container.php:441 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/objetivo062/codigo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
    › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
    ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
  }
  /home/objetivo062/codigo/vendor/symfony/http-foundation/Request.php:733 {
    Symfony\Component\HttpFoundation\Request->getSession() …
    › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:66 {
    Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
    › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
    › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:190 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:178 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/objetivo062/codigo/public/index.php:20 {$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 {#1543
    #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/objetivo062/codigo/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php"
    #line: 62
    #severity: E_DEPRECATED
    trace: {
      /home/objetivo062/codigo/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:62 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function validateId($sessionId){
      }
      /home/objetivo062/codigo/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/objetivo062/codigo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
        include_once …
        › class_exists(MetadataBag::class);class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/getSession_Storage_NativeService.php:21 {
        ContainerO0F3x9c\getSession_Storage_NativeService::do($container, $lazyLoad = true) …
        › 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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:532 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /home/objetivo062/codigo/vendor/symfony/dependency-injection/Container.php:441 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/objetivo062/codigo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
        › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
        ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
      }
      /home/objetivo062/codigo/vendor/symfony/http-foundation/Request.php:733 {
        Symfony\Component\HttpFoundation\Request->getSession() …
        › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:66 {
        Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
        › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
        › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:190 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:178 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/objetivo062/codigo/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/objetivo062/codigo/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:62 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function validateId($sessionId){
  }
  /home/objetivo062/codigo/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/objetivo062/codigo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
    include_once …
    › class_exists(MetadataBag::class);class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/getSession_Storage_NativeService.php:21 {
    ContainerO0F3x9c\getSession_Storage_NativeService::do($container, $lazyLoad = true) …
    › 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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:532 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /home/objetivo062/codigo/vendor/symfony/dependency-injection/Container.php:441 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/objetivo062/codigo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
    › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
    ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
  }
  /home/objetivo062/codigo/vendor/symfony/http-foundation/Request.php:733 {
    Symfony\Component\HttpFoundation\Request->getSession() …
    › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:66 {
    Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
    › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
    › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:190 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:178 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/objetivo062/codigo/public/index.php:20 {$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 {#1542
    #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/objetivo062/codigo/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php"
    #line: 91
    #severity: E_DEPRECATED
    trace: {
      /home/objetivo062/codigo/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/objetivo062/codigo/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:19 {
        class_exists(string $class, bool $autoload = true): bool …
        ›  */class StrictSessionHandler extends AbstractSessionHandler{
      }
      /home/objetivo062/codigo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
        include_once …
        › class_exists(MetadataBag::class);class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/getSession_Storage_NativeService.php:21 {
        ContainerO0F3x9c\getSession_Storage_NativeService::do($container, $lazyLoad = true) …
        › 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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:532 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /home/objetivo062/codigo/vendor/symfony/dependency-injection/Container.php:441 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/objetivo062/codigo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
        › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
        ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
      }
      /home/objetivo062/codigo/vendor/symfony/http-foundation/Request.php:733 {
        Symfony\Component\HttpFoundation\Request->getSession() …
        › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:66 {
        Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
        › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
        › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:190 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:178 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/objetivo062/codigo/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/objetivo062/codigo/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/objetivo062/codigo/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:19 {
    class_exists(string $class, bool $autoload = true): bool …
    ›  */class StrictSessionHandler extends AbstractSessionHandler{
  }
  /home/objetivo062/codigo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
    include_once …
    › class_exists(MetadataBag::class);class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/getSession_Storage_NativeService.php:21 {
    ContainerO0F3x9c\getSession_Storage_NativeService::do($container, $lazyLoad = true) …
    › 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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:532 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /home/objetivo062/codigo/vendor/symfony/dependency-injection/Container.php:441 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/objetivo062/codigo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
    › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
    ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
  }
  /home/objetivo062/codigo/vendor/symfony/http-foundation/Request.php:733 {
    Symfony\Component\HttpFoundation\Request->getSession() …
    › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:66 {
    Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
    › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
    › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:190 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:178 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/objetivo062/codigo/public/index.php:20 {$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 {#1541
    #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/objetivo062/codigo/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php"
    #line: 99
    #severity: E_DEPRECATED
    trace: {
      /home/objetivo062/codigo/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/objetivo062/codigo/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:19 {
        class_exists(string $class, bool $autoload = true): bool …
        ›  */class StrictSessionHandler extends AbstractSessionHandler{
      }
      /home/objetivo062/codigo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
        include_once …
        › class_exists(MetadataBag::class);class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/getSession_Storage_NativeService.php:21 {
        ContainerO0F3x9c\getSession_Storage_NativeService::do($container, $lazyLoad = true) …
        › 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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:532 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /home/objetivo062/codigo/vendor/symfony/dependency-injection/Container.php:441 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/objetivo062/codigo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
        › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
        ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
      }
      /home/objetivo062/codigo/vendor/symfony/http-foundation/Request.php:733 {
        Symfony\Component\HttpFoundation\Request->getSession() …
        › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:66 {
        Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
        › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
        › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:190 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:178 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/objetivo062/codigo/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/objetivo062/codigo/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/objetivo062/codigo/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:19 {
    class_exists(string $class, bool $autoload = true): bool …
    ›  */class StrictSessionHandler extends AbstractSessionHandler{
  }
  /home/objetivo062/codigo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
    include_once …
    › class_exists(MetadataBag::class);class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/getSession_Storage_NativeService.php:21 {
    ContainerO0F3x9c\getSession_Storage_NativeService::do($container, $lazyLoad = true) …
    › 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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:532 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /home/objetivo062/codigo/vendor/symfony/dependency-injection/Container.php:441 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/objetivo062/codigo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
    › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
    ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
  }
  /home/objetivo062/codigo/vendor/symfony/http-foundation/Request.php:733 {
    Symfony\Component\HttpFoundation\Request->getSession() …
    › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:66 {
    Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
    › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
    › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:190 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:178 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/objetivo062/codigo/public/index.php:20 {$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 {#1540
    #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/objetivo062/codigo/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php"
    #line: 54
    #severity: E_DEPRECATED
    trace: {
      /home/objetivo062/codigo/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/objetivo062/codigo/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:19 {
        class_exists(string $class, bool $autoload = true): bool …
        ›  */class StrictSessionHandler extends AbstractSessionHandler{
      }
      /home/objetivo062/codigo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
        include_once …
        › class_exists(MetadataBag::class);class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/getSession_Storage_NativeService.php:21 {
        ContainerO0F3x9c\getSession_Storage_NativeService::do($container, $lazyLoad = true) …
        › 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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:532 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /home/objetivo062/codigo/vendor/symfony/dependency-injection/Container.php:441 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/objetivo062/codigo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
        › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
        ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
      }
      /home/objetivo062/codigo/vendor/symfony/http-foundation/Request.php:733 {
        Symfony\Component\HttpFoundation\Request->getSession() …
        › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:66 {
        Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
        › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
        › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:190 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:178 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/objetivo062/codigo/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/objetivo062/codigo/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/objetivo062/codigo/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:19 {
    class_exists(string $class, bool $autoload = true): bool …
    ›  */class StrictSessionHandler extends AbstractSessionHandler{
  }
  /home/objetivo062/codigo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
    include_once …
    › class_exists(MetadataBag::class);class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/getSession_Storage_NativeService.php:21 {
    ContainerO0F3x9c\getSession_Storage_NativeService::do($container, $lazyLoad = true) …
    › 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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:532 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /home/objetivo062/codigo/vendor/symfony/dependency-injection/Container.php:441 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/objetivo062/codigo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
    › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
    ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
  }
  /home/objetivo062/codigo/vendor/symfony/http-foundation/Request.php:733 {
    Symfony\Component\HttpFoundation\Request->getSession() …
    › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:66 {
    Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
    › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
    › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:190 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:178 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/objetivo062/codigo/public/index.php:20 {$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 {#1539
    #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/objetivo062/codigo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php"
    #line: 41
    #severity: E_DEPRECATED
    trace: {
      /home/objetivo062/codigo/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/objetivo062/codigo/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/objetivo062/codigo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
        include_once …
        › class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);}
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/getSession_Storage_NativeService.php:21 {
        ContainerO0F3x9c\getSession_Storage_NativeService::do($container, $lazyLoad = true) …
        › 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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:532 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /home/objetivo062/codigo/vendor/symfony/dependency-injection/Container.php:441 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/objetivo062/codigo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
        › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
        ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
      }
      /home/objetivo062/codigo/vendor/symfony/http-foundation/Request.php:733 {
        Symfony\Component\HttpFoundation\Request->getSession() …
        › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:66 {
        Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
        › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
        › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:190 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:178 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/objetivo062/codigo/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/objetivo062/codigo/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/objetivo062/codigo/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/objetivo062/codigo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
    include_once …
    › class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);}
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/getSession_Storage_NativeService.php:21 {
    ContainerO0F3x9c\getSession_Storage_NativeService::do($container, $lazyLoad = true) …
    › 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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:532 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /home/objetivo062/codigo/vendor/symfony/dependency-injection/Container.php:441 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/objetivo062/codigo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
    › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
    ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
  }
  /home/objetivo062/codigo/vendor/symfony/http-foundation/Request.php:733 {
    Symfony\Component\HttpFoundation\Request->getSession() …
    › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:66 {
    Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
    › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
    › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:190 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:178 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/objetivo062/codigo/public/index.php:20 {$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 {#1538
    #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/objetivo062/codigo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php"
    #line: 49
    #severity: E_DEPRECATED
    trace: {
      /home/objetivo062/codigo/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/objetivo062/codigo/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/objetivo062/codigo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
        include_once …
        › class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);}
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/getSession_Storage_NativeService.php:21 {
        ContainerO0F3x9c\getSession_Storage_NativeService::do($container, $lazyLoad = true) …
        › 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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:532 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /home/objetivo062/codigo/vendor/symfony/dependency-injection/Container.php:441 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/objetivo062/codigo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
        › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
        ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
      }
      /home/objetivo062/codigo/vendor/symfony/http-foundation/Request.php:733 {
        Symfony\Component\HttpFoundation\Request->getSession() …
        › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:66 {
        Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
        › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
        › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:190 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:178 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/objetivo062/codigo/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/objetivo062/codigo/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/objetivo062/codigo/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/objetivo062/codigo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
    include_once …
    › class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);}
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/getSession_Storage_NativeService.php:21 {
    ContainerO0F3x9c\getSession_Storage_NativeService::do($container, $lazyLoad = true) …
    › 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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:532 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /home/objetivo062/codigo/vendor/symfony/dependency-injection/Container.php:441 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/objetivo062/codigo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
    › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
    ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
  }
  /home/objetivo062/codigo/vendor/symfony/http-foundation/Request.php:733 {
    Symfony\Component\HttpFoundation\Request->getSession() …
    › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:66 {
    Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
    › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
    › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:190 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:178 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/objetivo062/codigo/public/index.php:20 {$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 {#1536
    #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/objetivo062/codigo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php"
    #line: 57
    #severity: E_DEPRECATED
    trace: {
      /home/objetivo062/codigo/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/objetivo062/codigo/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/objetivo062/codigo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
        include_once …
        › class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);}
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/getSession_Storage_NativeService.php:21 {
        ContainerO0F3x9c\getSession_Storage_NativeService::do($container, $lazyLoad = true) …
        › 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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:532 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /home/objetivo062/codigo/vendor/symfony/dependency-injection/Container.php:441 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/objetivo062/codigo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
        › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
        ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
      }
      /home/objetivo062/codigo/vendor/symfony/http-foundation/Request.php:733 {
        Symfony\Component\HttpFoundation\Request->getSession() …
        › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:66 {
        Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
        › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
        › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:190 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:178 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/objetivo062/codigo/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/objetivo062/codigo/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/objetivo062/codigo/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/objetivo062/codigo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
    include_once …
    › class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);}
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/getSession_Storage_NativeService.php:21 {
    ContainerO0F3x9c\getSession_Storage_NativeService::do($container, $lazyLoad = true) …
    › 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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:532 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /home/objetivo062/codigo/vendor/symfony/dependency-injection/Container.php:441 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/objetivo062/codigo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
    › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
    ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
  }
  /home/objetivo062/codigo/vendor/symfony/http-foundation/Request.php:733 {
    Symfony\Component\HttpFoundation\Request->getSession() …
    › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:66 {
    Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
    › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
    › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:190 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:178 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/objetivo062/codigo/public/index.php:20 {$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 {#1537
    #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/objetivo062/codigo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php"
    #line: 65
    #severity: E_DEPRECATED
    trace: {
      /home/objetivo062/codigo/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/objetivo062/codigo/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/objetivo062/codigo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
        include_once …
        › class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);}
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/getSession_Storage_NativeService.php:21 {
        ContainerO0F3x9c\getSession_Storage_NativeService::do($container, $lazyLoad = true) …
        › 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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:532 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /home/objetivo062/codigo/vendor/symfony/dependency-injection/Container.php:441 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/objetivo062/codigo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
        › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
        ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
      }
      /home/objetivo062/codigo/vendor/symfony/http-foundation/Request.php:733 {
        Symfony\Component\HttpFoundation\Request->getSession() …
        › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:66 {
        Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
        › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
        › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:190 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:178 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/objetivo062/codigo/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/objetivo062/codigo/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/objetivo062/codigo/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/objetivo062/codigo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
    include_once …
    › class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);}
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/getSession_Storage_NativeService.php:21 {
    ContainerO0F3x9c\getSession_Storage_NativeService::do($container, $lazyLoad = true) …
    › 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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:532 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /home/objetivo062/codigo/vendor/symfony/dependency-injection/Container.php:441 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/objetivo062/codigo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
    › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
    ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
  }
  /home/objetivo062/codigo/vendor/symfony/http-foundation/Request.php:733 {
    Symfony\Component\HttpFoundation\Request->getSession() …
    › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:66 {
    Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
    › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
    › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:190 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:178 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/objetivo062/codigo/public/index.php:20 {$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 {#1580
    #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/objetivo062/codigo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php"
    #line: 73
    #severity: E_DEPRECATED
    trace: {
      /home/objetivo062/codigo/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/objetivo062/codigo/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/objetivo062/codigo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
        include_once …
        › class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);}
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/getSession_Storage_NativeService.php:21 {
        ContainerO0F3x9c\getSession_Storage_NativeService::do($container, $lazyLoad = true) …
        › 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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:532 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /home/objetivo062/codigo/vendor/symfony/dependency-injection/Container.php:441 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/objetivo062/codigo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
        › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
        ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
      }
      /home/objetivo062/codigo/vendor/symfony/http-foundation/Request.php:733 {
        Symfony\Component\HttpFoundation\Request->getSession() …
        › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:66 {
        Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
        › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
        › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:190 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:178 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/objetivo062/codigo/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/objetivo062/codigo/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/objetivo062/codigo/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/objetivo062/codigo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
    include_once …
    › class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);}
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/getSession_Storage_NativeService.php:21 {
    ContainerO0F3x9c\getSession_Storage_NativeService::do($container, $lazyLoad = true) …
    › 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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:532 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /home/objetivo062/codigo/vendor/symfony/dependency-injection/Container.php:441 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/objetivo062/codigo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
    › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
    ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
  }
  /home/objetivo062/codigo/vendor/symfony/http-foundation/Request.php:733 {
    Symfony\Component\HttpFoundation\Request->getSession() …
    › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:66 {
    Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
    › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
    › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:190 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:178 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/objetivo062/codigo/public/index.php:20 {$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 {#1579
    #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/objetivo062/codigo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php"
    #line: 81
    #severity: E_DEPRECATED
    trace: {
      /home/objetivo062/codigo/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/objetivo062/codigo/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/objetivo062/codigo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
        include_once …
        › class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);}
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/getSession_Storage_NativeService.php:21 {
        ContainerO0F3x9c\getSession_Storage_NativeService::do($container, $lazyLoad = true) …
        › 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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:532 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /home/objetivo062/codigo/vendor/symfony/dependency-injection/Container.php:441 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/objetivo062/codigo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
        › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
        ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
      }
      /home/objetivo062/codigo/vendor/symfony/http-foundation/Request.php:733 {
        Symfony\Component\HttpFoundation\Request->getSession() …
        › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:66 {
        Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
        › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
        › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:190 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:178 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/objetivo062/codigo/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/objetivo062/codigo/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/objetivo062/codigo/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/objetivo062/codigo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
    include_once …
    › class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);}
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/getSession_Storage_NativeService.php:21 {
    ContainerO0F3x9c\getSession_Storage_NativeService::do($container, $lazyLoad = true) …
    › 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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:532 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /home/objetivo062/codigo/vendor/symfony/dependency-injection/Container.php:441 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/objetivo062/codigo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
    › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
    ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
  }
  /home/objetivo062/codigo/vendor/symfony/http-foundation/Request.php:733 {
    Symfony\Component\HttpFoundation\Request->getSession() …
    › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:66 {
    Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
    › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
    › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:190 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:178 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/objetivo062/codigo/public/index.php:20 {$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 {#1576
    #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/objetivo062/codigo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php"
    #line: 89
    #severity: E_DEPRECATED
    trace: {
      /home/objetivo062/codigo/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/objetivo062/codigo/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/objetivo062/codigo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
        include_once …
        › class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);}
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/getSession_Storage_NativeService.php:21 {
        ContainerO0F3x9c\getSession_Storage_NativeService::do($container, $lazyLoad = true) …
        › 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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:532 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /home/objetivo062/codigo/vendor/symfony/dependency-injection/Container.php:441 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/objetivo062/codigo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
        › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
        ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
      }
      /home/objetivo062/codigo/vendor/symfony/http-foundation/Request.php:733 {
        Symfony\Component\HttpFoundation\Request->getSession() …
        › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:66 {
        Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
        › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
        › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:190 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:178 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/objetivo062/codigo/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/objetivo062/codigo/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/objetivo062/codigo/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/objetivo062/codigo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
    include_once …
    › class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);}
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/getSession_Storage_NativeService.php:21 {
    ContainerO0F3x9c\getSession_Storage_NativeService::do($container, $lazyLoad = true) …
    › 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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:532 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /home/objetivo062/codigo/vendor/symfony/dependency-injection/Container.php:441 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/objetivo062/codigo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
    › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
    ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
  }
  /home/objetivo062/codigo/vendor/symfony/http-foundation/Request.php:733 {
    Symfony\Component\HttpFoundation\Request->getSession() …
    › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:66 {
    Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
    › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
    › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:190 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:178 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/objetivo062/codigo/public/index.php:20 {$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 {#1577
    #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/objetivo062/codigo/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php"
    #line: 97
    #severity: E_DEPRECATED
    trace: {
      /home/objetivo062/codigo/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/objetivo062/codigo/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/objetivo062/codigo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
        include_once …
        › class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);}
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/getSession_Storage_NativeService.php:21 {
        ContainerO0F3x9c\getSession_Storage_NativeService::do($container, $lazyLoad = true) …
        › 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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:532 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /home/objetivo062/codigo/vendor/symfony/dependency-injection/Container.php:441 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/objetivo062/codigo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
        › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
        ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
      }
      /home/objetivo062/codigo/vendor/symfony/http-foundation/Request.php:733 {
        Symfony\Component\HttpFoundation\Request->getSession() …
        › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:66 {
        Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
        › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
        › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:190 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:178 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/objetivo062/codigo/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/objetivo062/codigo/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/objetivo062/codigo/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/objetivo062/codigo/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
    include_once …
    › class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);}
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/getSession_Storage_NativeService.php:21 {
    ContainerO0F3x9c\getSession_Storage_NativeService::do($container, $lazyLoad = true) …
    › 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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:532 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /home/objetivo062/codigo/vendor/symfony/dependency-injection/Container.php:441 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/objetivo062/codigo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
    › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
    ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
  }
  /home/objetivo062/codigo/vendor/symfony/http-foundation/Request.php:733 {
    Symfony\Component\HttpFoundation\Request->getSession() …
    › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:66 {
    Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
    › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
    › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:190 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:178 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/objetivo062/codigo/public/index.php:20 {$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 {#1585
    #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/objetivo062/codigo/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php"
    #line: 134
    #severity: E_DEPRECATED
    trace: {
      /home/objetivo062/codigo/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/objetivo062/codigo/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php:17 {
        class_exists(string $class, bool $autoload = true): bool …
        ›  */class AttributeBag implements AttributeBagInterface, \IteratorAggregate, \Countable{
      }
      /home/objetivo062/codigo/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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/getSessionService.php:21 {
        ContainerO0F3x9c\getSessionService::do($container, $lazyLoad = true) …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';}
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:532 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /home/objetivo062/codigo/vendor/symfony/dependency-injection/Container.php:441 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/objetivo062/codigo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/SessionListener.php:50 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
        › 
        ›     return $this->container->get('session');}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
        ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
      }
      /home/objetivo062/codigo/vendor/symfony/http-foundation/Request.php:733 {
        Symfony\Component\HttpFoundation\Request->getSession() …
        › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:66 {
        Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
        › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
        › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:190 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:178 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/objetivo062/codigo/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/objetivo062/codigo/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/objetivo062/codigo/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php:17 {
    class_exists(string $class, bool $autoload = true): bool …
    ›  */class AttributeBag implements AttributeBagInterface, \IteratorAggregate, \Countable{
  }
  /home/objetivo062/codigo/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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/getSessionService.php:21 {
    ContainerO0F3x9c\getSessionService::do($container, $lazyLoad = true) …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';}
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:532 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /home/objetivo062/codigo/vendor/symfony/dependency-injection/Container.php:441 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/objetivo062/codigo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/SessionListener.php:50 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
    › 
    ›     return $this->container->get('session');}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
    ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
  }
  /home/objetivo062/codigo/vendor/symfony/http-foundation/Request.php:733 {
    Symfony\Component\HttpFoundation\Request->getSession() …
    › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:66 {
    Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
    › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
    › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:190 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:178 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/objetivo062/codigo/public/index.php:20 {$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 {#1586
    #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/objetivo062/codigo/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php"
    #line: 144
    #severity: E_DEPRECATED
    trace: {
      /home/objetivo062/codigo/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/objetivo062/codigo/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php:17 {
        class_exists(string $class, bool $autoload = true): bool …
        ›  */class AttributeBag implements AttributeBagInterface, \IteratorAggregate, \Countable{
      }
      /home/objetivo062/codigo/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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/getSessionService.php:21 {
        ContainerO0F3x9c\getSessionService::do($container, $lazyLoad = true) …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';}
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:532 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /home/objetivo062/codigo/vendor/symfony/dependency-injection/Container.php:441 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/objetivo062/codigo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/SessionListener.php:50 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
        › 
        ›     return $this->container->get('session');}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
        ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
      }
      /home/objetivo062/codigo/vendor/symfony/http-foundation/Request.php:733 {
        Symfony\Component\HttpFoundation\Request->getSession() …
        › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:66 {
        Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
        › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
        › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:190 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:178 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/objetivo062/codigo/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/objetivo062/codigo/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/objetivo062/codigo/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php:17 {
    class_exists(string $class, bool $autoload = true): bool …
    ›  */class AttributeBag implements AttributeBagInterface, \IteratorAggregate, \Countable{
  }
  /home/objetivo062/codigo/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/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/getSessionService.php:21 {
    ContainerO0F3x9c\getSessionService::do($container, $lazyLoad = true) …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';}
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:532 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /home/objetivo062/codigo/vendor/symfony/dependency-injection/Container.php:441 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/objetivo062/codigo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/SessionListener.php:50 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
    › 
    ›     return $this->container->get('session');}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
    ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
  }
  /home/objetivo062/codigo/vendor/symfony/http-foundation/Request.php:733 {
    Symfony\Component\HttpFoundation\Request->getSession() …
    › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:66 {
    Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
    › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
    › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:190 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:178 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/objetivo062/codigo/public/index.php:20 {$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 {#1587
    #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/objetivo062/codigo/vendor/symfony/http-foundation/Session/Session.php"
    #line: 131
    #severity: E_DEPRECATED
    trace: {
      /home/objetivo062/codigo/vendor/symfony/http-foundation/Session/Session.php:131 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function getIterator(){
      }
      /home/objetivo062/codigo/vendor/symfony/http-foundation/Session/Session.php:30 {
        include_once …
        ›  */class Session implements SessionInterface, \IteratorAggregate, \Countable{
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/getSessionService.php:21 {
        ContainerO0F3x9c\getSessionService::do($container, $lazyLoad = true) …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';}
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:532 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /home/objetivo062/codigo/vendor/symfony/dependency-injection/Container.php:441 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/objetivo062/codigo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/SessionListener.php:50 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
        › 
        ›     return $this->container->get('session');}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
        ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
      }
      /home/objetivo062/codigo/vendor/symfony/http-foundation/Request.php:733 {
        Symfony\Component\HttpFoundation\Request->getSession() …
        › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:66 {
        Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
        › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
        › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:190 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:178 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/objetivo062/codigo/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/objetivo062/codigo/vendor/symfony/http-foundation/Session/Session.php:131 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function getIterator(){
  }
  /home/objetivo062/codigo/vendor/symfony/http-foundation/Session/Session.php:30 {
    include_once …
    ›  */class Session implements SessionInterface, \IteratorAggregate, \Countable{
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/getSessionService.php:21 {
    ContainerO0F3x9c\getSessionService::do($container, $lazyLoad = true) …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';}
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:532 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /home/objetivo062/codigo/vendor/symfony/dependency-injection/Container.php:441 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/objetivo062/codigo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/SessionListener.php:50 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
    › 
    ›     return $this->container->get('session');}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
    ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
  }
  /home/objetivo062/codigo/vendor/symfony/http-foundation/Request.php:733 {
    Symfony\Component\HttpFoundation\Request->getSession() …
    › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:66 {
    Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
    › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
    › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:190 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:178 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/objetivo062/codigo/public/index.php:20 {$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 {#1588
    #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/objetivo062/codigo/vendor/symfony/http-foundation/Session/Session.php"
    #line: 141
    #severity: E_DEPRECATED
    trace: {
      /home/objetivo062/codigo/vendor/symfony/http-foundation/Session/Session.php:141 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function count(){
      }
      /home/objetivo062/codigo/vendor/symfony/http-foundation/Session/Session.php:30 {
        include_once …
        ›  */class Session implements SessionInterface, \IteratorAggregate, \Countable{
      }
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/getSessionService.php:21 {
        ContainerO0F3x9c\getSessionService::do($container, $lazyLoad = true) …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';}
      /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:532 {
        ContainerO0F3x9c\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /home/objetivo062/codigo/vendor/symfony/dependency-injection/Container.php:441 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/objetivo062/codigo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/SessionListener.php:50 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
        › 
        ›     return $this->container->get('session');}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
        ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
      }
      /home/objetivo062/codigo/vendor/symfony/http-foundation/Request.php:733 {
        Symfony\Component\HttpFoundation\Request->getSession() …
        › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:66 {
        Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
        › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
        › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:190 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:178 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/objetivo062/codigo/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/objetivo062/codigo/vendor/symfony/http-foundation/Session/Session.php:141 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function count(){
  }
  /home/objetivo062/codigo/vendor/symfony/http-foundation/Session/Session.php:30 {
    include_once …
    ›  */class Session implements SessionInterface, \IteratorAggregate, \Countable{
  }
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/getSessionService.php:21 {
    ContainerO0F3x9c\getSessionService::do($container, $lazyLoad = true) …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';}
  /home/objetivo062/codigo/var/cache/dev/ContainerO0F3x9c/App_KernelDevDebugContainer.php:532 {
    ContainerO0F3x9c\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /home/objetivo062/codigo/vendor/symfony/dependency-injection/Container.php:441 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/objetivo062/codigo/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/SessionListener.php:50 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
    › 
    ›     return $this->container->get('session');}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
    ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
  }
  /home/objetivo062/codigo/vendor/symfony/http-foundation/Request.php:733 {
    Symfony\Component\HttpFoundation\Request->getSession() …
    › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:66 {
    Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
    › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
    › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:190 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:178 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/objetivo062/codigo/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php (2 times) Deprecated: Creation of dynamic property Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity::$groups is deprecated
[
  "exception" => ErrorException {#1753
    #message: "Deprecated: Creation of dynamic property Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity::$groups is deprecated"
    #code: 0
    #file: "/home/objetivo062/codigo/vendor/symfony/validator/Constraint.php"
    #line: 191
    #severity: E_DEPRECATED
    trace: {
      /home/objetivo062/codigo/vendor/symfony/validator/Constraint.php:191 {
        Symfony\Component\Validator\Constraint->__set(string $option, $value) …
        › if ('groups' === $option) {    $this->groups = (array) $value;}
      /home/objetivo062/codigo/vendor/symfony/var-exporter/Internal/Hydrator.php:62 {
        Symfony\Component\VarExporter\Internal\Hydrator::Symfony\Component\VarExporter\Internal\{closure} …
        › foreach ($values as $i => $v) {    $objects[$i]->$name = $v;}
      }
      /home/objetivo062/codigo/vendor/symfony/var-exporter/Internal/Hydrator.php:43 {
        Symfony\Component\VarExporter\Internal\Hydrator::hydrate($objects, $values, $properties, $value, $wakeups) …
        › foreach ($properties as $class => $vars) {    (self::$hydrators[$class] ?? self::getHydrator($class))($vars, $objects);}
      }
      /home/objetivo062/codigo/var/cache/dev/pools/cmJW-L2fxp/G/R/33ywt9nnNbkH67VlR9HQ:3 {
        Symfony\Component\Cache\Adapter\PhpFilesAdapter::{closure} …
        › 
        › return [PHP_INT_MAX, static function () { return \Symfony\Component\VarExporter\Internal\Hydrator::hydrate(    $o = [
      }
      /home/objetivo062/codigo/vendor/symfony/cache/Adapter/PhpFilesAdapter.php:121 {
        Symfony\Component\Cache\Adapter\PhpFilesAdapter->doFetch(array $ids) …
        › } elseif (!$value instanceof LazyValue) {    $values[$id] = $value();} elseif (false === $values[$id] = include $value->file) {
      }
      /home/objetivo062/codigo/vendor/symfony/cache/Traits/AbstractAdapterTrait.php:220 {
        Symfony\Component\Cache\Adapter\AbstractAdapter->getItem($key) …
        › try {    foreach ($this->doFetch([$id]) as $value) {        $isHit = true;
      }
      /home/objetivo062/codigo/vendor/symfony/cache/Adapter/TraceableAdapter.php:77 {
        Symfony\Component\Cache\Adapter\TraceableAdapter->getItem($key) …
        › try {    $item = $this->pool->getItem($key);} finally {
      }
      /home/objetivo062/codigo/vendor/symfony/cache/Adapter/PhpArrayAdapter.php:128 {
        Symfony\Component\Cache\Adapter\PhpArrayAdapter->getItem($key) …
        › if (!isset($this->keys[$key])) {    return $this->pool->getItem($key);}
      }
      /home/objetivo062/codigo/vendor/symfony/cache/DoctrineProvider.php:54 {
        Symfony\Component\Cache\DoctrineProvider->doFetch($id) …
        › {    $item = $this->pool->getItem(rawurlencode($id));}
      /home/objetivo062/codigo/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php:59 {
        Doctrine\Common\Cache\CacheProvider->fetch($id) …
        › {    return $this->doFetch($this->getNamespacedId($id));}
      }
      /home/objetivo062/codigo/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php:171 {
        Doctrine\Common\Annotations\CachedReader->fetchFromCache($cacheKey, ReflectionClass $class) …
        › {    $data = $this->cache->fetch($cacheKey);    if ($data !== false) {
      }
      /home/objetivo062/codigo/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php:58 {
        Doctrine\Common\Annotations\CachedReader->getClassAnnotations(ReflectionClass $class) …
        › 
        › $annots = $this->fetchFromCache($cacheKey, $class);if ($annots === false) {
      }
      /home/objetivo062/codigo/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php:177 {
        Doctrine\Persistence\Mapping\Driver\AnnotationDriver->isTransient($className) …
        › {    $classAnnotations = $this->reader->getClassAnnotations(new ReflectionClass($className));}
      /home/objetivo062/codigo/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php:136 {
        Doctrine\Persistence\Mapping\Driver\MappingDriverChain->isTransient($className) …
        › if (strpos($className, $namespace) === 0) {    return $driver->isTransient($className);}
      }
      /home/objetivo062/codigo/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/AbstractClassMetadataFactory.php:376 {
        Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->isTransient($class) …
        › 
        ›     return $this->getDriver()->isTransient($class);}
      }
      /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/SchemaValidator.php:103 {
        Doctrine\ORM\Tools\SchemaValidator->validateClass(ClassMetadataInfo $class) …
        › foreach ($class->associationMappings as $fieldName => $assoc) {    if (! class_exists($assoc['targetEntity']) || $cmf->isTransient($assoc['targetEntity'])) {        $ce[] = "The target entity '" . $assoc['targetEntity'] . "' specified on " . $class->name . '#' . $fieldName . ' is unknown or not an entity.';
      }
      /home/objetivo062/codigo/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php:80 {
        Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
        › 
        › $classErrors                        = $validator->validateClass($class);$entities[$name][$class->getName()] = $class->getName();
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
        › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:190 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:178 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/objetivo062/codigo/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/objetivo062/codigo/vendor/symfony/validator/Constraint.php:191 {
    Symfony\Component\Validator\Constraint->__set(string $option, $value) …
    › if ('groups' === $option) {    $this->groups = (array) $value;}
  /home/objetivo062/codigo/vendor/symfony/var-exporter/Internal/Hydrator.php:62 {
    Symfony\Component\VarExporter\Internal\Hydrator::Symfony\Component\VarExporter\Internal\{closure} …
    › foreach ($values as $i => $v) {    $objects[$i]->$name = $v;}
  }
  /home/objetivo062/codigo/vendor/symfony/var-exporter/Internal/Hydrator.php:43 {
    Symfony\Component\VarExporter\Internal\Hydrator::hydrate($objects, $values, $properties, $value, $wakeups) …
    › foreach ($properties as $class => $vars) {    (self::$hydrators[$class] ?? self::getHydrator($class))($vars, $objects);}
  }
  /home/objetivo062/codigo/var/cache/dev/pools/cmJW-L2fxp/G/R/33ywt9nnNbkH67VlR9HQ:3 {
    Symfony\Component\Cache\Adapter\PhpFilesAdapter::{closure} …
    › 
    › return [PHP_INT_MAX, static function () { return \Symfony\Component\VarExporter\Internal\Hydrator::hydrate(    $o = [
  }
  /home/objetivo062/codigo/vendor/symfony/cache/Adapter/PhpFilesAdapter.php:121 {
    Symfony\Component\Cache\Adapter\PhpFilesAdapter->doFetch(array $ids) …
    › } elseif (!$value instanceof LazyValue) {    $values[$id] = $value();} elseif (false === $values[$id] = include $value->file) {
  }
  /home/objetivo062/codigo/vendor/symfony/cache/Traits/AbstractAdapterTrait.php:220 {
    Symfony\Component\Cache\Adapter\AbstractAdapter->getItem($key) …
    › try {    foreach ($this->doFetch([$id]) as $value) {        $isHit = true;
  }
  /home/objetivo062/codigo/vendor/symfony/cache/Adapter/TraceableAdapter.php:77 {
    Symfony\Component\Cache\Adapter\TraceableAdapter->getItem($key) …
    › try {    $item = $this->pool->getItem($key);} finally {
  }
  /home/objetivo062/codigo/vendor/symfony/cache/Adapter/PhpArrayAdapter.php:128 {
    Symfony\Component\Cache\Adapter\PhpArrayAdapter->getItem($key) …
    › if (!isset($this->keys[$key])) {    return $this->pool->getItem($key);}
  }
  /home/objetivo062/codigo/vendor/symfony/cache/DoctrineProvider.php:54 {
    Symfony\Component\Cache\DoctrineProvider->doFetch($id) …
    › {    $item = $this->pool->getItem(rawurlencode($id));}
  /home/objetivo062/codigo/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php:59 {
    Doctrine\Common\Cache\CacheProvider->fetch($id) …
    › {    return $this->doFetch($this->getNamespacedId($id));}
  }
  /home/objetivo062/codigo/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php:171 {
    Doctrine\Common\Annotations\CachedReader->fetchFromCache($cacheKey, ReflectionClass $class) …
    › {    $data = $this->cache->fetch($cacheKey);    if ($data !== false) {
  }
  /home/objetivo062/codigo/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php:58 {
    Doctrine\Common\Annotations\CachedReader->getClassAnnotations(ReflectionClass $class) …
    › 
    › $annots = $this->fetchFromCache($cacheKey, $class);if ($annots === false) {
  }
  /home/objetivo062/codigo/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php:177 {
    Doctrine\Persistence\Mapping\Driver\AnnotationDriver->isTransient($className) …
    › {    $classAnnotations = $this->reader->getClassAnnotations(new ReflectionClass($className));}
  /home/objetivo062/codigo/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php:136 {
    Doctrine\Persistence\Mapping\Driver\MappingDriverChain->isTransient($className) …
    › if (strpos($className, $namespace) === 0) {    return $driver->isTransient($className);}
  }
  /home/objetivo062/codigo/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/AbstractClassMetadataFactory.php:376 {
    Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->isTransient($class) …
    › 
    ›     return $this->getDriver()->isTransient($class);}
  }
  /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/SchemaValidator.php:103 {
    Doctrine\ORM\Tools\SchemaValidator->validateClass(ClassMetadataInfo $class) …
    › foreach ($class->associationMappings as $fieldName => $assoc) {    if (! class_exists($assoc['targetEntity']) || $cmf->isTransient($assoc['targetEntity'])) {        $ce[] = "The target entity '" . $assoc['targetEntity'] . "' specified on " . $class->name . '#' . $fieldName . ' is unknown or not an entity.';
  }
  /home/objetivo062/codigo/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php:80 {
    Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
    › 
    › $classErrors                        = $validator->validateClass($class);$entities[$name][$class->getName()] = $class->getName();
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
    › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:190 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:178 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/objetivo062/codigo/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Creation of dynamic property Symfony\Component\Validator\Constraints\Email::$groups is deprecated
[
  "exception" => ErrorException {#1790
    #message: "Deprecated: Creation of dynamic property Symfony\Component\Validator\Constraints\Email::$groups is deprecated"
    #code: 0
    #file: "/home/objetivo062/codigo/vendor/symfony/validator/Constraint.php"
    #line: 191
    #severity: E_DEPRECATED
    trace: {
      /home/objetivo062/codigo/vendor/symfony/validator/Constraint.php:191 {
        Symfony\Component\Validator\Constraint->__set(string $option, $value) …
        › if ('groups' === $option) {    $this->groups = (array) $value;}
      /home/objetivo062/codigo/vendor/symfony/var-exporter/Internal/Hydrator.php:62 {
        Symfony\Component\VarExporter\Internal\Hydrator::Symfony\Component\VarExporter\Internal\{closure} …
        › foreach ($values as $i => $v) {    $objects[$i]->$name = $v;}
      }
      /home/objetivo062/codigo/vendor/symfony/var-exporter/Internal/Hydrator.php:43 {
        Symfony\Component\VarExporter\Internal\Hydrator::hydrate($objects, $values, $properties, $value, $wakeups) …
        › foreach ($properties as $class => $vars) {    (self::$hydrators[$class] ?? self::getHydrator($class))($vars, $objects);}
      }
      /home/objetivo062/codigo/var/cache/dev/pools/cmJW-L2fxp/T/Z/2G7XlGMFeFqeVP6NsoGw:3 {
        Symfony\Component\Cache\Adapter\PhpFilesAdapter::{closure} …
        › 
        › return [PHP_INT_MAX, static function () { return \Symfony\Component\VarExporter\Internal\Hydrator::hydrate(    $o = [
      }
      /home/objetivo062/codigo/vendor/symfony/cache/Adapter/PhpFilesAdapter.php:121 {
        Symfony\Component\Cache\Adapter\PhpFilesAdapter->doFetch(array $ids) …
        › } elseif (!$value instanceof LazyValue) {    $values[$id] = $value();} elseif (false === $values[$id] = include $value->file) {
      }
      /home/objetivo062/codigo/vendor/symfony/cache/Traits/AbstractAdapterTrait.php:220 {
        Symfony\Component\Cache\Adapter\AbstractAdapter->getItem($key) …
        › try {    foreach ($this->doFetch([$id]) as $value) {        $isHit = true;
      }
      /home/objetivo062/codigo/vendor/symfony/cache/Adapter/TraceableAdapter.php:77 {
        Symfony\Component\Cache\Adapter\TraceableAdapter->getItem($key) …
        › try {    $item = $this->pool->getItem($key);} finally {
      }
      /home/objetivo062/codigo/vendor/symfony/cache/Adapter/PhpArrayAdapter.php:128 {
        Symfony\Component\Cache\Adapter\PhpArrayAdapter->getItem($key) …
        › if (!isset($this->keys[$key])) {    return $this->pool->getItem($key);}
      }
      /home/objetivo062/codigo/vendor/symfony/cache/DoctrineProvider.php:54 {
        Symfony\Component\Cache\DoctrineProvider->doFetch($id) …
        › {    $item = $this->pool->getItem(rawurlencode($id));}
      /home/objetivo062/codigo/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php:59 {
        Doctrine\Common\Cache\CacheProvider->fetch($id) …
        › {    return $this->doFetch($this->getNamespacedId($id));}
      }
      /home/objetivo062/codigo/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php:171 {
        Doctrine\Common\Annotations\CachedReader->fetchFromCache($cacheKey, ReflectionClass $class) …
        › {    $data = $this->cache->fetch($cacheKey);    if ($data !== false) {
      }
      /home/objetivo062/codigo/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php:93 {
        Doctrine\Common\Annotations\CachedReader->getPropertyAnnotations(ReflectionProperty $property) …
        › 
        › $annots = $this->fetchFromCache($cacheKey, $class);if ($annots === false) {
      }
      /home/objetivo062/codigo/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php:107 {
        Doctrine\Common\Annotations\CachedReader->getPropertyAnnotation(ReflectionProperty $property, $annotationName) …
        › {    foreach ($this->getPropertyAnnotations($property) as $annot) {        if ($annot instanceof $annotationName) {
      }
      /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php:302 {
        Doctrine\ORM\Mapping\Driver\AnnotationDriver->loadMetadataForClass($className, ClassMetadata $metadata) …
        › // Evaluate @Cache annotationif (($cacheAnnot = $this->reader->getPropertyAnnotation($property, Mapping\Cache::class)) !== null) {    $mapping['cache'] = $metadata->getAssociationCacheDefaults(
      }
      /home/objetivo062/codigo/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php:79 {
        Doctrine\Persistence\Mapping\Driver\MappingDriverChain->loadMetadataForClass($className, ClassMetadata $metadata) …
        › if (strpos($className, $namespace) === 0) {    $driver->loadMetadataForClass($className, $metadata);}
      /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php:149 {
        Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
        › try {    $this->driver->loadMetadataForClass($class->getName(), $class);} catch (ReflectionException $e) {
      }
      /home/objetivo062/codigo/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/AbstractClassMetadataFactory.php:306 {
        Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata($name) …
        › 
        › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
      /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php:79 {
        Doctrine\ORM\Mapping\ClassMetadataFactory->loadMetadata($name) …
        › {    $loaded = parent::loadMetadata($name);}
      /home/objetivo062/codigo/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/AbstractClassMetadataFactory.php:184 {
        Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor($className) …
        › } else {    foreach ($this->loadMetadata($realClassName) as $loadedClassName) {        $this->cacheDriver->save(
      }
      /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/SchemaValidator.php:113 {
        Doctrine\ORM\Tools\SchemaValidator->validateClass(ClassMetadataInfo $class) …
        › 
        › $targetMetadata = $cmf->getMetadataFor($assoc['targetEntity']);}
      /home/objetivo062/codigo/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php:80 {
        Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
        › 
        › $classErrors                        = $validator->validateClass($class);$entities[$name][$class->getName()] = $class->getName();
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
        › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:190 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:178 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/objetivo062/codigo/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/objetivo062/codigo/vendor/symfony/validator/Constraint.php:191 {
    Symfony\Component\Validator\Constraint->__set(string $option, $value) …
    › if ('groups' === $option) {    $this->groups = (array) $value;}
  /home/objetivo062/codigo/vendor/symfony/var-exporter/Internal/Hydrator.php:62 {
    Symfony\Component\VarExporter\Internal\Hydrator::Symfony\Component\VarExporter\Internal\{closure} …
    › foreach ($values as $i => $v) {    $objects[$i]->$name = $v;}
  }
  /home/objetivo062/codigo/vendor/symfony/var-exporter/Internal/Hydrator.php:43 {
    Symfony\Component\VarExporter\Internal\Hydrator::hydrate($objects, $values, $properties, $value, $wakeups) …
    › foreach ($properties as $class => $vars) {    (self::$hydrators[$class] ?? self::getHydrator($class))($vars, $objects);}
  }
  /home/objetivo062/codigo/var/cache/dev/pools/cmJW-L2fxp/T/Z/2G7XlGMFeFqeVP6NsoGw:3 {
    Symfony\Component\Cache\Adapter\PhpFilesAdapter::{closure} …
    › 
    › return [PHP_INT_MAX, static function () { return \Symfony\Component\VarExporter\Internal\Hydrator::hydrate(    $o = [
  }
  /home/objetivo062/codigo/vendor/symfony/cache/Adapter/PhpFilesAdapter.php:121 {
    Symfony\Component\Cache\Adapter\PhpFilesAdapter->doFetch(array $ids) …
    › } elseif (!$value instanceof LazyValue) {    $values[$id] = $value();} elseif (false === $values[$id] = include $value->file) {
  }
  /home/objetivo062/codigo/vendor/symfony/cache/Traits/AbstractAdapterTrait.php:220 {
    Symfony\Component\Cache\Adapter\AbstractAdapter->getItem($key) …
    › try {    foreach ($this->doFetch([$id]) as $value) {        $isHit = true;
  }
  /home/objetivo062/codigo/vendor/symfony/cache/Adapter/TraceableAdapter.php:77 {
    Symfony\Component\Cache\Adapter\TraceableAdapter->getItem($key) …
    › try {    $item = $this->pool->getItem($key);} finally {
  }
  /home/objetivo062/codigo/vendor/symfony/cache/Adapter/PhpArrayAdapter.php:128 {
    Symfony\Component\Cache\Adapter\PhpArrayAdapter->getItem($key) …
    › if (!isset($this->keys[$key])) {    return $this->pool->getItem($key);}
  }
  /home/objetivo062/codigo/vendor/symfony/cache/DoctrineProvider.php:54 {
    Symfony\Component\Cache\DoctrineProvider->doFetch($id) …
    › {    $item = $this->pool->getItem(rawurlencode($id));}
  /home/objetivo062/codigo/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php:59 {
    Doctrine\Common\Cache\CacheProvider->fetch($id) …
    › {    return $this->doFetch($this->getNamespacedId($id));}
  }
  /home/objetivo062/codigo/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php:171 {
    Doctrine\Common\Annotations\CachedReader->fetchFromCache($cacheKey, ReflectionClass $class) …
    › {    $data = $this->cache->fetch($cacheKey);    if ($data !== false) {
  }
  /home/objetivo062/codigo/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php:93 {
    Doctrine\Common\Annotations\CachedReader->getPropertyAnnotations(ReflectionProperty $property) …
    › 
    › $annots = $this->fetchFromCache($cacheKey, $class);if ($annots === false) {
  }
  /home/objetivo062/codigo/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php:107 {
    Doctrine\Common\Annotations\CachedReader->getPropertyAnnotation(ReflectionProperty $property, $annotationName) …
    › {    foreach ($this->getPropertyAnnotations($property) as $annot) {        if ($annot instanceof $annotationName) {
  }
  /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php:302 {
    Doctrine\ORM\Mapping\Driver\AnnotationDriver->loadMetadataForClass($className, ClassMetadata $metadata) …
    › // Evaluate @Cache annotationif (($cacheAnnot = $this->reader->getPropertyAnnotation($property, Mapping\Cache::class)) !== null) {    $mapping['cache'] = $metadata->getAssociationCacheDefaults(
  }
  /home/objetivo062/codigo/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php:79 {
    Doctrine\Persistence\Mapping\Driver\MappingDriverChain->loadMetadataForClass($className, ClassMetadata $metadata) …
    › if (strpos($className, $namespace) === 0) {    $driver->loadMetadataForClass($className, $metadata);}
  /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php:149 {
    Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
    › try {    $this->driver->loadMetadataForClass($class->getName(), $class);} catch (ReflectionException $e) {
  }
  /home/objetivo062/codigo/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/AbstractClassMetadataFactory.php:306 {
    Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata($name) …
    › 
    › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
  /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php:79 {
    Doctrine\ORM\Mapping\ClassMetadataFactory->loadMetadata($name) …
    › {    $loaded = parent::loadMetadata($name);}
  /home/objetivo062/codigo/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/AbstractClassMetadataFactory.php:184 {
    Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor($className) …
    › } else {    foreach ($this->loadMetadata($realClassName) as $loadedClassName) {        $this->cacheDriver->save(
  }
  /home/objetivo062/codigo/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/SchemaValidator.php:113 {
    Doctrine\ORM\Tools\SchemaValidator->validateClass(ClassMetadataInfo $class) …
    › 
    › $targetMetadata = $cmf->getMetadataFor($assoc['targetEntity']);}
  /home/objetivo062/codigo/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php:80 {
    Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
    › 
    › $classErrors                        = $validator->validateClass($class);$entities[$name][$class->getName()] = $class->getName();
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
    › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:190 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:178 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:195 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/objetivo062/codigo/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Symfony\Component\Finder\Finder::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#3147
    #message: "Deprecated: Return type of Symfony\Component\Finder\Finder::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/objetivo062/codigo/vendor/symfony/finder/Finder.php"
    #line: 607
    #severity: E_DEPRECATED
    trace: {
      /home/objetivo062/codigo/vendor/symfony/finder/Finder.php:607 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function getIterator(){
      }
      /home/objetivo062/codigo/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:270 {
        Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner\{closure} …
        › if ($this->prevErrorHandler) {    return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);}
      }
      /home/objetivo062/codigo/vendor/symfony/finder/Finder.php:39 {
        is_subclass_of(mixed $object_or_class, string $class, bool $allow_string = true): bool …
        ›  */class Finder implements \IteratorAggregate, \Countable{
      }
      /home/objetivo062/codigo/vendor/symfony/var-dumper/Caster/ExceptionCaster.php:216 {
        Symfony\Component\VarDumper\Caster\ExceptionCaster::castFrameStub(FrameStub $frame, array $a, Stub $stub, bool $isNested) …
        › if (is_file($f['file']) && 0 <= self::$srcContext) {    if (!empty($f['class']) && (is_subclass_of($f['class'], 'Twig\Template') || is_subclass_of($f['class'], 'Twig_Template')) && method_exists($f['class'], 'getDebugInfo')) {        $template = $f['object'] ?? unserialize(sprintf('O:%d:"%s":0:{}', \strlen($f['class']), $f['class']));
      }
      /home/objetivo062/codigo/vendor/symfony/var-dumper/Caster/ExceptionCaster.php:149 {
        Symfony\Component\VarDumper\Caster\ExceptionCaster::castTraceStub(TraceStub $trace, array $a, Stub $stub, bool $isNested) …
        › );$f = self::castFrameStub($frame, [], $frame, true);if (isset($f[$prefix.'src'])) {
      }
      /home/objetivo062/codigo/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:348 {
        Symfony\Component\VarDumper\Cloner\AbstractCloner->castObject(Stub $stub, bool $isNested) …
        › foreach ($this->casters[$p] as $callback) {    $a = $callback($obj, $a, $stub, $isNested, $this->filter);}
      }
      /home/objetivo062/codigo/vendor/symfony/var-dumper/Cloner/VarCloner.php:176 {
        Symfony\Component\VarDumper\Cloner\VarCloner->doClone($var) …
        › $stub->handle = $h;$a = $this->castObject($stub, 0 < $i);if ($v !== $stub->value) {
      }
      /home/objetivo062/codigo/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:281 {
        Symfony\Component\VarDumper\Cloner\AbstractCloner->cloneVar($var, int $filter = 0) …
        › try {    return new Data($this->doClone($var));} finally {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/DataCollector/DataCollector.php:62 {
        Symfony\Component\HttpKernel\DataCollector\DataCollector->cloneVar($var) …
        › 
        ›     return $this->cloner->cloneVar($var);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php:75 {
        Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector->lateCollect() …
        ›     $this->data['logs'] = $this->sanitizeLogs(array_merge($this->logger->getLogs($this->currentRequest), $containerDeprecationLogs));    $this->data = $this->cloneVar($this->data);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Profiler/Profiler.php:97 {
        Symfony\Component\HttpKernel\Profiler\Profiler->saveProfile(Profile $profile) …
        › if ($collector instanceof LateDataCollectorInterface) {    $collector->lateCollect();}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:112 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelTerminate(TerminateEvent $event) …
        › foreach ($this->profiles as $request) {    $this->profiler->saveProfile($this->profiles[$request]);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:99 {
        Symfony\Component\HttpKernel\HttpKernel->terminate(Request $request, Response $response) …
        › {    $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:152 {
        Symfony\Component\HttpKernel\Kernel->terminate(Request $request, Response $response) …
        › if ($this->getHttpKernel() instanceof TerminableInterface) {    $this->getHttpKernel()->terminate($request, $response);}
      }
      /home/objetivo062/codigo/public/index.php:22 {$response->send();$kernel->terminate($request, $response);}
    }
  }
]
{
  /home/objetivo062/codigo/vendor/symfony/finder/Finder.php:607 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function getIterator(){
  }
  /home/objetivo062/codigo/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:270 {
    Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner\{closure} …
    › if ($this->prevErrorHandler) {    return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);}
  }
  /home/objetivo062/codigo/vendor/symfony/finder/Finder.php:39 {
    is_subclass_of(mixed $object_or_class, string $class, bool $allow_string = true): bool …
    ›  */class Finder implements \IteratorAggregate, \Countable{
  }
  /home/objetivo062/codigo/vendor/symfony/var-dumper/Caster/ExceptionCaster.php:216 {
    Symfony\Component\VarDumper\Caster\ExceptionCaster::castFrameStub(FrameStub $frame, array $a, Stub $stub, bool $isNested) …
    › if (is_file($f['file']) && 0 <= self::$srcContext) {    if (!empty($f['class']) && (is_subclass_of($f['class'], 'Twig\Template') || is_subclass_of($f['class'], 'Twig_Template')) && method_exists($f['class'], 'getDebugInfo')) {        $template = $f['object'] ?? unserialize(sprintf('O:%d:"%s":0:{}', \strlen($f['class']), $f['class']));
  }
  /home/objetivo062/codigo/vendor/symfony/var-dumper/Caster/ExceptionCaster.php:149 {
    Symfony\Component\VarDumper\Caster\ExceptionCaster::castTraceStub(TraceStub $trace, array $a, Stub $stub, bool $isNested) …
    › );$f = self::castFrameStub($frame, [], $frame, true);if (isset($f[$prefix.'src'])) {
  }
  /home/objetivo062/codigo/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:348 {
    Symfony\Component\VarDumper\Cloner\AbstractCloner->castObject(Stub $stub, bool $isNested) …
    › foreach ($this->casters[$p] as $callback) {    $a = $callback($obj, $a, $stub, $isNested, $this->filter);}
  }
  /home/objetivo062/codigo/vendor/symfony/var-dumper/Cloner/VarCloner.php:176 {
    Symfony\Component\VarDumper\Cloner\VarCloner->doClone($var) …
    › $stub->handle = $h;$a = $this->castObject($stub, 0 < $i);if ($v !== $stub->value) {
  }
  /home/objetivo062/codigo/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:281 {
    Symfony\Component\VarDumper\Cloner\AbstractCloner->cloneVar($var, int $filter = 0) …
    › try {    return new Data($this->doClone($var));} finally {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/DataCollector/DataCollector.php:62 {
    Symfony\Component\HttpKernel\DataCollector\DataCollector->cloneVar($var) …
    › 
    ›     return $this->cloner->cloneVar($var);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php:75 {
    Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector->lateCollect() …
    ›     $this->data['logs'] = $this->sanitizeLogs(array_merge($this->logger->getLogs($this->currentRequest), $containerDeprecationLogs));    $this->data = $this->cloneVar($this->data);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Profiler/Profiler.php:97 {
    Symfony\Component\HttpKernel\Profiler\Profiler->saveProfile(Profile $profile) …
    › if ($collector instanceof LateDataCollectorInterface) {    $collector->lateCollect();}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:112 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelTerminate(TerminateEvent $event) …
    › foreach ($this->profiles as $request) {    $this->profiler->saveProfile($this->profiles[$request]);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:99 {
    Symfony\Component\HttpKernel\HttpKernel->terminate(Request $request, Response $response) …
    › {    $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:152 {
    Symfony\Component\HttpKernel\Kernel->terminate(Request $request, Response $response) …
    › if ($this->getHttpKernel() instanceof TerminableInterface) {    $this->getHttpKernel()->terminate($request, $response);}
  }
  /home/objetivo062/codigo/public/index.php:22 {$response->send();$kernel->terminate($request, $response);}
}
php Deprecated: Return type of Symfony\Component\Finder\Finder::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#3152
    #message: "Deprecated: Return type of Symfony\Component\Finder\Finder::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/objetivo062/codigo/vendor/symfony/finder/Finder.php"
    #line: 687
    #severity: E_DEPRECATED
    trace: {
      /home/objetivo062/codigo/vendor/symfony/finder/Finder.php:687 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function count(){
      }
      /home/objetivo062/codigo/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:270 {
        Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner\{closure} …
        › if ($this->prevErrorHandler) {    return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);}
      }
      /home/objetivo062/codigo/vendor/symfony/finder/Finder.php:39 {
        is_subclass_of(mixed $object_or_class, string $class, bool $allow_string = true): bool …
        ›  */class Finder implements \IteratorAggregate, \Countable{
      }
      /home/objetivo062/codigo/vendor/symfony/var-dumper/Caster/ExceptionCaster.php:216 {
        Symfony\Component\VarDumper\Caster\ExceptionCaster::castFrameStub(FrameStub $frame, array $a, Stub $stub, bool $isNested) …
        › if (is_file($f['file']) && 0 <= self::$srcContext) {    if (!empty($f['class']) && (is_subclass_of($f['class'], 'Twig\Template') || is_subclass_of($f['class'], 'Twig_Template')) && method_exists($f['class'], 'getDebugInfo')) {        $template = $f['object'] ?? unserialize(sprintf('O:%d:"%s":0:{}', \strlen($f['class']), $f['class']));
      }
      /home/objetivo062/codigo/vendor/symfony/var-dumper/Caster/ExceptionCaster.php:149 {
        Symfony\Component\VarDumper\Caster\ExceptionCaster::castTraceStub(TraceStub $trace, array $a, Stub $stub, bool $isNested) …
        › );$f = self::castFrameStub($frame, [], $frame, true);if (isset($f[$prefix.'src'])) {
      }
      /home/objetivo062/codigo/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:348 {
        Symfony\Component\VarDumper\Cloner\AbstractCloner->castObject(Stub $stub, bool $isNested) …
        › foreach ($this->casters[$p] as $callback) {    $a = $callback($obj, $a, $stub, $isNested, $this->filter);}
      }
      /home/objetivo062/codigo/vendor/symfony/var-dumper/Cloner/VarCloner.php:176 {
        Symfony\Component\VarDumper\Cloner\VarCloner->doClone($var) …
        › $stub->handle = $h;$a = $this->castObject($stub, 0 < $i);if ($v !== $stub->value) {
      }
      /home/objetivo062/codigo/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:281 {
        Symfony\Component\VarDumper\Cloner\AbstractCloner->cloneVar($var, int $filter = 0) …
        › try {    return new Data($this->doClone($var));} finally {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/DataCollector/DataCollector.php:62 {
        Symfony\Component\HttpKernel\DataCollector\DataCollector->cloneVar($var) …
        › 
        ›     return $this->cloner->cloneVar($var);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php:75 {
        Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector->lateCollect() …
        ›     $this->data['logs'] = $this->sanitizeLogs(array_merge($this->logger->getLogs($this->currentRequest), $containerDeprecationLogs));    $this->data = $this->cloneVar($this->data);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Profiler/Profiler.php:97 {
        Symfony\Component\HttpKernel\Profiler\Profiler->saveProfile(Profile $profile) …
        › if ($collector instanceof LateDataCollectorInterface) {    $collector->lateCollect();}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:112 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelTerminate(TerminateEvent $event) …
        › foreach ($this->profiles as $request) {    $this->profiler->saveProfile($this->profiles[$request]);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:99 {
        Symfony\Component\HttpKernel\HttpKernel->terminate(Request $request, Response $response) …
        › {    $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);}
      }
      /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:152 {
        Symfony\Component\HttpKernel\Kernel->terminate(Request $request, Response $response) …
        › if ($this->getHttpKernel() instanceof TerminableInterface) {    $this->getHttpKernel()->terminate($request, $response);}
      }
      /home/objetivo062/codigo/public/index.php:22 {$response->send();$kernel->terminate($request, $response);}
    }
  }
]
{
  /home/objetivo062/codigo/vendor/symfony/finder/Finder.php:687 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function count(){
  }
  /home/objetivo062/codigo/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:270 {
    Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner\{closure} …
    › if ($this->prevErrorHandler) {    return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);}
  }
  /home/objetivo062/codigo/vendor/symfony/finder/Finder.php:39 {
    is_subclass_of(mixed $object_or_class, string $class, bool $allow_string = true): bool …
    ›  */class Finder implements \IteratorAggregate, \Countable{
  }
  /home/objetivo062/codigo/vendor/symfony/var-dumper/Caster/ExceptionCaster.php:216 {
    Symfony\Component\VarDumper\Caster\ExceptionCaster::castFrameStub(FrameStub $frame, array $a, Stub $stub, bool $isNested) …
    › if (is_file($f['file']) && 0 <= self::$srcContext) {    if (!empty($f['class']) && (is_subclass_of($f['class'], 'Twig\Template') || is_subclass_of($f['class'], 'Twig_Template')) && method_exists($f['class'], 'getDebugInfo')) {        $template = $f['object'] ?? unserialize(sprintf('O:%d:"%s":0:{}', \strlen($f['class']), $f['class']));
  }
  /home/objetivo062/codigo/vendor/symfony/var-dumper/Caster/ExceptionCaster.php:149 {
    Symfony\Component\VarDumper\Caster\ExceptionCaster::castTraceStub(TraceStub $trace, array $a, Stub $stub, bool $isNested) …
    › );$f = self::castFrameStub($frame, [], $frame, true);if (isset($f[$prefix.'src'])) {
  }
  /home/objetivo062/codigo/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:348 {
    Symfony\Component\VarDumper\Cloner\AbstractCloner->castObject(Stub $stub, bool $isNested) …
    › foreach ($this->casters[$p] as $callback) {    $a = $callback($obj, $a, $stub, $isNested, $this->filter);}
  }
  /home/objetivo062/codigo/vendor/symfony/var-dumper/Cloner/VarCloner.php:176 {
    Symfony\Component\VarDumper\Cloner\VarCloner->doClone($var) …
    › $stub->handle = $h;$a = $this->castObject($stub, 0 < $i);if ($v !== $stub->value) {
  }
  /home/objetivo062/codigo/vendor/symfony/var-dumper/Cloner/AbstractCloner.php:281 {
    Symfony\Component\VarDumper\Cloner\AbstractCloner->cloneVar($var, int $filter = 0) …
    › try {    return new Data($this->doClone($var));} finally {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/DataCollector/DataCollector.php:62 {
    Symfony\Component\HttpKernel\DataCollector\DataCollector->cloneVar($var) …
    › 
    ›     return $this->cloner->cloneVar($var);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php:75 {
    Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector->lateCollect() …
    ›     $this->data['logs'] = $this->sanitizeLogs(array_merge($this->logger->getLogs($this->currentRequest), $containerDeprecationLogs));    $this->data = $this->cloneVar($this->data);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Profiler/Profiler.php:97 {
    Symfony\Component\HttpKernel\Profiler\Profiler->saveProfile(Profile $profile) …
    › if ($collector instanceof LateDataCollectorInterface) {    $collector->lateCollect();}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:112 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelTerminate(TerminateEvent $event) …
    › foreach ($this->profiles as $request) {    $this->profiler->saveProfile($this->profiles[$request]);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/objetivo062/codigo/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/HttpKernel.php:99 {
    Symfony\Component\HttpKernel\HttpKernel->terminate(Request $request, Response $response) …
    › {    $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);}
  }
  /home/objetivo062/codigo/vendor/symfony/http-kernel/Kernel.php:152 {
    Symfony\Component\HttpKernel\Kernel->terminate(Request $request, Response $response) …
    › if ($this->getHttpKernel() instanceof TerminableInterface) {    $this->getHttpKernel()->terminate($request, $response);}
  }
  /home/objetivo062/codigo/public/index.php:22 {$response->send();$kernel->terminate($request, $response);}
}
n/a Return type of Symfony\Component\Form\Form::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
n/a Return type of Symfony\Component\Form\Form::offsetExists($name) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
n/a Return type of Symfony\Component\Form\Form::offsetGet($name) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
n/a Return type of Symfony\Component\Form\Form::offsetSet($name, $child) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
n/a Return type of Symfony\Component\Form\Form::offsetUnset($name) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
n/a Return type of Symfony\Component\Form\Form::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
n/a Please install the "intl" PHP extension for best performance.
n/a strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated
n/a Return type of Symfony\Component\Security\Core\Exception\AuthenticationException::__wakeup() should either be compatible with Exception::__wakeup(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
n/a Return type of Symfony\Component\Finder\Finder::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
n/a Return type of Symfony\Component\Finder\Finder::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
n/a Return type of Symfony\Component\Finder\Iterator\FileTypeFilterIterator::accept() should either be compatible with FilterIterator::accept(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
n/a Return type of Symfony\Component\Finder\Iterator\SortableIterator::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
n/a Return type of Symfony\Component\Finder\Iterator\RecursiveDirectoryIterator::getChildren() should either be compatible with RecursiveDirectoryIterator::getChildren(): RecursiveDirectoryIterator, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
n/a Return type of Symfony\Component\Finder\Iterator\RecursiveDirectoryIterator::rewind() should either be compatible with FilesystemIterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
n/a Return type of Symfony\Component\Finder\Iterator\RecursiveDirectoryIterator::current() should either be compatible with FilesystemIterator::current(): SplFileInfo|FilesystemIterator|string, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
n/a Return type of Symfony\Component\Finder\Iterator\ExcludeDirectoryFilterIterator::accept() should either be compatible with FilterIterator::accept(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
n/a Return type of Symfony\Component\Finder\Iterator\ExcludeDirectoryFilterIterator::hasChildren() should either be compatible with RecursiveIterator::hasChildren(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
n/a Return type of Symfony\Component\Finder\Iterator\ExcludeDirectoryFilterIterator::getChildren() should either be compatible with RecursiveIterator::getChildren(): ?RecursiveIterator, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
n/a Return type of Symfony\Component\Finder\Iterator\CustomFilterIterator::accept() should either be compatible with FilterIterator::accept(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
n/a Return type of Symfony\Component\Finder\Iterator\PathFilterIterator::accept() should either be compatible with FilterIterator::accept(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
n/a Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Service\TPVManager" service.

Debug 62

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"
]
doctrine SELECT t0.id AS id_1, t0.suscripcion_importe AS suscripcion_importe_2, t0.suscripcion_importe_inicial AS suscripcion_importe_inicial_3, t0.suscripcion_importe_comentario AS suscripcion_importe_comentario_4, t0.suscripcion_fin AS suscripcion_fin_5, t0.email AS email_6, t0.empresa_nombre AS empresa_nombre_7, t0.empresa_cif AS empresa_cif_8, t0.empresa_direccion AS empresa_direccion_9, t0.iva AS iva_10 FROM configuracion t0
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\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\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
event Notified event
"kernel.response"
to listener
"Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
event Notified event
"kernel.controller"
to listener
"Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
]
event Notified event
"kernel.controller_arguments"
to listener
"Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
]
event Notified event
"kernel.controller_arguments"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
]
event Notified event
"kernel.controller_arguments"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
event Notified event
"kernel.response"
to listener
"Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]

PHP Notices 0

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

There are no log messages of this level.

Container 1247

Log messages generated during the compilation of the service container.

Class Messages
Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminController" (parent: .abstract.instanceof.App\Controller\Admin\AdminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminController).
  • Resolving inheritance for "App\Controller\Admin\AdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\BloqueController" (parent: .abstract.instanceof.App\Controller\Admin\BloqueController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\BloqueController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\BloqueController).
  • Resolving inheritance for "App\Controller\Admin\BloqueController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\BloqueController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ConfiguracionController" (parent: .abstract.instanceof.App\Controller\Admin\ConfiguracionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ConfiguracionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ConfiguracionController).
  • Resolving inheritance for "App\Controller\Admin\ConfiguracionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ConfiguracionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CuestionarioController" (parent: .abstract.instanceof.App\Controller\Admin\CuestionarioController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CuestionarioController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CuestionarioController).
  • Resolving inheritance for "App\Controller\Admin\CuestionarioController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CuestionarioController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CuponController" (parent: .abstract.instanceof.App\Controller\Admin\CuponController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CuponController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CuponController).
  • Resolving inheritance for "App\Controller\Admin\CuponController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CuponController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FacturaController" (parent: .abstract.instanceof.App\Controller\Admin\FacturaController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FacturaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FacturaController).
  • Resolving inheritance for "App\Controller\Admin\FacturaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FacturaController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ImpugnacionController" (parent: .abstract.instanceof.App\Controller\Admin\ImpugnacionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ImpugnacionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ImpugnacionController).
  • Resolving inheritance for "App\Controller\Admin\ImpugnacionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ImpugnacionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\NoticiaController" (parent: .abstract.instanceof.App\Controller\Admin\NoticiaController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\NoticiaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\NoticiaController).
  • Resolving inheritance for "App\Controller\Admin\NoticiaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\NoticiaController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PagoController" (parent: .abstract.instanceof.App\Controller\Admin\PagoController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PagoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PagoController).
  • Resolving inheritance for "App\Controller\Admin\PagoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PagoController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PreguntaController" (parent: .abstract.instanceof.App\Controller\Admin\PreguntaController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PreguntaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PreguntaController).
  • Resolving inheritance for "App\Controller\Admin\PreguntaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PreguntaController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\RecursoController" (parent: .abstract.instanceof.App\Controller\Admin\RecursoController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\RecursoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\RecursoController).
  • Resolving inheritance for "App\Controller\Admin\RecursoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\RecursoController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SuscripcionController" (parent: .abstract.instanceof.App\Controller\Admin\SuscripcionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SuscripcionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SuscripcionController).
  • Resolving inheritance for "App\Controller\Admin\SuscripcionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SuscripcionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TemaController" (parent: .abstract.instanceof.App\Controller\Admin\TemaController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TemaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TemaController).
  • Resolving inheritance for "App\Controller\Admin\TemaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TemaController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UsuarioController" (parent: .abstract.instanceof.App\Controller\Admin\UsuarioController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UsuarioController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UsuarioController).
  • Resolving inheritance for "App\Controller\Admin\UsuarioController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UsuarioController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UsuarioEstadisticaController" (parent: .abstract.instanceof.App\Controller\Admin\UsuarioEstadisticaController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UsuarioEstadisticaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UsuarioEstadisticaController).
  • Resolving inheritance for "App\Controller\Admin\UsuarioEstadisticaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UsuarioEstadisticaController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UsuarioSuscripcionController" (parent: .abstract.instanceof.App\Controller\Admin\UsuarioSuscripcionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UsuarioSuscripcionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UsuarioSuscripcionController).
  • Resolving inheritance for "App\Controller\Admin\UsuarioSuscripcionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UsuarioSuscripcionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\FrontController" (parent: .abstract.instanceof.App\Controller\Front\FrontController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\FrontController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\FrontController).
  • Resolving inheritance for "App\Controller\Front\FrontController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\FrontController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\PagoController" (parent: .abstract.instanceof.App\Controller\Front\PagoController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\PagoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\PagoController).
  • Resolving inheritance for "App\Controller\Front\PagoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\PagoController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Learn\CuestionarioController" (parent: .abstract.instanceof.App\Controller\Learn\CuestionarioController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Learn\CuestionarioController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Learn\CuestionarioController).
  • Resolving inheritance for "App\Controller\Learn\CuestionarioController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Learn\CuestionarioController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Learn\ImpugnacionController" (parent: .abstract.instanceof.App\Controller\Learn\ImpugnacionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Learn\ImpugnacionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Learn\ImpugnacionController).
  • Resolving inheritance for "App\Controller\Learn\ImpugnacionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Learn\ImpugnacionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Learn\LearnController" (parent: .abstract.instanceof.App\Controller\Learn\LearnController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Learn\LearnController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Learn\LearnController).
  • Resolving inheritance for "App\Controller\Learn\LearnController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Learn\LearnController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Learn\MiPerfilController" (parent: .abstract.instanceof.App\Controller\Learn\MiPerfilController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Learn\MiPerfilController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Learn\MiPerfilController).
  • Resolving inheritance for "App\Controller\Learn\MiPerfilController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Learn\MiPerfilController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Learn\NoticiaController" (parent: .abstract.instanceof.App\Controller\Learn\NoticiaController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Learn\NoticiaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Learn\NoticiaController).
  • Resolving inheritance for "App\Controller\Learn\NoticiaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Learn\NoticiaController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Learn\PreguntaFavoritaController" (parent: .abstract.instanceof.App\Controller\Learn\PreguntaFavoritaController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Learn\PreguntaFavoritaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Learn\PreguntaFavoritaController).
  • Resolving inheritance for "App\Controller\Learn\PreguntaFavoritaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Learn\PreguntaFavoritaController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Learn\RecursoController" (parent: .abstract.instanceof.App\Controller\Learn\RecursoController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Learn\RecursoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Learn\RecursoController).
  • Resolving inheritance for "App\Controller\Learn\RecursoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Learn\RecursoController).
  • 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\ConfiguracionFixtures" (parent: .abstract.instanceof.App\DataFixtures\ConfiguracionFixtures).
  • Resolving inheritance for "App\DataFixtures\ConfiguracionFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ConfiguracionFixtures).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CuestionarioFixtures" (parent: .abstract.instanceof.App\DataFixtures\CuestionarioFixtures).
  • Resolving inheritance for "App\DataFixtures\CuestionarioFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CuestionarioFixtures).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\UsuarioFixtures" (parent: .abstract.instanceof.App\DataFixtures\UsuarioFixtures).
  • Resolving inheritance for "App\DataFixtures\UsuarioFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\UsuarioFixtures).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\PagoSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\PagoSubscriber).
  • Resolving inheritance for "App\EventSubscriber\PagoSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\PagoSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Filter\CuestionarioFilterType" (parent: .abstract.instanceof.App\Filter\CuestionarioFilterType).
  • Resolving inheritance for "App\Filter\CuestionarioFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Filter\CuestionarioFilterType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Filter\CuponFilterType" (parent: .abstract.instanceof.App\Filter\CuponFilterType).
  • Resolving inheritance for "App\Filter\CuponFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Filter\CuponFilterType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Filter\FacturaFilterType" (parent: .abstract.instanceof.App\Filter\FacturaFilterType).
  • Resolving inheritance for "App\Filter\FacturaFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Filter\FacturaFilterType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Filter\ImpugnacionFilterType" (parent: .abstract.instanceof.App\Filter\ImpugnacionFilterType).
  • Resolving inheritance for "App\Filter\ImpugnacionFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Filter\ImpugnacionFilterType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Filter\NoticiaFilterType" (parent: .abstract.instanceof.App\Filter\NoticiaFilterType).
  • Resolving inheritance for "App\Filter\NoticiaFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Filter\NoticiaFilterType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Filter\PagoFilterType" (parent: .abstract.instanceof.App\Filter\PagoFilterType).
  • Resolving inheritance for "App\Filter\PagoFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Filter\PagoFilterType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Filter\PreguntaFilterType" (parent: .abstract.instanceof.App\Filter\PreguntaFilterType).
  • Resolving inheritance for "App\Filter\PreguntaFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Filter\PreguntaFilterType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Filter\RecursoFilterType" (parent: .abstract.instanceof.App\Filter\RecursoFilterType).
  • Resolving inheritance for "App\Filter\RecursoFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Filter\RecursoFilterType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Filter\SuscripcionFilterType" (parent: .abstract.instanceof.App\Filter\SuscripcionFilterType).
  • Resolving inheritance for "App\Filter\SuscripcionFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Filter\SuscripcionFilterType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Filter\TemaFilterType" (parent: .abstract.instanceof.App\Filter\TemaFilterType).
  • Resolving inheritance for "App\Filter\TemaFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Filter\TemaFilterType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Filter\UsuarioFilterType" (parent: .abstract.instanceof.App\Filter\UsuarioFilterType).
  • Resolving inheritance for "App\Filter\UsuarioFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Filter\UsuarioFilterType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BloqueType" (parent: .abstract.instanceof.App\Form\BloqueType).
  • Resolving inheritance for "App\Form\BloqueType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BloqueType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ConfiguracionType" (parent: .abstract.instanceof.App\Form\ConfiguracionType).
  • Resolving inheritance for "App\Form\ConfiguracionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ConfiguracionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactoType" (parent: .abstract.instanceof.App\Form\ContactoType).
  • Resolving inheritance for "App\Form\ContactoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactoType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContrasenaType" (parent: .abstract.instanceof.App\Form\ContrasenaType).
  • Resolving inheritance for "App\Form\ContrasenaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContrasenaType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CuestionarioType" (parent: .abstract.instanceof.App\Form\CuestionarioType).
  • Resolving inheritance for "App\Form\CuestionarioType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CuestionarioType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CuponType" (parent: .abstract.instanceof.App\Form\CuponType).
  • Resolving inheritance for "App\Form\CuponType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CuponType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DatosPersonalesType" (parent: .abstract.instanceof.App\Form\DatosPersonalesType).
  • Resolving inheritance for "App\Form\DatosPersonalesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DatosPersonalesType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EmailType" (parent: .abstract.instanceof.App\Form\EmailType).
  • Resolving inheritance for "App\Form\EmailType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EmailType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FacturaConceptoType" (parent: .abstract.instanceof.App\Form\FacturaConceptoType).
  • Resolving inheritance for "App\Form\FacturaConceptoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FacturaConceptoType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FacturaType" (parent: .abstract.instanceof.App\Form\FacturaType).
  • Resolving inheritance for "App\Form\FacturaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FacturaType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ImpugnacionComentarioType" (parent: .abstract.instanceof.App\Form\ImpugnacionComentarioType).
  • Resolving inheritance for "App\Form\ImpugnacionComentarioType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ImpugnacionComentarioType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ImpugnacionRespuestaType" (parent: .abstract.instanceof.App\Form\ImpugnacionRespuestaType).
  • Resolving inheritance for "App\Form\ImpugnacionRespuestaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ImpugnacionRespuestaType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MiPerfilType" (parent: .abstract.instanceof.App\Form\MiPerfilType).
  • Resolving inheritance for "App\Form\MiPerfilType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MiPerfilType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NoticiaType" (parent: .abstract.instanceof.App\Form\NoticiaType).
  • Resolving inheritance for "App\Form\NoticiaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NoticiaType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PagoCuponType" (parent: .abstract.instanceof.App\Form\PagoCuponType).
  • Resolving inheritance for "App\Form\PagoCuponType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PagoCuponType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PagoType" (parent: .abstract.instanceof.App\Form\PagoType).
  • Resolving inheritance for "App\Form\PagoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PagoType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PasswordType" (parent: .abstract.instanceof.App\Form\PasswordType).
  • Resolving inheritance for "App\Form\PasswordType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PasswordType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PreguntaType" (parent: .abstract.instanceof.App\Form\PreguntaType).
  • Resolving inheritance for "App\Form\PreguntaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PreguntaType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RecursoType" (parent: .abstract.instanceof.App\Form\RecursoType).
  • Resolving inheritance for "App\Form\RecursoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RecursoType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RespuestaType" (parent: .abstract.instanceof.App\Form\RespuestaType).
  • Resolving inheritance for "App\Form\RespuestaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RespuestaType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuscripcionType" (parent: .abstract.instanceof.App\Form\SuscripcionType).
  • Resolving inheritance for "App\Form\SuscripcionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuscripcionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TemaType" (parent: .abstract.instanceof.App\Form\TemaType).
  • Resolving inheritance for "App\Form\TemaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TemaType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UsuarioRegistroType" (parent: .abstract.instanceof.App\Form\UsuarioRegistroType).
  • Resolving inheritance for "App\Form\UsuarioRegistroType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UsuarioRegistroType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UsuarioSuscripcionType" (parent: .abstract.instanceof.App\Form\UsuarioSuscripcionType).
  • Resolving inheritance for "App\Form\UsuarioSuscripcionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UsuarioSuscripcionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UsuarioType" (parent: .abstract.instanceof.App\Form\UsuarioType).
  • Resolving inheritance for "App\Form\UsuarioType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UsuarioType).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BloqueRepository" (parent: .abstract.instanceof.App\Repository\BloqueRepository).
  • Resolving inheritance for "App\Repository\BloqueRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BloqueRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConfiguracionRepository" (parent: .abstract.instanceof.App\Repository\ConfiguracionRepository).
  • Resolving inheritance for "App\Repository\ConfiguracionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConfiguracionRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContactoRepository" (parent: .abstract.instanceof.App\Repository\ContactoRepository).
  • Resolving inheritance for "App\Repository\ContactoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContactoRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CuestionarioRepository" (parent: .abstract.instanceof.App\Repository\CuestionarioRepository).
  • Resolving inheritance for "App\Repository\CuestionarioRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CuestionarioRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CuestionarioUsuarioGratisRepository" (parent: .abstract.instanceof.App\Repository\CuestionarioUsuarioGratisRepository).
  • Resolving inheritance for "App\Repository\CuestionarioUsuarioGratisRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CuestionarioUsuarioGratisRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CuestionarioUsuarioRepository" (parent: .abstract.instanceof.App\Repository\CuestionarioUsuarioRepository).
  • Resolving inheritance for "App\Repository\CuestionarioUsuarioRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CuestionarioUsuarioRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CuponRepository" (parent: .abstract.instanceof.App\Repository\CuponRepository).
  • Resolving inheritance for "App\Repository\CuponRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CuponRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FacturaConceptoRepository" (parent: .abstract.instanceof.App\Repository\FacturaConceptoRepository).
  • Resolving inheritance for "App\Repository\FacturaConceptoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FacturaConceptoRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FacturaRepository" (parent: .abstract.instanceof.App\Repository\FacturaRepository).
  • Resolving inheritance for "App\Repository\FacturaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FacturaRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImpugnacionRepository" (parent: .abstract.instanceof.App\Repository\ImpugnacionRepository).
  • Resolving inheritance for "App\Repository\ImpugnacionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImpugnacionRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NoticiaRepository" (parent: .abstract.instanceof.App\Repository\NoticiaRepository).
  • Resolving inheritance for "App\Repository\NoticiaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NoticiaRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NoticiaVisualizadaRepository" (parent: .abstract.instanceof.App\Repository\NoticiaVisualizadaRepository).
  • Resolving inheritance for "App\Repository\NoticiaVisualizadaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NoticiaVisualizadaRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PagoRepository" (parent: .abstract.instanceof.App\Repository\PagoRepository).
  • Resolving inheritance for "App\Repository\PagoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PagoRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PreguntaRepository" (parent: .abstract.instanceof.App\Repository\PreguntaRepository).
  • Resolving inheritance for "App\Repository\PreguntaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PreguntaRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RecursoRepository" (parent: .abstract.instanceof.App\Repository\RecursoRepository).
  • Resolving inheritance for "App\Repository\RecursoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RecursoRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RecursoVisualizadoRepository" (parent: .abstract.instanceof.App\Repository\RecursoVisualizadoRepository).
  • Resolving inheritance for "App\Repository\RecursoVisualizadoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RecursoVisualizadoRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RespuestaRepository" (parent: .abstract.instanceof.App\Repository\RespuestaRepository).
  • Resolving inheritance for "App\Repository\RespuestaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RespuestaRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RespuestaUsuarioGratisRepository" (parent: .abstract.instanceof.App\Repository\RespuestaUsuarioGratisRepository).
  • Resolving inheritance for "App\Repository\RespuestaUsuarioGratisRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RespuestaUsuarioGratisRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RespuestaUsuarioRepository" (parent: .abstract.instanceof.App\Repository\RespuestaUsuarioRepository).
  • Resolving inheritance for "App\Repository\RespuestaUsuarioRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RespuestaUsuarioRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuscripcionRepository" (parent: .abstract.instanceof.App\Repository\SuscripcionRepository).
  • Resolving inheritance for "App\Repository\SuscripcionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuscripcionRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TemaRepository" (parent: .abstract.instanceof.App\Repository\TemaRepository).
  • Resolving inheritance for "App\Repository\TemaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TemaRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UsuarioRepository" (parent: .abstract.instanceof.App\Repository\UsuarioRepository).
  • Resolving inheritance for "App\Repository\UsuarioRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UsuarioRepository).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension" (parent: .abstract.instanceof.App\Twig\AppExtension).
  • Resolving inheritance for "App\Twig\AppExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension).
  • 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 "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
  • Resolving inheritance for "notifier.transport_factory.null" (parent: notifier.transport_factory.abstract).
  • Resolving inheritance for "secrets.decryption_key" (parent: container.env).
  • Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
  • 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.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
  • Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
  • Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
  • Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
  • Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
  • Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
  • Resolving inheritance for "security.authentication.listener.form" (parent: security.authentication.listener.abstract).
  • Resolving inheritance for "security.authentication.rememberme.services.persistent" (parent: security.authentication.rememberme.services.abstract).
  • Resolving inheritance for "security.authentication.rememberme.services.simplehash" (parent: security.authentication.rememberme.services.abstract).
  • Resolving inheritance for "security.user.provider.concrete.app_user_provider" (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.listener.default.main" (parent: security.logout.listener.default).
  • Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
  • Resolving inheritance for "security.authentication.provider.guard.main" (parent: security.authentication.provider.guard).
  • Resolving inheritance for "security.authentication.listener.guard.main" (parent: security.authentication.listener.guard).
  • 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 "cache.webpack_encore" (parent: cache.system).
  • Resolving inheritance for "Vich\UploaderBundle\Naming\UniqidNamer.recurso_adjunto" (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.recurso_adjunto" (parent: vich_uploader.listener.clean.orm).
  • Resolving inheritance for "vich_uploader.listener.remove.recurso_adjunto" (parent: vich_uploader.listener.remove.orm).
  • Resolving inheritance for "vich_uploader.listener.upload.recurso_adjunto" (parent: vich_uploader.listener.upload.orm).
  • Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_subscriber" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
296
Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass
  • Removed service "Psr\Container\ContainerInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
  • Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
  • Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\UriSigner"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
  • Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
  • Removed service "error_renderer.html"; reason: private alias.
  • Removed service "error_renderer"; reason: private alias.
  • Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
  • Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
  • Removed service "Symfony\Component\Cache\Adapter\AdapterInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
  • Removed service "cache.default_redis_provider"; reason: private alias.
  • Removed service "cache.default_memcached_provider"; reason: private alias.
  • Removed service "cache.default_pdo_provider"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface"; reason: private alias.
  • Removed service "SessionHandlerInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface"; reason: private alias.
  • Removed service "session.storage.filesystem"; reason: private alias.
  • Removed service "session.storage"; reason: private alias.
  • Removed service "session.handler"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
  • Removed service "form.property_accessor"; reason: private alias.
  • Removed service "form.choice_list_factory"; reason: private alias.
  • Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
  • Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
  • Removed service "mailer"; reason: private alias.
  • Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
  • Removed service "mailer.logger_message_listener"; reason: private alias.
  • Removed service "Symfony\Component\Notifier\NotifierInterface"; reason: private alias.
  • Removed service "Symfony\Component\Notifier\ChatterInterface"; reason: private alias.
  • Removed service "Symfony\Component\Notifier\TexterInterface"; reason: private alias.
  • Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
  • Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
  • Removed service "translator.formatter"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\Debug\FileLinkFormatter"; reason: private alias.
  • Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
  • Removed service "annotation_reader"; reason: private alias.
  • Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
  • Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
  • Removed service "serializer.property_accessor"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\PropertyNormalizer"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
  • Removed service "error_renderer.serializer"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
  • Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
  • Removed service "sensio_framework_extra.converter.doctrine.orm.expression_language"; reason: private alias.
  • Removed service "sensio_framework_extra.security.expression_language"; reason: private alias.
  • Removed service "Twig_Environment"; reason: private alias.
  • Removed service "Twig\Environment"; reason: private alias.
  • Removed service "logger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface"; reason: private alias.
  • Removed service "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 "doctrine.migrations.metadata_storage"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
  • Removed service "security.encoder_factory"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Guard\GuardAuthenticatorHandler"; reason: private alias.
  • Removed service "security.firewall"; reason: private alias.
  • Removed service "security.user_providers"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
  • Removed service "security.authentication.session_strategy.main"; reason: private alias.
  • Removed service "security.user_checker.main"; reason: private alias.
  • Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
  • Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; reason: private alias.
  • Removed service "Lexik\Bundle\FormFilterBundle\Filter\FilterBuilderUpdater"; reason: private alias.
  • Removed service "Lexik\Bundle\FormFilterBundle\Filter\FilterBuilderUpdaterInterface"; 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 "Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3Validator"; reason: private alias.
  • Removed service "karser_recaptcha3.google.request_method"; reason: private alias.
  • Removed service "twig.loader.filesystem"; reason: private alias.
  • Removed service "argument_resolver.controller_locator"; reason: private alias.
  • Removed service "twig.loader"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
  • Removed service ".service_locator.XDGmiR3"; reason: private alias.
  • Removed service ".service_locator.olGN41B"; reason: private alias.
  • Removed service ".service_locator.Jde8pfU"; reason: private alias.
  • Removed service "translator.data_collector.inner"; reason: private alias.
  • Removed service "controller_resolver"; reason: private alias.
  • Removed service "argument_resolver"; reason: private alias.
  • Removed service "serializer.mapping.class_metadata_factory"; reason: private alias.
  • Removed service "twig.error_renderer.html.inner"; reason: private alias.
  • Removed service "var_dumper.cli_dumper"; reason: private alias.
  • Removed service "security.access.decision_manager"; reason: private alias.
  • Removed service "argument_resolver.request_attribute"; reason: private alias.
  • Removed service "argument_resolver.request"; reason: private alias.
  • Removed service "argument_resolver.session"; reason: private alias.
  • Removed service "security.user_value_resolver"; reason: private alias.
  • Removed service "argument_resolver.service"; reason: private alias.
  • Removed service "argument_resolver.default"; reason: private alias.
  • Removed service "argument_resolver.variadic"; reason: private alias.
  • Removed service "argument_resolver.not_tagged_controller"; reason: private alias.
  • Removed service "http_client"; reason: private alias.
175
Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass
  • Changed reference of service "App\DataFixtures\UsuarioFixtures" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Form\ContactoType" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Form\UsuarioRegistroType" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Security\LoginFormAuthenticator" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Security\LoginFormAuthenticator" 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 "console.command.validator_debug" previously pointing to "debug.validator" to "validator".
  • 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.color" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.form.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
  • 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 "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "notifier.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "notifier.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "data_collector.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "router_listener" previously pointing to "router.default" to "router".
  • Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
  • Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
  • Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
  • Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
  • Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
  • Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
  • Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
  • Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
  • Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
  • Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
  • Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.x509" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.json" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.json" previously pointing to "translator.data_collector" to "translator".
  • 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.manager" 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.provider.guard.main" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lexik_form_filter.query_builder_updater" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "fos_ck_editor.renderer" previously pointing to "router.default" to "router".
  • Changed reference of service "vich_uploader.upload_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.Isyi.eu" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service ".service_locator.Jhpp1kg" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.RfEcuEV" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service ".service_locator.93bW0Tc" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service ".service_locator.aVt6fXY" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.YoTALxR" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service ".service_locator.l45gScV" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.security.access.simple_role_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.ULEwkxg" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.wSgjnB6" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.oCg4uHe" previously pointing to "router.default" to "router".
81
Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass
  • Removed service "container.env"; reason: abstract.
  • Removed service "cache.adapter.system"; reason: abstract.
  • Removed service "cache.adapter.apcu"; reason: abstract.
  • Removed service "cache.adapter.doctrine"; reason: abstract.
  • Removed service "cache.adapter.filesystem"; reason: abstract.
  • Removed service "cache.adapter.psr6"; reason: abstract.
  • Removed service "cache.adapter.redis"; reason: abstract.
  • Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
  • Removed service "cache.adapter.memcached"; reason: abstract.
  • Removed service "cache.adapter.pdo"; reason: abstract.
  • Removed service "cache.adapter.array"; reason: abstract.
  • Removed service "assets.path_package"; reason: abstract.
  • Removed service "assets.url_package"; reason: abstract.
  • Removed service "assets.static_version_strategy"; reason: abstract.
  • Removed service "assets.json_manifest_version_strategy"; reason: abstract.
  • Removed service "assets.remote_json_manifest_version_strategy"; reason: abstract.
  • Removed service "http_client.abstract_retry_strategy"; reason: abstract.
  • Removed service "mailer.transport_factory.abstract"; reason: abstract.
  • Removed service "notifier.transport_factory.abstract"; 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 "doctrine.dbal.logger.profiling"; reason: abstract.
  • Removed service "doctrine.dbal.logger.backtrace"; reason: abstract.
  • Removed service "doctrine.dbal.connection"; reason: abstract.
  • Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
  • Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
  • Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
  • Removed service "doctrine.orm.configuration"; reason: abstract.
  • Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
  • Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
  • Removed service "doctrine.orm.security.user.provider"; reason: abstract.
  • Removed service "security.firewall.context"; reason: abstract.
  • Removed service "security.firewall.lazy_context"; reason: abstract.
  • Removed service "security.firewall.config"; reason: abstract.
  • Removed service "security.user.provider.missing"; reason: abstract.
  • Removed service "security.user.provider.in_memory"; reason: abstract.
  • Removed service "security.user.provider.ldap"; reason: abstract.
  • Removed service "security.user.provider.chain"; reason: abstract.
  • Removed service "security.logout_listener"; reason: abstract.
  • Removed service "security.logout.listener.session"; reason: abstract.
  • Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
  • Removed service "security.logout.listener.default"; reason: abstract.
  • Removed service "security.authentication.form_entry_point"; reason: abstract.
  • Removed service "security.authentication.listener.abstract"; reason: abstract.
  • Removed service "security.authentication.custom_success_handler"; reason: abstract.
  • Removed service "security.authentication.success_handler"; reason: abstract.
  • Removed service "security.authentication.custom_failure_handler"; reason: abstract.
  • Removed service "security.authentication.failure_handler"; reason: abstract.
  • Removed service "security.authentication.listener.form"; reason: abstract.
  • Removed service "security.authentication.listener.x509"; reason: abstract.
  • Removed service "security.authentication.listener.json"; reason: abstract.
  • Removed service "security.authentication.listener.remote_user"; reason: abstract.
  • Removed service "security.authentication.listener.basic"; reason: abstract.
  • Removed service "security.authentication.provider.dao"; reason: abstract.
  • Removed service "security.authentication.provider.ldap_bind"; reason: abstract.
  • Removed service "security.authentication.provider.pre_authenticated"; reason: abstract.
  • Removed service "security.exception_listener"; reason: abstract.
  • Removed service "security.authentication.switchuser_listener"; reason: abstract.
  • Removed service "security.authentication.listener.rememberme"; reason: abstract.
  • Removed service "security.authentication.provider.rememberme"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.abstract"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.persistent"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.simplehash"; reason: abstract.
  • Removed service "security.authentication.provider.guard"; reason: abstract.
  • Removed service "security.authentication.listener.guard"; reason: abstract.
  • Removed service "vich_uploader.listener.doctrine.base"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\AdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\BloqueController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\BloqueController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\BloqueController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ConfiguracionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ConfiguracionController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\ConfiguracionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CuestionarioController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CuestionarioController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\CuestionarioController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CuponController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CuponController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\CuponController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FacturaController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FacturaController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\FacturaController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ImpugnacionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ImpugnacionController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\ImpugnacionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\NoticiaController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\NoticiaController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\NoticiaController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PagoController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PagoController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\PagoController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PreguntaController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PreguntaController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\PreguntaController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\RecursoController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\RecursoController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\RecursoController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SuscripcionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SuscripcionController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\SuscripcionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TemaController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TemaController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\TemaController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UsuarioController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UsuarioController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\UsuarioController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UsuarioEstadisticaController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UsuarioEstadisticaController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\UsuarioEstadisticaController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UsuarioSuscripcionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UsuarioSuscripcionController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\UsuarioSuscripcionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\FrontController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\FrontController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Front\FrontController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\PagoController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\PagoController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Front\PagoController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Learn\CuestionarioController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Learn\CuestionarioController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Learn\CuestionarioController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Learn\ImpugnacionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Learn\ImpugnacionController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Learn\ImpugnacionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Learn\LearnController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Learn\LearnController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Learn\LearnController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Learn\MiPerfilController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Learn\MiPerfilController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Learn\MiPerfilController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Learn\NoticiaController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Learn\NoticiaController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Learn\NoticiaController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Learn\PreguntaFavoritaController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Learn\PreguntaFavoritaController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Learn\PreguntaFavoritaController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Learn\RecursoController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Learn\RecursoController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Learn\RecursoController"; 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\ConfiguracionFixtures"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataFixtures\ConfiguracionFixtures"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CuestionarioFixtures"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataFixtures\CuestionarioFixtures"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\UsuarioFixtures"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataFixtures\UsuarioFixtures"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\PagoSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EventSubscriber\PagoSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Filter\CuestionarioFilterType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Filter\CuestionarioFilterType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Filter\CuponFilterType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Filter\CuponFilterType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Filter\FacturaFilterType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Filter\FacturaFilterType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Filter\ImpugnacionFilterType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Filter\ImpugnacionFilterType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Filter\NoticiaFilterType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Filter\NoticiaFilterType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Filter\PagoFilterType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Filter\PagoFilterType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Filter\PreguntaFilterType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Filter\PreguntaFilterType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Filter\RecursoFilterType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Filter\RecursoFilterType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Filter\SuscripcionFilterType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Filter\SuscripcionFilterType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Filter\TemaFilterType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Filter\TemaFilterType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Filter\UsuarioFilterType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Filter\UsuarioFilterType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BloqueType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\BloqueType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ConfiguracionType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ConfiguracionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactoType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ContactoType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContrasenaType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ContrasenaType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CuestionarioType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\CuestionarioType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CuponType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\CuponType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DatosPersonalesType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\DatosPersonalesType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EmailType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\EmailType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FacturaConceptoType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\FacturaConceptoType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FacturaType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\FacturaType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ImpugnacionComentarioType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ImpugnacionComentarioType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ImpugnacionRespuestaType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ImpugnacionRespuestaType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MiPerfilType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\MiPerfilType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NoticiaType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\NoticiaType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PagoCuponType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\PagoCuponType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PagoType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\PagoType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PasswordType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\PasswordType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PreguntaType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\PreguntaType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RecursoType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\RecursoType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RespuestaType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\RespuestaType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuscripcionType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\SuscripcionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TemaType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\TemaType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UsuarioRegistroType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\UsuarioRegistroType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UsuarioSuscripcionType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\UsuarioSuscripcionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UsuarioType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\UsuarioType"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BloqueRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\BloqueRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConfiguracionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ConfiguracionRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContactoRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ContactoRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CuestionarioRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CuestionarioRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CuestionarioUsuarioGratisRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CuestionarioUsuarioGratisRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CuestionarioUsuarioRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CuestionarioUsuarioRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CuponRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CuponRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FacturaConceptoRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\FacturaConceptoRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FacturaRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\FacturaRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImpugnacionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ImpugnacionRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NoticiaRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\NoticiaRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NoticiaVisualizadaRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\NoticiaVisualizadaRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PagoRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PagoRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PreguntaRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PreguntaRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RecursoRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\RecursoRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RecursoVisualizadoRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\RecursoVisualizadoRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RespuestaRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\RespuestaRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RespuestaUsuarioGratisRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\RespuestaUsuarioGratisRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RespuestaUsuarioRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\RespuestaUsuarioRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuscripcionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SuscripcionRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TemaRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\TemaRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UsuarioRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\UsuarioRepository"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\AppExtension"; reason: abstract.
272
Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass
  • Removed service "App\DQL\DateFormat"; reason: unused.
  • Removed service "App\Event\PagoEvent"; reason: unused.
  • Removed service "App\Util\RedsysAPI"; reason: unused.
  • Removed service "http_cache"; reason: unused.
  • Removed service "http_cache.store"; reason: unused.
  • Removed service "uri_signer"; reason: unused.
  • Removed service "reverse_container"; reason: unused.
  • Removed service "cache.app.taggable"; reason: unused.
  • Removed service ".cache_connection.GD_MSZC"; reason: unused.
  • Removed service ".cache_connection.JKE6keX"; reason: unused.
  • Removed service "session.storage.php_bridge"; reason: unused.
  • Removed service "session.flash_bag"; reason: unused.
  • Removed service "session.attribute_bag"; reason: unused.
  • Removed service "session.storage.mock_file"; reason: unused.
  • Removed service "session.handler.native_file"; reason: unused.
  • Removed service "session.abstract_handler"; reason: unused.
  • Removed service "session.marshaller"; reason: unused.
  • Removed service "assets.empty_package"; reason: unused.
  • Removed service "assets.empty_version_strategy"; reason: unused.
  • Removed service "mailer.default_transport"; reason: unused.
  • Removed service "mailer.messenger.message_handler"; reason: unused.
  • Removed service "notifier"; reason: unused.
  • Removed service "notifier.channel_policy"; reason: unused.
  • Removed service "notifier.channel.browser"; reason: unused.
  • Removed service "notifier.channel.chat"; reason: unused.
  • Removed service "notifier.channel.sms"; reason: unused.
  • Removed service "notifier.channel.email"; reason: unused.
  • Removed service "notifier.monolog_handler"; reason: unused.
  • Removed service "notifier.failed_message_listener"; reason: unused.
  • Removed service "chatter.transports"; reason: unused.
  • Removed service "chatter.transport_factory"; reason: unused.
  • Removed service "chatter.messenger.chat_handler"; reason: unused.
  • Removed service "texter.transports"; reason: unused.
  • Removed service "texter.transport_factory"; reason: unused.
  • Removed service "texter.messenger.sms_handler"; reason: unused.
  • Removed service "notifier.transport_factory.null"; reason: unused.
  • Removed service "notifier.admin_recipient.0"; reason: unused.
  • Removed service "validator.mapping.cache.adapter"; reason: unused.
  • Removed service "translator.logging"; reason: unused.
  • Removed service "annotations.filesystem_cache"; reason: unused.
  • Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
  • Removed service "twig.loader.chain"; reason: unused.
  • Removed service "twig.extension.debug"; reason: unused.
  • Removed service "monolog.formatter.chrome_php"; reason: unused.
  • Removed service "monolog.formatter.gelf_message"; reason: unused.
  • Removed service "monolog.formatter.html"; reason: unused.
  • Removed service "monolog.formatter.json"; reason: unused.
  • Removed service "monolog.formatter.line"; reason: unused.
  • Removed service "monolog.formatter.loggly"; reason: unused.
  • Removed service "monolog.formatter.normalizer"; reason: unused.
  • Removed service "monolog.formatter.scalar"; reason: unused.
  • Removed service "monolog.formatter.wildfire"; reason: unused.
  • Removed service "monolog.formatter.logstash"; reason: unused.
  • Removed service "monolog.http_client"; reason: unused.
  • Removed service "maker.maker.make_functional_test"; reason: unused.
  • Removed service "maker.maker.make_unit_test"; reason: unused.
  • Removed service "doctrine.dbal.logger.chain"; reason: unused.
  • Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
  • Removed service ".1_ServiceLocator~hQgI3T4"; 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 "doctrine.migrations.connection_loader"; reason: unused.
  • Removed service "security.authentication.session_strategy_noop"; reason: unused.
  • Removed service "security.user_checker"; 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 "webpack_encore.cache"; reason: unused.
  • Removed service "vich_uploader.adapter.mongodb"; reason: unused.
  • Removed service "vich_uploader.adapter.phpcr"; reason: unused.
  • Removed service "vich_uploader.listener.inject.orm"; reason: unused.
  • Removed service "vich_uploader.listener.upload.orm"; reason: unused.
  • Removed service "vich_uploader.listener.clean.orm"; reason: unused.
  • Removed service "vich_uploader.listener.remove.orm"; reason: unused.
  • Removed service "vich_uploader.listener.inject.mongodb"; reason: unused.
  • Removed service "vich_uploader.listener.upload.mongodb"; reason: unused.
  • Removed service "vich_uploader.listener.clean.mongodb"; reason: unused.
  • Removed service "vich_uploader.listener.remove.mongodb"; reason: unused.
  • Removed service "vich_uploader.listener.inject.phpcr"; reason: unused.
  • Removed service "vich_uploader.listener.upload.phpcr"; reason: unused.
  • Removed service "vich_uploader.listener.clean.phpcr"; reason: unused.
  • Removed service "vich_uploader.listener.remove.phpcr"; reason: unused.
  • Removed service "monolog.logger.translation"; reason: unused.
  • Removed service "security.ldap_locator"; reason: unused.
  • Removed service ".service_locator.XXv1IfR"; reason: unused.
  • Removed service ".service_locator.ksAvINM"; reason: unused.
90
Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass
  • Inlined service ".service_locator.ULEwkxg.App\Controller\Admin\AdminController" to "App\Controller\Admin\AdminController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\Admin\BloqueController" to "App\Controller\Admin\BloqueController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\Admin\ConfiguracionController" to "App\Controller\Admin\ConfiguracionController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\Admin\CuestionarioController" to "App\Controller\Admin\CuestionarioController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\Admin\CuponController" to "App\Controller\Admin\CuponController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\Admin\FacturaController" to "App\Controller\Admin\FacturaController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\Admin\ImpugnacionController" to "App\Controller\Admin\ImpugnacionController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\Admin\NoticiaController" to "App\Controller\Admin\NoticiaController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\Admin\PagoController" to "App\Controller\Admin\PagoController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\Admin\PreguntaController" to "App\Controller\Admin\PreguntaController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\Admin\RecursoController" to "App\Controller\Admin\RecursoController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\Admin\SuscripcionController" to "App\Controller\Admin\SuscripcionController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\Admin\TemaController" to "App\Controller\Admin\TemaController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\Admin\UsuarioController" to "App\Controller\Admin\UsuarioController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\Admin\UsuarioEstadisticaController" to "App\Controller\Admin\UsuarioEstadisticaController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\Admin\UsuarioSuscripcionController" to "App\Controller\Admin\UsuarioSuscripcionController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\Front\FrontController" to "App\Controller\Front\FrontController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\Front\PagoController" to "App\Controller\Front\PagoController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\Learn\CuestionarioController" to "App\Controller\Learn\CuestionarioController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\Learn\ImpugnacionController" to "App\Controller\Learn\ImpugnacionController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\Learn\LearnController" to "App\Controller\Learn\LearnController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\Learn\MiPerfilController" to "App\Controller\Learn\MiPerfilController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\Learn\NoticiaController" to "App\Controller\Learn\NoticiaController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\Learn\PreguntaFavoritaController" to "App\Controller\Learn\PreguntaFavoritaController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\Learn\RecursoController" to "App\Controller\Learn\RecursoController".
  • Inlined service ".service_locator.ULEwkxg.App\Controller\SecurityController" to "App\Controller\SecurityController".
  • Inlined service "security.helper" to "App\Security\LoginFormAuthenticator".
  • Inlined service "error_handler.error_renderer.serializer" to "error_controller".
  • Inlined service "debug.controller_resolver" to "http_kernel".
  • Inlined service "debug.argument_resolver" to "http_kernel".
  • Inlined service ".service_locator.lLv4pWF" to "fragment.handler".
  • Inlined service "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.LrY.obc" to "session_listener".
  • Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
  • Inlined service "form.extension" to "form.registry".
  • Inlined service "form.resolved_type_factory" to "form.registry".
  • Inlined service ".service_locator.WzISFuW" 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 "mailer.transports" to "mailer.mailer".
  • Inlined service "mailer.transport_factory" to "mailer.transports".
  • 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.mN_372l" to "validator.validator_factory".
  • Inlined service ".service_locator.O24_MAy" to "translator.default".
  • Inlined service "translator.formatter.default" to "translator.default".
  • Inlined service "identity_translator" to "translator.formatter.default".
  • Inlined service "translation.extractor.php" to "translation.extractor".
  • Inlined service "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.wSgjnB6.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 "mailer.data_collector" to "profiler".
  • Inlined service "notifier.data_collector" to "profiler".
  • Inlined service "Vich\UploaderBundle\DataCollector\MappingCollector" to "profiler".
  • Inlined service "data_collector.config" to "profiler".
  • Inlined service "data_collector.form.extractor" to "data_collector.form".
  • Inlined service "monolog.logger.php" to "debug.debug_handlers_listener".
  • Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
  • Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
  • Inlined service "routing.loader.xml" to "routing.resolver".
  • Inlined service "routing.loader.yml" to "routing.resolver".
  • Inlined service "routing.loader.php" to "routing.resolver".
  • Inlined service "routing.loader.glob" to "routing.resolver".
  • Inlined service "routing.loader.directory" to "routing.resolver".
  • Inlined service "routing.loader.container" to "routing.resolver".
  • Inlined service "routing.loader.annotation.directory" to "routing.resolver".
  • Inlined service "routing.loader.annotation.file" to "routing.resolver".
  • Inlined service ".service_locator.XWmhzGa" to "routing.loader.container".
  • Inlined service "routing.resolver" to "routing.loader".
  • Inlined service ".service_locator.Kr.dDlB" to "router.expression_language_provider".
  • Inlined service ".service_locator.oCg4uHe.router.cache_warmer" to "router.cache_warmer".
  • Inlined service "annotations.dummy_registry" to "annotations.reader".
  • Inlined service "cache.property_access" to "property_accessor".
  • Inlined service "secrets.decryption_key" to "secrets.vault".
  • Inlined service "serializer.denormalizer.unwrapping" to "serializer".
  • Inlined service "serializer.normalizer.problem" to "serializer".
  • Inlined service "serializer.normalizer.uid" to "serializer".
  • Inlined service "serializer.normalizer.json_serializable" to "serializer".
  • Inlined service "serializer.normalizer.datetime" to "serializer".
  • Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
  • Inlined service "serializer.normalizer.mime_message" to "serializer".
  • Inlined service "serializer.normalizer.datetimezone" to "serializer".
  • Inlined service "serializer.normalizer.dateinterval" to "serializer".
  • Inlined service "serializer.normalizer.form_error" to "serializer".
  • Inlined service "serializer.normalizer.data_uri" to "serializer".
  • Inlined service "serializer.denormalizer.array" to "serializer".
  • Inlined service "serializer.normalizer.object" to "serializer".
  • Inlined service "serializer.encoder.xml" to "serializer".
  • Inlined service "serializer.encoder.json" to "serializer".
  • Inlined service "serializer.encoder.yaml" to "serializer".
  • Inlined service "serializer.encoder.csv" to "serializer".
  • Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
  • Inlined service "serializer.mapping.cache_class_metadata_factory.inner" to "serializer.mapping.cache_class_metadata_factory".
  • Inlined service "serializer.mapping.cache.symfony" to "serializer.mapping.cache_class_metadata_factory".
  • Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
  • Inlined service "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.aNklfos.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 "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.dump" to "twig".
  • Inlined service "twig.extension.logout_url" to "twig".
  • Inlined service "twig.extension.security" to "twig".
  • Inlined service "App\Twig\AppExtension" to "twig".
  • Inlined service "twig.extension.webprofiler" to "twig".
  • Inlined service "doctrine.twig.doctrine_extension" to "twig".
  • Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
  • Inlined service "webpack_encore.twig_stimulus_extension" to "twig".
  • Inlined service "fos_ck_editor.twig_extension" to "twig".
  • Inlined service "Vich\UploaderBundle\Twig\Extension\UploaderExtension" to "twig".
  • Inlined service "twig.app_variable" to "twig".
  • Inlined service "twig.runtime_loader" to "twig".
  • Inlined service "App\Service\BloqueManager" to "twig".
  • Inlined service "App\Service\ImpugnacionManager" to "twig".
  • Inlined service "App\Service\NoticiaManager" to "twig".
  • Inlined service "App\Service\RecursoManager" to "twig".
  • Inlined service "App\Service\RespuestaManager" to "twig".
  • Inlined service "twig.missing_extension_suggestor" 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.v.Wwsjy.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.L1OAKmd" to "twig.runtime_loader".
  • Inlined service "twig.form.engine" to "twig.form.renderer".
  • Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
  • Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
  • Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
  • Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
  • Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
  • Inlined service "maker.autoloader_util" to "maker.file_manager".
  • Inlined service "maker.file_link_formatter" to "maker.file_manager".
  • Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
  • Inlined service "maker.php_compat_util" to "maker.generator".
  • Inlined service "maker.event_registry" to "maker.maker.make_subscriber".
  • Inlined service "maker.user_class_builder" to "maker.maker.make_user".
  • Inlined service "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.gY9ivqW" 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.bCp6oEa" 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 "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
  • Inlined service "doctrine.migrations.em_loader" to "doctrine.migrations.dependency_factory".
  • Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
  • Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
  • Inlined service ".service_locator.7nFBkqQ" to "security.token_storage".
  • Inlined service ".service_locator.aa1PbBb" to "security.helper".
  • Inlined service "security.expression_language" to "security.access.expression_voter".
  • Inlined service ".service_locator.zJyh7qS" to "security.firewall.map".
  • Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
  • Inlined service "security.authentication.retry_entry_point" to "security.channel_listener".
  • Inlined service ".security.request_matcher.5dJADCx" to "security.access_map".
  • Inlined service ".security.request_matcher.uhA0MrK" to "security.access_map".
  • Inlined service "security.impersonate_url_generator" to "twig.extension.security".
  • Inlined service "security.authentication.session_strategy" to "security.authentication.guard_handler".
  • 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.event_dispatcher.main" to "security.logout_listener.main".
  • Inlined service "App\Security\UserChecker" to "security.authentication.provider.guard.main".
  • Inlined service "security.authentication.guard_handler" to "security.authentication.listener.guard.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 "doctrine.fixtures.loader" to "doctrine.fixtures_load_command".
  • Inlined service "doctrine.fixtures.purger.orm_purger_factory" to "doctrine.fixtures_load_command".
  • Inlined service "App\DataFixtures\ConfiguracionFixtures" to "doctrine.fixtures.loader".
  • Inlined service "App\DataFixtures\CuestionarioFixtures" to "doctrine.fixtures.loader".
  • Inlined service "App\DataFixtures\UsuarioFixtures" to "doctrine.fixtures.loader".
  • Inlined service ".service_locator.Yi4Ff.p" to "webpack_encore.entrypoint_lookup_collection".
  • Inlined service ".1_ServiceLocator~5r2BUSN" to "webpack_encore.twig_entry_files_extension".
  • Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
  • Inlined service "lexik_form_filter.form_data_extractor" to "lexik_form_filter.query_builder_updater".
  • Inlined service "lexik_form_filter.data_extraction_method.default" to "lexik_form_filter.form_data_extractor".
  • Inlined service "lexik_form_filter.data_extraction_method.text" to "lexik_form_filter.form_data_extractor".
  • Inlined service "lexik_form_filter.data_extraction_method.key_values" to "lexik_form_filter.form_data_extractor".
  • Inlined service "fos_ck_editor.installer" to "fos_ck_editor.command.installer".
  • Inlined service "fos_ck_editor.configuration" to "fos_ck_editor.form.type".
  • Inlined service "fos_ck_editor.builder.json_builder" to "fos_ck_editor.renderer".
  • Inlined service "fos_ck_editor.renderer" to "fos_ck_editor.twig_extension".
  • Inlined service "vich_uploader.metadata_driver.xml" to "vich_uploader.metadata_driver.chain".
  • Inlined service "vich_uploader.metadata_driver.annotation" to "vich_uploader.metadata_driver.chain".
  • Inlined service "vich_uploader.metadata_driver.yaml" to "vich_uploader.metadata_driver.chain".
  • Inlined service "vich_uploader.metadata_driver.chain" to "vich_uploader.metadata_factory".
  • Inlined service "vich_uploader.metadata.cache.file_cache" to "vich_uploader.metadata_factory".
  • Inlined service "vich_uploader.metadata_factory" to "vich_uploader.metadata_reader".
  • Inlined service "vich_uploader.current_date_time_helper" to "Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer".
  • Inlined service "vich_uploader.file_injector" to "vich_uploader.upload_handler".
  • Inlined service "Vich\UploaderBundle\Templating\Helper\UploaderHelper" to "Vich\UploaderBundle\Twig\Extension\UploaderExtension".
  • Inlined service "karser_recaptcha3.google.recaptcha" to "karser_recaptcha3.validator".
  • Inlined service "karser_recaptcha3.ip_resolver" to "karser_recaptcha3.validator".
  • Inlined service "karser_recaptcha3.google.request_method.curl_post" to "karser_recaptcha3.google.recaptcha".
  • Inlined service "karser_recaptcha3.google.request_method.curl" to "karser_recaptcha3.google.request_method.curl_post".
  • Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
  • Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
  • Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
  • Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
  • Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
  • Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
  • Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
  • Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
  • Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
  • Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
  • Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
  • Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
  • Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
  • Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
  • Inlined service "maker.maker.make_subscriber" to "maker.auto_command.make_subscriber".
  • Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
  • Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
  • Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
  • Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
  • Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
  • Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
  • Inlined service "debug.argument_resolver.request_attribute.inner" to "debug.argument_resolver.request_attribute".
  • Inlined service "debug.argument_resolver.request.inner" to "debug.argument_resolver.request".
  • Inlined service "debug.argument_resolver.session.inner" to "debug.argument_resolver.session".
  • Inlined service "debug.security.user_value_resolver.inner" to "debug.security.user_value_resolver".
  • Inlined service "debug.argument_resolver.service.inner" to "debug.argument_resolver.service".
  • Inlined service "debug.argument_resolver.default.inner" to "debug.argument_resolver.default".
  • Inlined service "debug.argument_resolver.variadic.inner" to "debug.argument_resolver.variadic".
  • Inlined service "debug.argument_resolver.not_tagged_controller.inner" to "debug.argument_resolver.not_tagged_controller".
  • Inlined service ".debug.http_client.inner" to ".debug.http_client".
  • Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
  • Inlined service "security.access.authenticated_voter" to "debug.security.voter.security.access.authenticated_voter".
  • Inlined service "security.access.simple_role_voter" to "debug.security.voter.security.access.simple_role_voter".
  • Inlined service "security.access.expression_voter" to "debug.security.voter.security.access.expression_voter".
  • Inlined service ".service_locator.wSgjnB6" to ".service_locator.wSgjnB6.translation.warmer".
  • Inlined service ".service_locator.OSH1YoD" to ".service_locator.OSH1YoD.router.default".
  • Inlined service ".service_locator.oCg4uHe" to ".service_locator.oCg4uHe.router.cache_warmer".
  • Inlined service ".service_locator.aNklfos" to ".service_locator.aNklfos.sensio_framework_extra.view.listener".
  • Inlined service ".service_locator.v.Wwsjy" to ".service_locator.v.Wwsjy.twig.template_cache_warmer".
  • Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.cache_class_metadata_factory.inner".
  • Inlined service "monolog.logger.http_client" to ".debug.http_client.inner".
  • Inlined service ".service_locator.xSrJ_Xi" to "console.command_loader".
  • Inlined service "cache.default_marshaller" to "cache.app.recorder_inner".
  • Inlined service ".service_locator.OSH1YoD.router.default" to "router".
  • Inlined service "monolog.logger.router" to "router".
  • Inlined service "debug.validator.inner" to "validator".
  • Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
  • Inlined service "monolog.logger.event" to "event_dispatcher".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • Inlined service "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 "serializer.mapping.class_discriminator_resolver" to "serializer".
  • Inlined service "serializer.name_converter.metadata_aware" to "serializer".
  • Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
  • Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
  • Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
333