<a class="sf-toggle btn btn-sm" data-toggle-selector="#sidebar-search" {% if tokens is defined or about is defined %}data-toggle-initial="display"{% endif %}> {{ include('@WebProfiler/Icon/search.svg') }} <span class="hidden-small">Search</span> </a> {{ render(controller('web_profiler.controller.profiler::searchBarAction', query=request.query.all)) }} </div> </div> {% if templates is defined %} <ul id="menu-profiler"> document.body.classList.add(localStorage.getItem('symfony/profiler/width') || 'width-normal'); </script> "; // line 32 $this->displayBlock('body', $context, $blocks); // line 33 echo " </body></html>"; } protected function displayWithErrorHandling(array $context, array $blocks = []) { try { $this->doDisplay($context, $blocks); } catch (Error $e) { if (!$e->getSourceContext()) { $e->setSourceContext($this->getSourceContext()); } return $this->blocks; } public function display(array $context, array $blocks = []) { $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks)); } public function render(array $context) { $level = ob_get_level(); $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@WebProfiler/Profiler/layout.html.twig")); $this->parent = $this->loadTemplate("@WebProfiler/Profiler/base.html.twig", "@WebProfiler/Profiler/layout.html.twig", 1); $this->parent->display($context, array_merge($this->blocks, $blocks)); $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); } protected function displayWithErrorHandling(array $context, array $blocks = []) { try { $this->doDisplay($context, $blocks); } catch (Error $e) { if (!$e->getSourceContext()) { $e->setSourceContext($this->getSourceContext()); } return $this->blocks; } public function display(array $context, array $blocks = []) { $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks)); } public function render(array $context) { $level = ob_get_level(); $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@WebProfiler/Collector/cache.html.twig")); $this->parent = $this->loadTemplate("@WebProfiler/Profiler/layout.html.twig", "@WebProfiler/Collector/cache.html.twig", 1); $this->parent->display($context, array_merge($this->blocks, $blocks)); $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); } protected function displayWithErrorHandling(array $context, array $blocks = []) { try { $this->doDisplay($context, $blocks); } catch (Error $e) { if (!$e->getSourceContext()) { $e->setSourceContext($this->getSourceContext()); } return $this->blocks; } public function display(array $context, array $blocks = []) { $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks)); } public function render(array $context) { $level = ob_get_level(); ob_start(); } else { ob_start(function () { return ''; }); } try { $this->display($context); } catch (\Throwable $e) { while (ob_get_level() > $level) { ob_end_clean(); } $this->template = $template; } public function render(array $context = []): string { return $this->template->render($context); } public function display(array $context = []) { // using func_get_args() allows to not expose the blocks argument * @throws SyntaxError When an error occurred during compilation * @throws RuntimeError When an error occurred during rendering */ public function render($name, array $context = []): string { return $this->load($name)->render($context); } /** * Displays a template. * $nonces = $this->cspHandler ? $this->cspHandler->getNonces($request, $response) : []; $variables['csp_script_nonce'] = $nonces['csp_script_nonce'] ?? null; $variables['csp_style_nonce'] = $nonces['csp_style_nonce'] ?? null; $response->setContent($this->twig->render($template, $variables)); return $response; }} if (!$profile->hasCollector($panel)) { throw new NotFoundHttpException(sprintf('Panel "%s" is not available for token "%s".', $panel, $token)); } return $this->renderWithCspNonces($request, $this->getTemplateManager()->getName($profile, $panel), [ 'token' => $token, 'profile' => $profile, 'collector' => $profile->getCollector($panel), 'panel' => $panel, 'page' => $page, $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS); $controller = $event->getController(); $arguments = $event->getArguments(); // call controller $response = $controller(...$arguments); // view if (!$response instanceof Response) { $event = new ViewEvent($this, $request, $type, $response); $this->dispatcher->dispatch($event, KernelEvents::VIEW); { $request->headers->set('X-Php-Ob-Level', (string) ob_get_level()); $this->requestStack->push($request); try { return $this->handleRaw($request, $type); } catch (\Exception $e) { if ($e instanceof RequestExceptionInterface) { $e = new BadRequestHttpException($e->getMessage(), $e); } if (false === $catch) { $this->boot(); ++$this->requestStackSize; $this->resetServices = true; try { return $this->getHttpKernel()->handle($request, $type, $catch); } finally { --$this->requestStackSize; } } $this->request = $request; } public function run(): int { $response = $this->kernel->handle($this->request); $response->send(); if ($this->kernel instanceof TerminableInterface) { $this->kernel->terminate($this->request, $response); }$app = $app(...$args);exit( $runtime ->getRunner($app) ->run());<?phpuse App\Kernel;require_once dirname(__DIR__).'/vendor/autoload_runtime.php';return function (array $context) { return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);}; if (\PHP_SESSION_ACTIVE === session_status()) { throw new \RuntimeException('Failed to start the session: already started by PHP.'); } if (filter_var(\ini_get('session.use_cookies'), \FILTER_VALIDATE_BOOLEAN) && headers_sent($file, $line)) { throw new \RuntimeException(sprintf('Failed to start the session because headers have already been sent by "%s" at line %d.', $file, $line)); } $sessionId = $_COOKIE[session_name()] ?? null; /* * Explanation of the session ID regular expression: `/^[a-zA-Z0-9,-]{22,250}$/`. } if (!$this->started && $this->saveHandler->isActive()) { $this->loadSession(); } elseif (!$this->started) { $this->start(); } return $this->bags[$name]; } /** * {@inheritdoc} */ public function getBag(string $name) { $bag = $this->storage->getBag($name); return method_exists($bag, 'getBag') ? $bag->getBag() : $bag; } /** * * Note that this method was added to help with IDE autocompletion. */ private function getAttributeBag(): AttributeBagInterface { return $this->getBag($this->attributeName); }} /** * {@inheritdoc} */ public function get(string $name, $default = null) { return $this->getAttributeBag()->get($name, $default); } /** * {@inheritdoc} */ $limit = $token = null; } else { $session = $request->getSession(); $ip = $request->query->get('ip', $session->get('_profiler_search_ip')); $method = $request->query->get('method', $session->get('_profiler_search_method')); $statusCode = $request->query->get('status_code', $session->get('_profiler_search_status_code')); $url = $request->query->get('url', $session->get('_profiler_search_url')); $start = $request->query->get('start', $session->get('_profiler_search_start')); $end = $request->query->get('end', $session->get('_profiler_search_end')); $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS); $controller = $event->getController(); $arguments = $event->getArguments(); // call controller $response = $controller(...$arguments); // view if (!$response instanceof Response) { $event = new ViewEvent($this, $request, $type, $response); $this->dispatcher->dispatch($event, KernelEvents::VIEW); { $request->headers->set('X-Php-Ob-Level', (string) ob_get_level()); $this->requestStack->push($request); try { return $this->handleRaw($request, $type); } catch (\Exception $e) { if ($e instanceof RequestExceptionInterface) { $e = new BadRequestHttpException($e->getMessage(), $e); } if (false === $catch) { if (!IpUtils::checkIp('127.0.0.1', $trustedProxies)) { Request::setTrustedProxies(array_merge($trustedProxies, ['127.0.0.1']), Request::getTrustedHeaderSet()); } try { return $kernel->handle($request, $type, $catch); } finally { // restore global state Request::setTrustedProxies($trustedProxies, $trustedHeaderSet); } } $subRequest->attributes->add($reference->attributes); } $level = ob_get_level(); try { return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false); } catch (\Exception $e) { // we dispatch the exception event to trigger the logging // the response that comes back is ignored if (isset($options['ignore_errors']) && $options['ignore_errors'] && $this->dispatcher) { $event = new ExceptionEvent($this->kernel, $request, HttpKernelInterface::SUB_REQUEST, $e); if (!$request = $this->requestStack->getCurrentRequest()) { throw new \LogicException('Rendering a fragment can only be done when handling a Request.'); } return $this->deliver($this->renderers[$renderer]->render($uri, $request, $options)); } /** * Delivers the Response as a string. * if (!isset($this->initialized[$renderer]) && $this->container->has($renderer)) { $this->addRenderer($this->container->get($renderer)); $this->initialized[$renderer] = true; } return parent::render($uri, $renderer, $options); }} public function renderFragment($uri, array $options = []): string { $strategy = $options['strategy'] ?? 'inline'; unset($options['strategy']); return $this->handler->render($uri, $strategy, $options); } /** * Renders a fragment. * echo " <span class=\"hidden-small\">Search</span> </a> "; // line 111 echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("web_profiler.controller.profiler::searchBarAction", array(), twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["request"]) || array_key_exists("request", $context) ? $context["request"] : (function () { throw new RuntimeError('Variable "request" does not exist.', 111, $this->source); })()), "query", [], "any", false, false, false, 111), "all", [], "any", false, false, false, 111))); echo " </div> </div> "; throw new \LogicException('A block must be a method on a \Twig\Template instance.'); } if (null !== $template) { try { $template->$block($context, $blocks); } catch (Error $e) { if (!$e->getSourceContext()) { $e->setSourceContext($template->getSourceContext()); } document.body.classList.add(localStorage.getItem('symfony/profiler/width') || 'width-normal'); </script> "; // line 32 $this->displayBlock('body', $context, $blocks); // line 33 echo " </body></html>"; } protected function displayWithErrorHandling(array $context, array $blocks = []) { try { $this->doDisplay($context, $blocks); } catch (Error $e) { if (!$e->getSourceContext()) { $e->setSourceContext($this->getSourceContext()); } return $this->blocks; } public function display(array $context, array $blocks = []) { $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks)); } public function render(array $context) { $level = ob_get_level(); $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@WebProfiler/Profiler/layout.html.twig")); $this->parent = $this->loadTemplate("@WebProfiler/Profiler/base.html.twig", "@WebProfiler/Profiler/layout.html.twig", 1); $this->parent->display($context, array_merge($this->blocks, $blocks)); $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); } protected function displayWithErrorHandling(array $context, array $blocks = []) { try { $this->doDisplay($context, $blocks); } catch (Error $e) { if (!$e->getSourceContext()) { $e->setSourceContext($this->getSourceContext()); } return $this->blocks; } public function display(array $context, array $blocks = []) { $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks)); } public function render(array $context) { $level = ob_get_level(); $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@WebProfiler/Collector/cache.html.twig")); $this->parent = $this->loadTemplate("@WebProfiler/Profiler/layout.html.twig", "@WebProfiler/Collector/cache.html.twig", 1); $this->parent->display($context, array_merge($this->blocks, $blocks)); $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); } protected function displayWithErrorHandling(array $context, array $blocks = []) { try { $this->doDisplay($context, $blocks); } catch (Error $e) { if (!$e->getSourceContext()) { $e->setSourceContext($this->getSourceContext()); } return $this->blocks; } public function display(array $context, array $blocks = []) { $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks)); } public function render(array $context) { $level = ob_get_level(); ob_start(); } else { ob_start(function () { return ''; }); } try { $this->display($context); } catch (\Throwable $e) { while (ob_get_level() > $level) { ob_end_clean(); } $this->template = $template; } public function render(array $context = []): string { return $this->template->render($context); } public function display(array $context = []) { // using func_get_args() allows to not expose the blocks argument * @throws SyntaxError When an error occurred during compilation * @throws RuntimeError When an error occurred during rendering */ public function render($name, array $context = []): string { return $this->load($name)->render($context); } /** * Displays a template. * $nonces = $this->cspHandler ? $this->cspHandler->getNonces($request, $response) : []; $variables['csp_script_nonce'] = $nonces['csp_script_nonce'] ?? null; $variables['csp_style_nonce'] = $nonces['csp_style_nonce'] ?? null; $response->setContent($this->twig->render($template, $variables)); return $response; }} if (!$profile->hasCollector($panel)) { throw new NotFoundHttpException(sprintf('Panel "%s" is not available for token "%s".', $panel, $token)); } return $this->renderWithCspNonces($request, $this->getTemplateManager()->getName($profile, $panel), [ 'token' => $token, 'profile' => $profile, 'collector' => $profile->getCollector($panel), 'panel' => $panel, 'page' => $page, $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS); $controller = $event->getController(); $arguments = $event->getArguments(); // call controller $response = $controller(...$arguments); // view if (!$response instanceof Response) { $event = new ViewEvent($this, $request, $type, $response); $this->dispatcher->dispatch($event, KernelEvents::VIEW); { $request->headers->set('X-Php-Ob-Level', (string) ob_get_level()); $this->requestStack->push($request); try { return $this->handleRaw($request, $type); } catch (\Exception $e) { if ($e instanceof RequestExceptionInterface) { $e = new BadRequestHttpException($e->getMessage(), $e); } if (false === $catch) { $this->boot(); ++$this->requestStackSize; $this->resetServices = true; try { return $this->getHttpKernel()->handle($request, $type, $catch); } finally { --$this->requestStackSize; } } $this->request = $request; } public function run(): int { $response = $this->kernel->handle($this->request); $response->send(); if ($this->kernel instanceof TerminableInterface) { $this->kernel->terminate($this->request, $response); }$app = $app(...$args);exit( $runtime ->getRunner($app) ->run());<?phpuse App\Kernel;require_once dirname(__DIR__).'/vendor/autoload_runtime.php';return function (array $context) { return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);};| Level | Channel | Message |
|---|---|---|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Config\ResourceCheckerConfigCache::write(): Implicitly marking parameter $metadata as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Config\ConfigCacheInterface::write(): Implicitly marking parameter $metadata as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpFoundation\Request::duplicate(): Implicitly marking parameter $query as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpFoundation\Request::duplicate(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpFoundation\Request::duplicate(): Implicitly marking parameter $attributes as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpFoundation\Request::duplicate(): Implicitly marking parameter $cookies as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpFoundation\Request::duplicate(): Implicitly marking parameter $files as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpFoundation\Request::duplicate(): Implicitly marking parameter $server as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpFoundation\Request::getPreferredLanguage(): Implicitly marking parameter $locales as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpFoundation\Request::getTrustedValues(): Implicitly marking parameter $ip as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpFoundation\HeaderBag::all(): Implicitly marking parameter $key as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpFoundation\HeaderBag::get(): Implicitly marking parameter $default as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpFoundation\HeaderBag::getDate(): Implicitly marking parameter $default as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpFoundation\InputBag::all(): Implicitly marking parameter $key as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\DependencyInjection\ContainerAwareTrait::setContainer(): Implicitly marking parameter $container as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\DependencyInjection\ContainerAwareInterface::setContainer(): Implicitly marking parameter $container as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Cache\Adapter\ApcuAdapter::__construct(): Implicitly marking parameter $version as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Cache\Adapter\ApcuAdapter::__construct(): Implicitly marking parameter $marshaller as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Cache\Traits\ContractsTrait::doGet(): Implicitly marking parameter $metadata as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Contracts\Cache\CacheTrait::get(): Implicitly marking parameter $beta as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Contracts\Cache\CacheTrait::get(): Implicitly marking parameter $metadata as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Contracts\Cache\CacheTrait::doGet(): Implicitly marking parameter $metadata as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Contracts\Cache\CacheTrait::doGet(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Contracts\Cache\CacheInterface::get(): Implicitly marking parameter $beta as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Contracts\Cache\CacheInterface::get(): Implicitly marking parameter $metadata as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Cache\Adapter\ArrayAdapter::get(): Implicitly marking parameter $beta as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Cache\Adapter\ArrayAdapter::get(): Implicitly marking parameter $metadata as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Cache\Adapter\ChainAdapter::get(): Implicitly marking parameter $beta as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Cache\Adapter\ChainAdapter::get(): Implicitly marking parameter $metadata as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: {closure:Symfony\Component\Cache\Adapter\ChainAdapter::get():107}(): Implicitly marking parameter $item as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Cache\Adapter\PhpArrayAdapter::get(): Implicitly marking parameter $beta as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Cache\Adapter\PhpArrayAdapter::get(): Implicitly marking parameter $metadata as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Cache\Adapter\PhpFilesAdapter::__construct(): Implicitly marking parameter $directory as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Cache\Traits\FilesystemCommonTrait::write(): Implicitly marking parameter $expiresAt as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Cache\Traits\FilesystemCommonTrait::getFile(): Implicitly marking parameter $directory as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\DependencyInjection\Container::__construct(): Implicitly marking parameter $parameterBag as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\DependencyInjection\Argument\ServiceLocator::__construct(): Implicitly marking parameter $serviceTypes as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\DependencyInjection\ServiceLocator::formatAlternatives(): Implicitly marking parameter $alternatives as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Config\Resource\ClassExistenceResource::__construct(): Implicitly marking parameter $exists as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Config\Resource\ClassExistenceResource::throwOnRequiredClass(): Implicitly marking parameter $previous as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Config\Resource\DirectoryResource::__construct(): Implicitly marking parameter $pattern as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\ExpressionLanguage\ExpressionLanguage::__construct(): Implicitly marking parameter $cache as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Security\Core\Authorization\ExpressionLanguage::__construct(): Implicitly marking parameter $cache as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bundle\FrameworkBundle\Controller\AbstractController::file(): Implicitly marking parameter $fileName as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bundle\FrameworkBundle\Controller\AbstractController::render(): Implicitly marking parameter $response as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bundle\FrameworkBundle\Controller\AbstractController::renderForm(): Implicitly marking parameter $response as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bundle\FrameworkBundle\Controller\AbstractController::stream(): Implicitly marking parameter $response as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bundle\FrameworkBundle\Controller\AbstractController::createNotFoundException(): Implicitly marking parameter $previous as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bundle\FrameworkBundle\Controller\AbstractController::createAccessDeniedException(): Implicitly marking parameter $previous as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface::getEntrypointLookup(): Implicitly marking parameter $buildName as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection::__construct(): Implicitly marking parameter $defaultBuildName as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection::getEntrypointLookup(): Implicitly marking parameter $buildName as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Cache\Adapter\TraceableAdapter::get(): Implicitly marking parameter $beta as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Cache\Adapter\TraceableAdapter::get(): Implicitly marking parameter $metadata as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bridge\Doctrine\ContainerAwareEventManager::dispatchEvent(): Implicitly marking parameter $eventArgs as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Monolog\Logger::addRecord(): Implicitly marking parameter $datetime as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpKernel\Log\DebugLoggerInterface::getLogs(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpKernel\Log\DebugLoggerInterface::countErrors(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bridge\Monolog\Logger::getLogs(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bridge\Monolog\Logger::countErrors(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter::__construct(): Implicitly marking parameter $registry as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter::__construct(): Implicitly marking parameter $expressionLanguage as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::__construct(): Implicitly marking parameter $twig as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::__construct(): Implicitly marking parameter $language as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::__construct(): Implicitly marking parameter $trustResolver as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::__construct(): Implicitly marking parameter $roleHierarchy as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::__construct(): Implicitly marking parameter $tokenStorage as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::__construct(): Implicitly marking parameter $authChecker as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::__construct(): Implicitly marking parameter $authChecker as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Stof\DoctrineExtensionsBundle\EventListener\LoggerListener::__construct(): Implicitly marking parameter $tokenStorage as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Stof\DoctrineExtensionsBundle\EventListener\LoggerListener::__construct(): Implicitly marking parameter $authorizationChecker as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bridge\Monolog\Handler\ConsoleHandler::__construct(): Implicitly marking parameter $output as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpKernel\EventListener\LocaleListener::__construct(): Implicitly marking parameter $router as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpKernel\EventListener\ErrorListener::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpKernel\EventListener\ErrorListener::logException(): Implicitly marking parameter $logLevel as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpKernel\HttpKernel::__construct(): Implicitly marking parameter $requestStack as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpKernel\HttpKernel::__construct(): Implicitly marking parameter $argumentResolver as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpKernel\HttpKernel::terminateWithException(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpKernel\Controller\ControllerResolver::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpKernel\Controller\ContainerControllerResolver::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpKernel\Controller\ArgumentResolver::__construct(): Implicitly marking parameter $argumentMetadataFactory as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Config\FileLocatorInterface::locate(): Implicitly marking parameter $currentPath as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Config\FileLocator::locate(): Implicitly marking parameter $currentPath as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpKernel\Config\FileLocator::locate(): Implicitly marking parameter $currentPath as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Cache\Adapter\FilesystemAdapter::__construct(): Implicitly marking parameter $directory as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Cache\Adapter\FilesystemAdapter::__construct(): Implicitly marking parameter $marshaller as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Cache\Marshaller\DefaultMarshaller::__construct(): Implicitly marking parameter $useIgbinarySerialize as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Asset\Packages::__construct(): Implicitly marking parameter $defaultPackage as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Asset\Packages::getPackage(): Implicitly marking parameter $name as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Asset\Packages::getVersion(): Implicitly marking parameter $packageName as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Asset\Packages::getUrl(): Implicitly marking parameter $packageName as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Asset\Package::__construct(): Implicitly marking parameter $context as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Asset\PathPackage::__construct(): Implicitly marking parameter $context as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy::__construct(): Implicitly marking parameter $httpClient as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Contracts\Translation\TranslatorInterface::trans(): Implicitly marking parameter $domain as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Contracts\Translation\TranslatorInterface::trans(): Implicitly marking parameter $locale as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Translation\TranslatorBagInterface::getCatalogue(): Implicitly marking parameter $locale as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Translation\Translator::__construct(): Implicitly marking parameter $formatter as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Translation\Translator::__construct(): Implicitly marking parameter $cacheDir as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Translation\Translator::addResource(): Implicitly marking parameter $domain as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Translation\Translator::trans(): Implicitly marking parameter $domain as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Translation\Translator::trans(): Implicitly marking parameter $locale as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Translation\Translator::getCatalogue(): Implicitly marking parameter $locale as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Translation\MessageCatalogue::all(): Implicitly marking parameter $domain as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Translation\MessageCatalogueInterface::all(): Implicitly marking parameter $domain as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bundle\FrameworkBundle\Translation\Translator::addResource(): Implicitly marking parameter $domain as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Translation\Formatter\MessageFormatter::__construct(): Implicitly marking parameter $translator as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Translation\Formatter\MessageFormatter::__construct(): Implicitly marking parameter $intlFormatter as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Contracts\Translation\TranslatorTrait::trans(): Implicitly marking parameter $domain as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Contracts\Translation\TranslatorTrait::trans(): Implicitly marking parameter $locale as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::__construct(): Implicitly marking parameter $exceptionHandler as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure(): Implicitly marking parameter $event as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpKernel\Debug\FileLinkFormatter::__construct(): Implicitly marking parameter $requestStack as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpKernel\Debug\FileLinkFormatter::__construct(): Implicitly marking parameter $baseDir as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Stopwatch\Stopwatch::openSection(): Implicitly marking parameter $id as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Stopwatch\Stopwatch::start(): Implicitly marking parameter $category as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Stopwatch\Section::__construct(): Implicitly marking parameter $origin as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bridge\Monolog\Processor\DebugProcessor::__construct(): Implicitly marking parameter $requestStack as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bridge\Monolog\Processor\DebugProcessor::getLogs(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bridge\Monolog\Processor\DebugProcessor::countErrors(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpKernel\EventListener\RouterListener::__construct(): Implicitly marking parameter $context as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpKernel\EventListener\RouterListener::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpKernel\EventListener\RouterListener::__construct(): Implicitly marking parameter $projectDir as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpKernel\EventListener\RouterListener::setCurrentRequest(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpKernel\EventListener\AbstractSessionListener::__construct(): Implicitly marking parameter $container as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Validator\Mapping\Loader\AutoMappingTrait::isAutoMappingEnabledForClass(): Implicitly marking parameter $classValidatorRegexp as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bridge\Doctrine\Validator\DoctrineLoader::__construct(): Implicitly marking parameter $classValidatorRegexp as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader::__construct(): Implicitly marking parameter $classValidatorRegexp as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpKernel\EventListener\ProfilerListener::__construct(): Implicitly marking parameter $matcher as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpKernel\EventListener\ProfilerListener::__construct(): Implicitly marking parameter $collectParameter as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::__construct(): Implicitly marking parameter $requestStack as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpKernel\DataCollector\RouterDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Form\Extension\DataCollector\FormDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Form\Extension\DataCollector\FormDataCollector::recursiveBuildFinalFormTree(): Implicitly marking parameter $form as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface::setToken(): Implicitly marking parameter $token as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage::setToken(): Implicitly marking parameter $token as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolverInterface::isAnonymous(): Implicitly marking parameter $token as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolverInterface::isRememberMe(): Implicitly marking parameter $token as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolverInterface::isFullFledged(): Implicitly marking parameter $token as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver::isAuthenticated(): Implicitly marking parameter $token as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver::isAnonymous(): Implicitly marking parameter $token as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver::isRememberMe(): Implicitly marking parameter $token as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver::isFullFledged(): Implicitly marking parameter $token as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Security\Http\Logout\LogoutUrlGenerator::__construct(): Implicitly marking parameter $requestStack as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Security\Http\Logout\LogoutUrlGenerator::__construct(): Implicitly marking parameter $router as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Security\Http\Logout\LogoutUrlGenerator::__construct(): Implicitly marking parameter $tokenStorage as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Security\Http\Logout\LogoutUrlGenerator::registerListener(): Implicitly marking parameter $csrfTokenManager as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Security\Http\Logout\LogoutUrlGenerator::registerListener(): Implicitly marking parameter $context as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Security\Http\Logout\LogoutUrlGenerator::getLogoutPath(): Implicitly marking parameter $key as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Security\Http\Logout\LogoutUrlGenerator::getLogoutUrl(): Implicitly marking parameter $key as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Security\Http\Logout\LogoutUrlGenerator::setCurrentFirewall(): Implicitly marking parameter $context as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpKernel\DataCollector\DumpDataCollector::__construct(): Implicitly marking parameter $stopwatch as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpKernel\DataCollector\DumpDataCollector::__construct(): Implicitly marking parameter $charset as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpKernel\DataCollector\DumpDataCollector::__construct(): Implicitly marking parameter $requestStack as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpKernel\DataCollector\DumpDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\VarDumper\Cloner\AbstractCloner::__construct(): Implicitly marking parameter $casters as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\VarDumper\Dumper\AbstractDumper::__construct(): Implicitly marking parameter $charset as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\VarDumper\Dumper\CliDumper::__construct(): Implicitly marking parameter $charset as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\VarDumper\Dumper\HtmlDumper::__construct(): Implicitly marking parameter $charset as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider::__construct(): Implicitly marking parameter $charset as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider::__construct(): Implicitly marking parameter $projectDir as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider::__construct(): Implicitly marking parameter $fileLinkFormatter as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Twig\Loader\FilesystemLoader::__construct(): Implicitly marking parameter $rootPath as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::__construct(): Implicitly marking parameter $urlGenerator as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::__construct(): Implicitly marking parameter $cspHandler as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::__construct(): Implicitly marking parameter $dumpDataCollector as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Translation\DataCollectorTranslator::trans(): Implicitly marking parameter $domain as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Translation\DataCollectorTranslator::trans(): Implicitly marking parameter $locale as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Translation\DataCollectorTranslator::getCatalogue(): Implicitly marking parameter $locale as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Routing\Router::__construct(): Implicitly marking parameter $context as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Routing\Router::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Routing\Router::__construct(): Implicitly marking parameter $defaultLocale as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bundle\FrameworkBundle\Routing\Router::__construct(): Implicitly marking parameter $context as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bundle\FrameworkBundle\Routing\Router::__construct(): Implicitly marking parameter $parameters as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bundle\FrameworkBundle\Routing\Router::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bundle\FrameworkBundle\Routing\Router::__construct(): Implicitly marking parameter $defaultLocale as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Contracts\EventDispatcher\EventDispatcherInterface::dispatch(): Implicitly marking parameter $eventName as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\EventDispatcher\EventDispatcherInterface::getListeners(): Implicitly marking parameter $eventName as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\EventDispatcher\EventDispatcherInterface::hasListeners(): Implicitly marking parameter $eventName as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::__construct(): Implicitly marking parameter $requestStack as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::getListeners(): Implicitly marking parameter $eventName as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::hasListeners(): Implicitly marking parameter $eventName as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch(): Implicitly marking parameter $eventName as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::getCalledListeners(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::getNotCalledListeners(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::getOrphanedEvents(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\EventDispatcher\EventDispatcher::dispatch(): Implicitly marking parameter $eventName as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\EventDispatcher\EventDispatcher::getListeners(): Implicitly marking parameter $eventName as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\EventDispatcher\EventDispatcher::hasListeners(): Implicitly marking parameter $eventName as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpKernel\Profiler\Profiler::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpKernel\Profiler\Profiler::find(): Implicitly marking parameter $statusCode as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpKernel\Profiler\Profiler::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpKernel\Profiler\ProfilerStorageInterface::find(): Implicitly marking parameter $start as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpKernel\Profiler\ProfilerStorageInterface::find(): Implicitly marking parameter $end as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpKernel\Profiler\FileProfilerStorage::find(): Implicitly marking parameter $start as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpKernel\Profiler\FileProfilerStorage::find(): Implicitly marking parameter $end as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpKernel\Profiler\FileProfilerStorage::find(): Implicitly marking parameter $statusCode as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpKernel\Profiler\FileProfilerStorage::createProfileFromData(): Implicitly marking parameter $parent as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpKernel\Profiler\FileProfilerStorage::doRead(): Implicitly marking parameter $profile as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpKernel\DataCollector\TimeDataCollector::__construct(): Implicitly marking parameter $kernel as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpKernel\DataCollector\TimeDataCollector::__construct(): Implicitly marking parameter $stopwatch as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpKernel\DataCollector\TimeDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Validator\DataCollector\ValidatorDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector::__construct(): Implicitly marking parameter $containerPathPrefix as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector::__construct(): Implicitly marking parameter $requestStack as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector::getContainerCompilerLogs(): Implicitly marking parameter $compilerLogsFilepath as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpKernel\DataCollector\EventDataCollector::__construct(): Implicitly marking parameter $dispatcher as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpKernel\DataCollector\EventDataCollector::__construct(): Implicitly marking parameter $requestStack as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpKernel\DataCollector\EventDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Cache\DataCollector\CacheDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Translation\DataCollector\TranslationDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector::__construct(): Implicitly marking parameter $tokenStorage as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector::__construct(): Implicitly marking parameter $roleHierarchy as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector::__construct(): Implicitly marking parameter $logoutUrlGenerator as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector::__construct(): Implicitly marking parameter $accessDecisionManager as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector::__construct(): Implicitly marking parameter $firewallMap as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector::__construct(): Implicitly marking parameter $firewall as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bridge\Twig\DataCollector\TwigDataCollector::__construct(): Implicitly marking parameter $twig as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bridge\Twig\DataCollector\TwigDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bridge\Doctrine\DataCollector\DoctrineDataCollector::__construct(): Implicitly marking parameter $debugDataHolder as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bridge\Doctrine\DataCollector\DoctrineDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector::setKernel(): Implicitly marking parameter $kernel as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::setToken(): Implicitly marking parameter $token as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Twig\Template::displayBlock(): Implicitly marking parameter $templateContext as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Twig\Environment::getTemplateClass(): Implicitly marking parameter $index as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Twig\Environment::loadTemplate(): Implicitly marking parameter $index as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Twig\Environment::createTemplate(): Implicitly marking parameter $name as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bridge\Twig\Extension\LogoutUrlExtension::getLogoutPath(): Implicitly marking parameter $key as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bridge\Twig\Extension\LogoutUrlExtension::getLogoutUrl(): Implicitly marking parameter $key as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bridge\Twig\Extension\SecurityExtension::__construct(): Implicitly marking parameter $securityChecker as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bridge\Twig\Extension\SecurityExtension::__construct(): Implicitly marking parameter $impersonateUrlGenerator as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bridge\Twig\Extension\SecurityExtension::isGranted(): Implicitly marking parameter $field as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bridge\Twig\Extension\SecurityExtension::getImpersonateExitUrl(): Implicitly marking parameter $exitTo as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bridge\Twig\Extension\SecurityExtension::getImpersonateExitPath(): Implicitly marking parameter $exitTo as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator::generateExitPath(): Implicitly marking parameter $targetUri as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator::generateExitUrl(): Implicitly marking parameter $targetUri as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator::buildExitPath(): Implicitly marking parameter $targetUri as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bridge\Twig\Extension\DumpExtension::__construct(): Implicitly marking parameter $dumper as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bridge\Twig\Extension\ProfilerExtension::__construct(): Implicitly marking parameter $stopwatch as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bridge\Twig\Extension\TranslationExtension::__construct(): Implicitly marking parameter $translator as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bridge\Twig\Extension\TranslationExtension::__construct(): Implicitly marking parameter $translationNodeVisitor as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bridge\Twig\Extension\TranslationExtension::trans(): Implicitly marking parameter $domain as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bridge\Twig\Extension\TranslationExtension::trans(): Implicitly marking parameter $locale as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bridge\Twig\Extension\TranslationExtension::trans(): Implicitly marking parameter $count as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bridge\Twig\Extension\TranslationExtension::createTranslatable(): Implicitly marking parameter $domain as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bridge\Twig\Extension\AssetExtension::getAssetUrl(): Implicitly marking parameter $packageName as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bridge\Twig\Extension\AssetExtension::getAssetVersion(): Implicitly marking parameter $packageName as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bridge\Twig\Extension\CodeExtension::formatFile(): Implicitly marking parameter $text as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bridge\Twig\Extension\StopwatchExtension::__construct(): Implicitly marking parameter $stopwatch as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bridge\Twig\Extension\FormExtension::__construct(): Implicitly marking parameter $translator as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension::renderWebpackScriptTags(): Implicitly marking parameter $packageName as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension::renderWebpackLinkTags(): Implicitly marking parameter $packageName as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension::renderStimulusAction(): Implicitly marking parameter $actionName as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension::renderStimulusAction(): Implicitly marking parameter $eventName as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension::appendStimulusAction(): Implicitly marking parameter $eventName as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension::renderStimulusTarget(): Implicitly marking parameter $targetNames as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension::appendStimulusTarget(): Implicitly marking parameter $targetNames as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension::__construct(): Implicitly marking parameter $dumper as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension::dumpLog(): Implicitly marking parameter $context as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\DependencyInjection\EnvVarProcessor::__construct(): Implicitly marking parameter $loaders as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\VarDumper\VarDumper::setHandler(): Implicitly marking parameter $callable as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Faker\Generator::__construct(): Implicitly marking parameter $container as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Faker\Container\ContainerBuilder::add(): Implicitly marking parameter $name as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Faker\Provider\DateTime::timezone(): Implicitly marking parameter $countryCode as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
User Deprecated: Since symfony/security-core 5.4: Not setting the 5th argument of "Symfony\Component\Security\Core\Authorization\AuthorizationChecker::__construct" to "false" is deprecated. {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\EventDispatcher\Debug\WrappedListener::__construct(): Implicitly marking parameter $dispatcher as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Stopwatch\StopwatchEvent::__construct(): Implicitly marking parameter $category as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Stopwatch\StopwatchEvent::__construct(): Implicitly marking parameter $name as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bundle\FrameworkBundle\Routing\RedirectableCompiledUrlMatcher::redirect(): Implicitly marking parameter $scheme as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Routing\Matcher\RedirectableUrlMatcherInterface::redirect(): Implicitly marking parameter $scheme as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | request |
Matched route "_profiler". {
"route": "_profiler",
"route_parameters": {
"_route": "_profiler",
"_controller": "web_profiler.controller.profiler::panelAction",
"token": "4b65a7"
},
"request_uri": "https://taurushr.thetlb.dev/_profiler/4b65a7?panel=cache",
"method": "GET"
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpFoundation\Session\SessionInterface::invalidate(): Implicitly marking parameter $lifetime as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpFoundation\Session\SessionInterface::migrate(): Implicitly marking parameter $lifetime as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpFoundation\Session\Session::__construct(): Implicitly marking parameter $storage as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpFoundation\Session\Session::__construct(): Implicitly marking parameter $attributes as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpFoundation\Session\Session::__construct(): Implicitly marking parameter $flashes as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpFoundation\Session\Session::__construct(): Implicitly marking parameter $usageReporter as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpFoundation\Session\Session::invalidate(): Implicitly marking parameter $lifetime as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpFoundation\Session\Session::migrate(): Implicitly marking parameter $lifetime as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpFoundation\Session\SessionFactory::__construct(): Implicitly marking parameter $usageReporter as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorageFactory::__construct(): Implicitly marking parameter $metaBag as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage::__construct(): Implicitly marking parameter $metaBag as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage::regenerate(): Implicitly marking parameter $lifetime as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage::setMetadataBag(): Implicitly marking parameter $metaBag as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage::loadSession(): Implicitly marking parameter $session as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpFoundation\Session\Storage\MetadataBag::stampNew(): Implicitly marking parameter $lifetime as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpFoundation\Session\Storage\MetadataBag::stampCreated(): Implicitly marking parameter $lifetime as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface::regenerate(): Implicitly marking parameter $lifetime as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\String\Slugger\AsciiSlugger::__construct(): Implicitly marking parameter $defaultLocale as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\String\Slugger\AsciiSlugger::slug(): Implicitly marking parameter $locale as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\String\Slugger\SluggerInterface::slug(): Implicitly marking parameter $locale as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpFoundation\RequestMatcher::__construct(): Implicitly marking parameter $path as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpFoundation\RequestMatcher::__construct(): Implicitly marking parameter $host as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpFoundation\RequestMatcher::__construct(): Implicitly marking parameter $port as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bundle\SecurityBundle\Security\FirewallContext::__construct(): Implicitly marking parameter $exceptionListener as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bundle\SecurityBundle\Security\FirewallContext::__construct(): Implicitly marking parameter $logoutListener as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bundle\SecurityBundle\Security\FirewallContext::__construct(): Implicitly marking parameter $config as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bundle\SecurityBundle\Security\FirewallConfig::__construct(): Implicitly marking parameter $requestMatcher as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bundle\SecurityBundle\Security\FirewallConfig::__construct(): Implicitly marking parameter $provider as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bundle\SecurityBundle\Security\FirewallConfig::__construct(): Implicitly marking parameter $context as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bundle\SecurityBundle\Security\FirewallConfig::__construct(): Implicitly marking parameter $entryPoint as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bundle\SecurityBundle\Security\FirewallConfig::__construct(): Implicitly marking parameter $accessDeniedHandler as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bundle\SecurityBundle\Security\FirewallConfig::__construct(): Implicitly marking parameter $accessDeniedUrl as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bundle\SecurityBundle\Security\FirewallConfig::__construct(): Implicitly marking parameter $switchUser as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| DEBUG 17:10:10 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
|
| DEBUG 17:10:10 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
|
| DEBUG 17:10:10 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
|
| DEBUG 17:10:10 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
|
| DEBUG 17:10:10 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
|
| DEBUG 17:10:10 | event |
Notified event "kernel.request" to listener "App\EventListener\LocaleListener::onKernelRequest". {
"event": "kernel.request",
"listener": "App\\EventListener\\LocaleListener::onKernelRequest"
}
|
| DEBUG 17:10:10 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
|
| DEBUG 17:10:10 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
|
| DEBUG 17:10:10 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
|
| DEBUG 17:10:10 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
|
| DEBUG 17:10:10 | event |
Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest". {
"event": "kernel.request",
"listener": "Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::onKernelRequest"
}
|
| DEBUG 17:10:10 | event |
Notified event "kernel.request" to listener "Stof\DoctrineExtensionsBundle\EventListener\LocaleListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Stof\\DoctrineExtensionsBundle\\EventListener\\LocaleListener::onKernelRequest"
}
|
| DEBUG 17:10:10 | event |
Notified event "kernel.request" to listener "Stof\DoctrineExtensionsBundle\EventListener\LoggerListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Stof\\DoctrineExtensionsBundle\\EventListener\\LoggerListener::onKernelRequest"
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController::__construct(): Implicitly marking parameter $profiler as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController::__construct(): Implicitly marking parameter $cspHandler as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController::__construct(): Implicitly marking parameter $baseDir as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController::toolbarAction(): Implicitly marking parameter $token as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Creation of dynamic property Gregwar\ImageBundle\Services\ImageHandling::$fallbackImage is deprecated {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\VarExporter\LazyGhostTrait::createLazyGhost(): Implicitly marking parameter $skippedProperties as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\VarExporter\LazyGhostTrait::createLazyGhost(): Implicitly marking parameter $instance as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Validator\Mapping\Loader\AnnotationLoader::__construct(): Implicitly marking parameter $reader as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Validator\Mapping\Factory\LazyLoadingMetadataFactory::__construct(): Implicitly marking parameter $loader as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Validator\Mapping\Factory\LazyLoadingMetadataFactory::__construct(): Implicitly marking parameter $cache as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Validator\Context\ExecutionContextFactory::__construct(): Implicitly marking parameter $translationDomain as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
User Deprecated: Since symfony/security-bundle 5.4: Setting the $authenticatorManagerEnabled argument of "Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector::__construct" to "false" is deprecated, use the new authenticator system instead. {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Routing\Generator\CompiledUrlGenerator::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Routing\Generator\CompiledUrlGenerator::__construct(): Implicitly marking parameter $defaultLocale as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Routing\Generator\UrlGenerator::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\Routing\Generator\UrlGenerator::__construct(): Implicitly marking parameter $defaultLocale as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\ExpressionLanguage\ExpressionFunction::fromPhp(): Implicitly marking parameter $expressionFunctionName as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| DEBUG 17:10:10 | event |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
|
| DEBUG 17:10:10 | event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
}
|
| DEBUG 17:10:10 | event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
}
|
| DEBUG 17:10:10 | event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
}
|
| DEBUG 17:10:10 | event |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
|
| DEBUG 17:10:10 | event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadata::getAttributes(): Implicitly marking parameter $name as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| DEBUG 17:10:10 | 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"
}
|
| DEBUG 17:10:10 | 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"
}
|
| DEBUG 17:10:10 | 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"
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpFoundation\Response::setStatusCode(): Implicitly marking parameter $text as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpFoundation\Response::setExpires(): Implicitly marking parameter $date as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpFoundation\Response::setLastModified(): Implicitly marking parameter $date as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:10 | php |
Deprecated: Symfony\Component\HttpFoundation\Response::setEtag(): Implicitly marking parameter $etag as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\HttpFoundation\Response::isRedirect(): Implicitly marking parameter $location as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\HttpFoundation\ResponseHeaderBag::all(): Implicitly marking parameter $key as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\HttpFoundation\ResponseHeaderBag::removeCookie(): Implicitly marking parameter $domain as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\HttpFoundation\ResponseHeaderBag::clearCookie(): Implicitly marking parameter $domain as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\HttpFoundation\ResponseHeaderBag::clearCookie(): Implicitly marking parameter $sameSite as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Bridge\Twig\Extension\HttpKernelRuntime::__construct(): Implicitly marking parameter $fragmentUriGenerator as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface::generate(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator::__construct(): Implicitly marking parameter $signer as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator::__construct(): Implicitly marking parameter $requestStack as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator::generate(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer::__construct(): Implicitly marking parameter $dispatcher as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Twig\Error\Error::__construct(): Implicitly marking parameter $source as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Twig\Error\Error::__construct(): Implicitly marking parameter $previous as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Twig\Error\Error::setSourceContext(): Implicitly marking parameter $source as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\WebpackEncoreBundle\Asset\EntrypointLookup::__construct(): Implicitly marking parameter $cache as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\WebpackEncoreBundle\Asset\EntrypointLookup::__construct(): Implicitly marking parameter $cacheKey as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\ErrorHandler\Exception\FlattenException::create(): Implicitly marking parameter $statusCode as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\ErrorHandler\Exception\FlattenException::createFromThrowable(): Implicitly marking parameter $statusCode as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| CRITICAL 17:10:11 | request |
Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Failed to start the session because headers have already been sent by "/var/www/html/t/taurushr/vendor/symfony/translation/Resources/functions.php" at line 18.")." at /var/www/html/t/taurushr/vendor/symfony/web-profiler-bundle/Resources/views/Profiler/layout.html.twig line 111 {
"exception": {}
}
|
| DEBUG 17:10:11 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
|
| DEBUG 17:10:11 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
|
| DEBUG 17:10:11 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
|
| DEBUG 17:10:11 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
|
| DEBUG 17:10:11 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
|
| DEBUG 17:10:11 | event |
Notified event "kernel.request" to listener "App\EventListener\LocaleListener::onKernelRequest". {
"event": "kernel.request",
"listener": "App\\EventListener\\LocaleListener::onKernelRequest"
}
|
| DEBUG 17:10:11 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
|
| DEBUG 17:10:11 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
|
| DEBUG 17:10:11 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
|
| DEBUG 17:10:11 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
|
| DEBUG 17:10:11 | event |
Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest". {
"event": "kernel.request",
"listener": "Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::onKernelRequest"
}
|
| DEBUG 17:10:11 | event |
Notified event "kernel.request" to listener "Stof\DoctrineExtensionsBundle\EventListener\LocaleListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Stof\\DoctrineExtensionsBundle\\EventListener\\LocaleListener::onKernelRequest"
}
|
| DEBUG 17:10:11 | event |
Notified event "kernel.request" to listener "Stof\DoctrineExtensionsBundle\EventListener\LoggerListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Stof\\DoctrineExtensionsBundle\\EventListener\\LoggerListener::onKernelRequest"
}
|
| DEBUG 17:10:11 | event |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
|
| DEBUG 17:10:11 | event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
}
|
| DEBUG 17:10:11 | event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
}
|
| DEBUG 17:10:11 | event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
}
|
| DEBUG 17:10:11 | event |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
|
| DEBUG 17:10:11 | event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
}
|
| DEBUG 17:10:11 | 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"
}
|
| DEBUG 17:10:11 | 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"
}
|
| DEBUG 17:10:11 | 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"
}
|
| DEBUG 17:10:11 | event |
Notified event "kernel.finish_request" to listener "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets". {
"event": "kernel.finish_request",
"listener": "Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener::resetAssets"
}
|
| DEBUG 17:10:11 | 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"
}
|
| DEBUG 17:10:11 | 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"
}
|
| DEBUG 17:10:11 | 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"
}
|
| DEBUG 17:10:11 | 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"
}
|
| DEBUG 17:10:11 | 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"
}
|
| DEBUG 17:10:11 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
|
| DEBUG 17:10:11 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
|
| DEBUG 17:10:11 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
|
| DEBUG 17:10:11 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
|
| DEBUG 17:10:11 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
|
| DEBUG 17:10:11 | event |
Notified event "kernel.request" to listener "App\EventListener\LocaleListener::onKernelRequest". {
"event": "kernel.request",
"listener": "App\\EventListener\\LocaleListener::onKernelRequest"
}
|
| DEBUG 17:10:11 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
|
| DEBUG 17:10:11 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
|
| DEBUG 17:10:11 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
|
| DEBUG 17:10:11 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
|
| DEBUG 17:10:11 | event |
Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest". {
"event": "kernel.request",
"listener": "Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::onKernelRequest"
}
|
| DEBUG 17:10:11 | event |
Notified event "kernel.request" to listener "Stof\DoctrineExtensionsBundle\EventListener\LocaleListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Stof\\DoctrineExtensionsBundle\\EventListener\\LocaleListener::onKernelRequest"
}
|
| DEBUG 17:10:11 | event |
Notified event "kernel.request" to listener "Stof\DoctrineExtensionsBundle\EventListener\LoggerListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Stof\\DoctrineExtensionsBundle\\EventListener\\LoggerListener::onKernelRequest"
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::__construct(): Implicitly marking parameter $fallbackErrorRenderer as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::__construct(): Implicitly marking parameter $fallbackErrorRenderer as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::__construct(): Implicitly marking parameter $charset as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::__construct(): Implicitly marking parameter $projectDir as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::formatFile(): Implicitly marking parameter $text as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\NormalizerInterface::normalize(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\NormalizerInterface::supportsNormalization(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\ContextAwareNormalizerInterface::supportsNormalization(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\DenormalizerInterface::denormalize(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\DenormalizerInterface::supportsDenormalization(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\ContextAwareDenormalizerInterface::supportsDenormalization(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Serializer::normalize(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Serializer::denormalize(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Serializer::supportsNormalization(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Serializer::supportsDenormalization(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer::__construct(): Implicitly marking parameter $propertyAccessor as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer::denormalize(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer::supportsDenormalization(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\ProblemNormalizer::normalize(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\ProblemNormalizer::supportsNormalization(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\UidNormalizer::normalize(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\UidNormalizer::supportsNormalization(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\UidNormalizer::denormalize(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\UidNormalizer::supportsDenormalization(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\DateTimeNormalizer::normalize(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\DateTimeNormalizer::supportsNormalization(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\DateTimeNormalizer::denormalize(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\DateTimeNormalizer::supportsDenormalization(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer::__construct(): Implicitly marking parameter $nameConverter as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer::normalize(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer::supportsNormalization(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\NameConverter\AdvancedNameConverterInterface::normalize(): Implicitly marking parameter $class as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\NameConverter\AdvancedNameConverterInterface::normalize(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\NameConverter\AdvancedNameConverterInterface::denormalize(): Implicitly marking parameter $class as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\NameConverter\AdvancedNameConverterInterface::denormalize(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter::__construct(): Implicitly marking parameter $fallbackNameConverter as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter::normalize(): Implicitly marking parameter $class as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter::normalize(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter::denormalize(): Implicitly marking parameter $class as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter::denormalize(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter::normalizeFallback(): Implicitly marking parameter $class as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter::normalizeFallback(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter::denormalizeFallback(): Implicitly marking parameter $class as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter::denormalizeFallback(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer::normalize(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer::denormalize(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer::supportsNormalization(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer::supportsDenormalization(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\ObjectToPopulateTrait::extractObjectToPopulate(): Implicitly marking parameter $key as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\AbstractNormalizer::__construct(): Implicitly marking parameter $classMetadataFactory as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\AbstractNormalizer::__construct(): Implicitly marking parameter $nameConverter as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\AbstractNormalizer::handleCircularReference(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\AbstractNormalizer::isAllowedAttribute(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\AbstractNormalizer::instantiateObject(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\AbstractNormalizer::denormalizeParameter(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::__construct(): Implicitly marking parameter $classMetadataFactory as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::__construct(): Implicitly marking parameter $nameConverter as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::__construct(): Implicitly marking parameter $propertyTypeExtractor as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::__construct(): Implicitly marking parameter $classDiscriminatorResolver as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::__construct(): Implicitly marking parameter $objectClassResolver as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::supportsNormalization(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::normalize(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::instantiateObject(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::extractAttributes(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::getAttributeValue(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::supportsDenormalization(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::setAttributeValue(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalizeParameter(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\PropertyNormalizer::supportsNormalization(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\PropertyNormalizer::supportsDenormalization(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\PropertyNormalizer::isAllowedAttribute(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\PropertyNormalizer::extractAttributes(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\PropertyNormalizer::getAttributeValue(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\PropertyNormalizer::setAttributeValue(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer::normalize(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer::supportsNormalization(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer::denormalize(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer::supportsDenormalization(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer::normalize(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer::supportsNormalization(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer::denormalize(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer::supportsDenormalization(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\FormErrorNormalizer::normalize(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\FormErrorNormalizer::supportsNormalization(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer::normalize(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer::supportsNormalization(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer::denormalize(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer::supportsDenormalization(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\DataUriNormalizer::__construct(): Implicitly marking parameter $mimeTypeGuesser as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\DataUriNormalizer::normalize(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\DataUriNormalizer::supportsNormalization(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\DataUriNormalizer::denormalize(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\DataUriNormalizer::supportsDenormalization(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer::normalize(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer::supportsNormalization(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer::supportsDenormalization(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer::denormalize(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\ArrayDenormalizer::denormalize(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\ArrayDenormalizer::supportsDenormalization(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\ObjectNormalizer::__construct(): Implicitly marking parameter $classMetadataFactory as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\ObjectNormalizer::__construct(): Implicitly marking parameter $nameConverter as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\ObjectNormalizer::__construct(): Implicitly marking parameter $propertyAccessor as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\ObjectNormalizer::__construct(): Implicitly marking parameter $propertyTypeExtractor as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\ObjectNormalizer::__construct(): Implicitly marking parameter $classDiscriminatorResolver as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\ObjectNormalizer::__construct(): Implicitly marking parameter $objectClassResolver as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\ObjectNormalizer::extractAttributes(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\ObjectNormalizer::getAttributeValue(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Normalizer\ObjectNormalizer::setAttributeValue(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Encoder\XmlEncoder::buildXml(): Implicitly marking parameter $xmlRootNodeName as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Encoder\XmlEncoder::appendNode(): Implicitly marking parameter $key as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Encoder\JsonEncoder::__construct(): Implicitly marking parameter $encodingImpl as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Encoder\JsonEncoder::__construct(): Implicitly marking parameter $decodingImpl as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Encoder\YamlEncoder::__construct(): Implicitly marking parameter $dumper as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Encoder\YamlEncoder::__construct(): Implicitly marking parameter $parser as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\PropertyAccess\PropertyAccessor::__construct(): Implicitly marking parameter $cacheItemPool as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\PropertyAccess\PropertyAccessor::throwInvalidArgumentException(): Implicitly marking parameter $previous as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\PropertyAccess\PropertyAccessor::createCache(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::__construct(): Implicitly marking parameter $mutatorPrefixes as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::__construct(): Implicitly marking parameter $accessorPrefixes as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::__construct(): Implicitly marking parameter $arrayMutatorPrefixes as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::__construct(): Implicitly marking parameter $inflector as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\PropertyInfo\Type::__construct(): Implicitly marking parameter $class as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader::__construct(): Implicitly marking parameter $reader as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Mime\Header\Headers::all(): Implicitly marking parameter $name as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Mime\FileinfoMimeTypeGuesser::__construct(): Implicitly marking parameter $magicFile as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Yaml\Parser::getNextEmbedBlock(): Implicitly marking parameter $indentation as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 17:10:11 | php |
Deprecated: Symfony\Component\Yaml\Parser::preg_match(): Implicitly marking parameter $matches as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| DEBUG 17:10:11 | event |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
|
| DEBUG 17:10:11 | event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
}
|
| DEBUG 17:10:11 | event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
}
|
| DEBUG 17:10:11 | event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
}
|
| DEBUG 17:10:11 | event |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
|
| DEBUG 17:10:11 | event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
}
|
| DEBUG 17:10:11 | 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"
}
|
| DEBUG 17:10:11 | 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"
}
|
| DEBUG 17:10:11 | 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"
}
|
|
[2/2]
RuntimeError
|
|---|
Twig\Error\RuntimeError:
An exception has been thrown during the rendering of a template ("Failed to start the session because headers have already been sent by "/var/www/html/t/taurushr/vendor/symfony/translation/Resources/functions.php" at line 18.").
at vendor/symfony/web-profiler-bundle/Resources/views/Profiler/layout.html.twig:111
at Twig\Template->displayBlock('body', array('token' => '4b65a7', 'profile' => object(Profile), 'collector' => object(CacheDataCollector), 'panel' => 'cache', 'page' => 'home', 'request' => object(Request), 'templates' => array('request' => '@WebProfiler/Collector/request.html.twig', 'time' => '@WebProfiler/Collector/time.html.twig', 'memory' => '@WebProfiler/Collector/memory.html.twig', 'validator' => '@WebProfiler/Collector/validator.html.twig', 'ajax' => '@WebProfiler/Collector/ajax.html.twig', 'form' => '@WebProfiler/Collector/form.html.twig', 'exception' => '@WebProfiler/Collector/exception.html.twig', 'logger' => '@WebProfiler/Collector/logger.html.twig', 'events' => '@WebProfiler/Collector/events.html.twig', 'router' => '@WebProfiler/Collector/router.html.twig', 'cache' => '@WebProfiler/Collector/cache.html.twig', 'translation' => '@WebProfiler/Collector/translation.html.twig', 'security' => '@Security/Collector/security.html.twig', 'twig' => '@WebProfiler/Collector/twig.html.twig', 'twig_component' => '@TwigComponent/Collector/twig_component.html.twig', 'db' => '@Doctrine/Collector/db.html.twig', 'swiftmailer' => '@Swiftmailer/Collector/swiftmailer.html.twig', 'dump' => '@Debug/Profiler/dump.html.twig', 'config' => '@WebProfiler/Collector/config.html.twig'), 'is_ajax' => false, 'profiler_markup_version' => 2, 'csp_script_nonce' => '45c725ca6cc72e749d3266a22c83cf1c', 'csp_style_nonce' => '10c78dd968b775d1d69fc7b1df139dcd', 'app' => object(AppVariable), 'sitename' => 'Taurus HR & Employment Law', 'siteurl' => 'https://taurushr.thetlb.dev', 'email_primary' => 'hello@taurushr.co.uk', 'email_logo' => 'https://thetlb.co.uk/img/tlb-logo.png', 'multilingual' => false, 'recaptcha_key' => '6LeQVWosAAAAAFbYHKk6wCg6iKgmUZ6x0VH68QSC', 'gtm_code' => 'UA-XXXXX-X', 'theme_colour' => '#000000'), array('title' => array(object(__TwigTemplate_a995d61a993771f8e41ad9a7147e1879), 'block_title'), 'head' => array(object(__TwigTemplate_a995d61a993771f8e41ad9a7147e1879), 'block_head'), 'body' => array(object(__TwigTemplate_3383bc62f5c3463b27d7cb54fa142f85), 'block_body'), 'summary' => array(object(__TwigTemplate_3383bc62f5c3463b27d7cb54fa142f85), 'block_summary'), 'panel' => array(object(__TwigTemplate_6792c672e61f11151b934d7a1ba54802), 'block_panel'), 'toolbar' => array(object(__TwigTemplate_6792c672e61f11151b934d7a1ba54802), 'block_toolbar'), 'menu' => array(object(__TwigTemplate_6792c672e61f11151b934d7a1ba54802), 'block_menu')))
(var/cache/dev/twig/8d/8d6d969ee88d066bcdf50458474573bd.php:91)
at __TwigTemplate_a995d61a993771f8e41ad9a7147e1879->doDisplay(array('token' => '4b65a7', 'profile' => object(Profile), 'collector' => object(CacheDataCollector), 'panel' => 'cache', 'page' => 'home', 'request' => object(Request), 'templates' => array('request' => '@WebProfiler/Collector/request.html.twig', 'time' => '@WebProfiler/Collector/time.html.twig', 'memory' => '@WebProfiler/Collector/memory.html.twig', 'validator' => '@WebProfiler/Collector/validator.html.twig', 'ajax' => '@WebProfiler/Collector/ajax.html.twig', 'form' => '@WebProfiler/Collector/form.html.twig', 'exception' => '@WebProfiler/Collector/exception.html.twig', 'logger' => '@WebProfiler/Collector/logger.html.twig', 'events' => '@WebProfiler/Collector/events.html.twig', 'router' => '@WebProfiler/Collector/router.html.twig', 'cache' => '@WebProfiler/Collector/cache.html.twig', 'translation' => '@WebProfiler/Collector/translation.html.twig', 'security' => '@Security/Collector/security.html.twig', 'twig' => '@WebProfiler/Collector/twig.html.twig', 'twig_component' => '@TwigComponent/Collector/twig_component.html.twig', 'db' => '@Doctrine/Collector/db.html.twig', 'swiftmailer' => '@Swiftmailer/Collector/swiftmailer.html.twig', 'dump' => '@Debug/Profiler/dump.html.twig', 'config' => '@WebProfiler/Collector/config.html.twig'), 'is_ajax' => false, 'profiler_markup_version' => 2, 'csp_script_nonce' => '45c725ca6cc72e749d3266a22c83cf1c', 'csp_style_nonce' => '10c78dd968b775d1d69fc7b1df139dcd', 'app' => object(AppVariable), 'sitename' => 'Taurus HR & Employment Law', 'siteurl' => 'https://taurushr.thetlb.dev', 'email_primary' => 'hello@taurushr.co.uk', 'email_logo' => 'https://thetlb.co.uk/img/tlb-logo.png', 'multilingual' => false, 'recaptcha_key' => '6LeQVWosAAAAAFbYHKk6wCg6iKgmUZ6x0VH68QSC', 'gtm_code' => 'UA-XXXXX-X', 'theme_colour' => '#000000'), array('title' => array(object(__TwigTemplate_a995d61a993771f8e41ad9a7147e1879), 'block_title'), 'head' => array(object(__TwigTemplate_a995d61a993771f8e41ad9a7147e1879), 'block_head'), 'body' => array(object(__TwigTemplate_3383bc62f5c3463b27d7cb54fa142f85), 'block_body'), 'summary' => array(object(__TwigTemplate_3383bc62f5c3463b27d7cb54fa142f85), 'block_summary'), 'panel' => array(object(__TwigTemplate_6792c672e61f11151b934d7a1ba54802), 'block_panel'), 'toolbar' => array(object(__TwigTemplate_6792c672e61f11151b934d7a1ba54802), 'block_toolbar'), 'menu' => array(object(__TwigTemplate_6792c672e61f11151b934d7a1ba54802), 'block_menu')))
(vendor/twig/twig/src/Template.php:394)
at Twig\Template->displayWithErrorHandling(array('token' => '4b65a7', 'profile' => object(Profile), 'collector' => object(CacheDataCollector), 'panel' => 'cache', 'page' => 'home', 'request' => object(Request), 'templates' => array('request' => '@WebProfiler/Collector/request.html.twig', 'time' => '@WebProfiler/Collector/time.html.twig', 'memory' => '@WebProfiler/Collector/memory.html.twig', 'validator' => '@WebProfiler/Collector/validator.html.twig', 'ajax' => '@WebProfiler/Collector/ajax.html.twig', 'form' => '@WebProfiler/Collector/form.html.twig', 'exception' => '@WebProfiler/Collector/exception.html.twig', 'logger' => '@WebProfiler/Collector/logger.html.twig', 'events' => '@WebProfiler/Collector/events.html.twig', 'router' => '@WebProfiler/Collector/router.html.twig', 'cache' => '@WebProfiler/Collector/cache.html.twig', 'translation' => '@WebProfiler/Collector/translation.html.twig', 'security' => '@Security/Collector/security.html.twig', 'twig' => '@WebProfiler/Collector/twig.html.twig', 'twig_component' => '@TwigComponent/Collector/twig_component.html.twig', 'db' => '@Doctrine/Collector/db.html.twig', 'swiftmailer' => '@Swiftmailer/Collector/swiftmailer.html.twig', 'dump' => '@Debug/Profiler/dump.html.twig', 'config' => '@WebProfiler/Collector/config.html.twig'), 'is_ajax' => false, 'profiler_markup_version' => 2, 'csp_script_nonce' => '45c725ca6cc72e749d3266a22c83cf1c', 'csp_style_nonce' => '10c78dd968b775d1d69fc7b1df139dcd', 'app' => object(AppVariable), 'sitename' => 'Taurus HR & Employment Law', 'siteurl' => 'https://taurushr.thetlb.dev', 'email_primary' => 'hello@taurushr.co.uk', 'email_logo' => 'https://thetlb.co.uk/img/tlb-logo.png', 'multilingual' => false, 'recaptcha_key' => '6LeQVWosAAAAAFbYHKk6wCg6iKgmUZ6x0VH68QSC', 'gtm_code' => 'UA-XXXXX-X', 'theme_colour' => '#000000'), array('title' => array(object(__TwigTemplate_a995d61a993771f8e41ad9a7147e1879), 'block_title'), 'head' => array(object(__TwigTemplate_a995d61a993771f8e41ad9a7147e1879), 'block_head'), 'body' => array(object(__TwigTemplate_3383bc62f5c3463b27d7cb54fa142f85), 'block_body'), 'summary' => array(object(__TwigTemplate_3383bc62f5c3463b27d7cb54fa142f85), 'block_summary'), 'panel' => array(object(__TwigTemplate_6792c672e61f11151b934d7a1ba54802), 'block_panel'), 'toolbar' => array(object(__TwigTemplate_6792c672e61f11151b934d7a1ba54802), 'block_toolbar'), 'menu' => array(object(__TwigTemplate_6792c672e61f11151b934d7a1ba54802), 'block_menu')))
(vendor/twig/twig/src/Template.php:367)
at Twig\Template->display(array('token' => '4b65a7', 'profile' => object(Profile), 'collector' => object(CacheDataCollector), 'panel' => 'cache', 'page' => 'home', 'request' => object(Request), 'templates' => array('request' => '@WebProfiler/Collector/request.html.twig', 'time' => '@WebProfiler/Collector/time.html.twig', 'memory' => '@WebProfiler/Collector/memory.html.twig', 'validator' => '@WebProfiler/Collector/validator.html.twig', 'ajax' => '@WebProfiler/Collector/ajax.html.twig', 'form' => '@WebProfiler/Collector/form.html.twig', 'exception' => '@WebProfiler/Collector/exception.html.twig', 'logger' => '@WebProfiler/Collector/logger.html.twig', 'events' => '@WebProfiler/Collector/events.html.twig', 'router' => '@WebProfiler/Collector/router.html.twig', 'cache' => '@WebProfiler/Collector/cache.html.twig', 'translation' => '@WebProfiler/Collector/translation.html.twig', 'security' => '@Security/Collector/security.html.twig', 'twig' => '@WebProfiler/Collector/twig.html.twig', 'twig_component' => '@TwigComponent/Collector/twig_component.html.twig', 'db' => '@Doctrine/Collector/db.html.twig', 'swiftmailer' => '@Swiftmailer/Collector/swiftmailer.html.twig', 'dump' => '@Debug/Profiler/dump.html.twig', 'config' => '@WebProfiler/Collector/config.html.twig'), 'is_ajax' => false, 'profiler_markup_version' => 2, 'csp_script_nonce' => '45c725ca6cc72e749d3266a22c83cf1c', 'csp_style_nonce' => '10c78dd968b775d1d69fc7b1df139dcd', 'app' => object(AppVariable), 'sitename' => 'Taurus HR & Employment Law', 'siteurl' => 'https://taurushr.thetlb.dev', 'email_primary' => 'hello@taurushr.co.uk', 'email_logo' => 'https://thetlb.co.uk/img/tlb-logo.png', 'multilingual' => false, 'recaptcha_key' => '6LeQVWosAAAAAFbYHKk6wCg6iKgmUZ6x0VH68QSC', 'gtm_code' => 'UA-XXXXX-X', 'theme_colour' => '#000000'), array('body' => array(object(__TwigTemplate_3383bc62f5c3463b27d7cb54fa142f85), 'block_body'), 'summary' => array(object(__TwigTemplate_3383bc62f5c3463b27d7cb54fa142f85), 'block_summary'), 'panel' => array(object(__TwigTemplate_6792c672e61f11151b934d7a1ba54802), 'block_panel'), 'toolbar' => array(object(__TwigTemplate_6792c672e61f11151b934d7a1ba54802), 'block_toolbar'), 'menu' => array(object(__TwigTemplate_6792c672e61f11151b934d7a1ba54802), 'block_menu')))
(var/cache/dev/twig/61/61e6bfece73c1e0cfa4ffb7182e5670d.php:50)
at __TwigTemplate_3383bc62f5c3463b27d7cb54fa142f85->doDisplay(array('token' => '4b65a7', 'profile' => object(Profile), 'collector' => object(CacheDataCollector), 'panel' => 'cache', 'page' => 'home', 'request' => object(Request), 'templates' => array('request' => '@WebProfiler/Collector/request.html.twig', 'time' => '@WebProfiler/Collector/time.html.twig', 'memory' => '@WebProfiler/Collector/memory.html.twig', 'validator' => '@WebProfiler/Collector/validator.html.twig', 'ajax' => '@WebProfiler/Collector/ajax.html.twig', 'form' => '@WebProfiler/Collector/form.html.twig', 'exception' => '@WebProfiler/Collector/exception.html.twig', 'logger' => '@WebProfiler/Collector/logger.html.twig', 'events' => '@WebProfiler/Collector/events.html.twig', 'router' => '@WebProfiler/Collector/router.html.twig', 'cache' => '@WebProfiler/Collector/cache.html.twig', 'translation' => '@WebProfiler/Collector/translation.html.twig', 'security' => '@Security/Collector/security.html.twig', 'twig' => '@WebProfiler/Collector/twig.html.twig', 'twig_component' => '@TwigComponent/Collector/twig_component.html.twig', 'db' => '@Doctrine/Collector/db.html.twig', 'swiftmailer' => '@Swiftmailer/Collector/swiftmailer.html.twig', 'dump' => '@Debug/Profiler/dump.html.twig', 'config' => '@WebProfiler/Collector/config.html.twig'), 'is_ajax' => false, 'profiler_markup_version' => 2, 'csp_script_nonce' => '45c725ca6cc72e749d3266a22c83cf1c', 'csp_style_nonce' => '10c78dd968b775d1d69fc7b1df139dcd', 'app' => object(AppVariable), 'sitename' => 'Taurus HR & Employment Law', 'siteurl' => 'https://taurushr.thetlb.dev', 'email_primary' => 'hello@taurushr.co.uk', 'email_logo' => 'https://thetlb.co.uk/img/tlb-logo.png', 'multilingual' => false, 'recaptcha_key' => '6LeQVWosAAAAAFbYHKk6wCg6iKgmUZ6x0VH68QSC', 'gtm_code' => 'UA-XXXXX-X', 'theme_colour' => '#000000'), array('body' => array(object(__TwigTemplate_3383bc62f5c3463b27d7cb54fa142f85), 'block_body'), 'summary' => array(object(__TwigTemplate_3383bc62f5c3463b27d7cb54fa142f85), 'block_summary'), 'panel' => array(object(__TwigTemplate_6792c672e61f11151b934d7a1ba54802), 'block_panel'), 'toolbar' => array(object(__TwigTemplate_6792c672e61f11151b934d7a1ba54802), 'block_toolbar'), 'menu' => array(object(__TwigTemplate_6792c672e61f11151b934d7a1ba54802), 'block_menu')))
(vendor/twig/twig/src/Template.php:394)
at Twig\Template->displayWithErrorHandling(array('token' => '4b65a7', 'profile' => object(Profile), 'collector' => object(CacheDataCollector), 'panel' => 'cache', 'page' => 'home', 'request' => object(Request), 'templates' => array('request' => '@WebProfiler/Collector/request.html.twig', 'time' => '@WebProfiler/Collector/time.html.twig', 'memory' => '@WebProfiler/Collector/memory.html.twig', 'validator' => '@WebProfiler/Collector/validator.html.twig', 'ajax' => '@WebProfiler/Collector/ajax.html.twig', 'form' => '@WebProfiler/Collector/form.html.twig', 'exception' => '@WebProfiler/Collector/exception.html.twig', 'logger' => '@WebProfiler/Collector/logger.html.twig', 'events' => '@WebProfiler/Collector/events.html.twig', 'router' => '@WebProfiler/Collector/router.html.twig', 'cache' => '@WebProfiler/Collector/cache.html.twig', 'translation' => '@WebProfiler/Collector/translation.html.twig', 'security' => '@Security/Collector/security.html.twig', 'twig' => '@WebProfiler/Collector/twig.html.twig', 'twig_component' => '@TwigComponent/Collector/twig_component.html.twig', 'db' => '@Doctrine/Collector/db.html.twig', 'swiftmailer' => '@Swiftmailer/Collector/swiftmailer.html.twig', 'dump' => '@Debug/Profiler/dump.html.twig', 'config' => '@WebProfiler/Collector/config.html.twig'), 'is_ajax' => false, 'profiler_markup_version' => 2, 'csp_script_nonce' => '45c725ca6cc72e749d3266a22c83cf1c', 'csp_style_nonce' => '10c78dd968b775d1d69fc7b1df139dcd', 'app' => object(AppVariable), 'sitename' => 'Taurus HR & Employment Law', 'siteurl' => 'https://taurushr.thetlb.dev', 'email_primary' => 'hello@taurushr.co.uk', 'email_logo' => 'https://thetlb.co.uk/img/tlb-logo.png', 'multilingual' => false, 'recaptcha_key' => '6LeQVWosAAAAAFbYHKk6wCg6iKgmUZ6x0VH68QSC', 'gtm_code' => 'UA-XXXXX-X', 'theme_colour' => '#000000'), array('body' => array(object(__TwigTemplate_3383bc62f5c3463b27d7cb54fa142f85), 'block_body'), 'summary' => array(object(__TwigTemplate_3383bc62f5c3463b27d7cb54fa142f85), 'block_summary'), 'panel' => array(object(__TwigTemplate_6792c672e61f11151b934d7a1ba54802), 'block_panel'), 'toolbar' => array(object(__TwigTemplate_6792c672e61f11151b934d7a1ba54802), 'block_toolbar'), 'menu' => array(object(__TwigTemplate_6792c672e61f11151b934d7a1ba54802), 'block_menu')))
(vendor/twig/twig/src/Template.php:367)
at Twig\Template->display(array('token' => '4b65a7', 'profile' => object(Profile), 'collector' => object(CacheDataCollector), 'panel' => 'cache', 'page' => 'home', 'request' => object(Request), 'templates' => array('request' => '@WebProfiler/Collector/request.html.twig', 'time' => '@WebProfiler/Collector/time.html.twig', 'memory' => '@WebProfiler/Collector/memory.html.twig', 'validator' => '@WebProfiler/Collector/validator.html.twig', 'ajax' => '@WebProfiler/Collector/ajax.html.twig', 'form' => '@WebProfiler/Collector/form.html.twig', 'exception' => '@WebProfiler/Collector/exception.html.twig', 'logger' => '@WebProfiler/Collector/logger.html.twig', 'events' => '@WebProfiler/Collector/events.html.twig', 'router' => '@WebProfiler/Collector/router.html.twig', 'cache' => '@WebProfiler/Collector/cache.html.twig', 'translation' => '@WebProfiler/Collector/translation.html.twig', 'security' => '@Security/Collector/security.html.twig', 'twig' => '@WebProfiler/Collector/twig.html.twig', 'twig_component' => '@TwigComponent/Collector/twig_component.html.twig', 'db' => '@Doctrine/Collector/db.html.twig', 'swiftmailer' => '@Swiftmailer/Collector/swiftmailer.html.twig', 'dump' => '@Debug/Profiler/dump.html.twig', 'config' => '@WebProfiler/Collector/config.html.twig'), 'is_ajax' => false, 'profiler_markup_version' => 2, 'csp_script_nonce' => '45c725ca6cc72e749d3266a22c83cf1c', 'csp_style_nonce' => '10c78dd968b775d1d69fc7b1df139dcd', 'app' => object(AppVariable), 'sitename' => 'Taurus HR & Employment Law', 'siteurl' => 'https://taurushr.thetlb.dev', 'email_primary' => 'hello@taurushr.co.uk', 'email_logo' => 'https://thetlb.co.uk/img/tlb-logo.png', 'multilingual' => false, 'recaptcha_key' => '6LeQVWosAAAAAFbYHKk6wCg6iKgmUZ6x0VH68QSC', 'gtm_code' => 'UA-XXXXX-X', 'theme_colour' => '#000000'), array('toolbar' => array(object(__TwigTemplate_6792c672e61f11151b934d7a1ba54802), 'block_toolbar'), 'menu' => array(object(__TwigTemplate_6792c672e61f11151b934d7a1ba54802), 'block_menu'), 'panel' => array(object(__TwigTemplate_6792c672e61f11151b934d7a1ba54802), 'block_panel')))
(var/cache/dev/twig/e0/e0b9f512ab84c97cc2540d50ecd0b724.php:50)
at __TwigTemplate_6792c672e61f11151b934d7a1ba54802->doDisplay(array('token' => '4b65a7', 'profile' => object(Profile), 'collector' => object(CacheDataCollector), 'panel' => 'cache', 'page' => 'home', 'request' => object(Request), 'templates' => array('request' => '@WebProfiler/Collector/request.html.twig', 'time' => '@WebProfiler/Collector/time.html.twig', 'memory' => '@WebProfiler/Collector/memory.html.twig', 'validator' => '@WebProfiler/Collector/validator.html.twig', 'ajax' => '@WebProfiler/Collector/ajax.html.twig', 'form' => '@WebProfiler/Collector/form.html.twig', 'exception' => '@WebProfiler/Collector/exception.html.twig', 'logger' => '@WebProfiler/Collector/logger.html.twig', 'events' => '@WebProfiler/Collector/events.html.twig', 'router' => '@WebProfiler/Collector/router.html.twig', 'cache' => '@WebProfiler/Collector/cache.html.twig', 'translation' => '@WebProfiler/Collector/translation.html.twig', 'security' => '@Security/Collector/security.html.twig', 'twig' => '@WebProfiler/Collector/twig.html.twig', 'twig_component' => '@TwigComponent/Collector/twig_component.html.twig', 'db' => '@Doctrine/Collector/db.html.twig', 'swiftmailer' => '@Swiftmailer/Collector/swiftmailer.html.twig', 'dump' => '@Debug/Profiler/dump.html.twig', 'config' => '@WebProfiler/Collector/config.html.twig'), 'is_ajax' => false, 'profiler_markup_version' => 2, 'csp_script_nonce' => '45c725ca6cc72e749d3266a22c83cf1c', 'csp_style_nonce' => '10c78dd968b775d1d69fc7b1df139dcd', 'app' => object(AppVariable), 'sitename' => 'Taurus HR & Employment Law', 'siteurl' => 'https://taurushr.thetlb.dev', 'email_primary' => 'hello@taurushr.co.uk', 'email_logo' => 'https://thetlb.co.uk/img/tlb-logo.png', 'multilingual' => false, 'recaptcha_key' => '6LeQVWosAAAAAFbYHKk6wCg6iKgmUZ6x0VH68QSC', 'gtm_code' => 'UA-XXXXX-X', 'theme_colour' => '#000000'), array('toolbar' => array(object(__TwigTemplate_6792c672e61f11151b934d7a1ba54802), 'block_toolbar'), 'menu' => array(object(__TwigTemplate_6792c672e61f11151b934d7a1ba54802), 'block_menu'), 'panel' => array(object(__TwigTemplate_6792c672e61f11151b934d7a1ba54802), 'block_panel')))
(vendor/twig/twig/src/Template.php:394)
at Twig\Template->displayWithErrorHandling(array('token' => '4b65a7', 'profile' => object(Profile), 'collector' => object(CacheDataCollector), 'panel' => 'cache', 'page' => 'home', 'request' => object(Request), 'templates' => array('request' => '@WebProfiler/Collector/request.html.twig', 'time' => '@WebProfiler/Collector/time.html.twig', 'memory' => '@WebProfiler/Collector/memory.html.twig', 'validator' => '@WebProfiler/Collector/validator.html.twig', 'ajax' => '@WebProfiler/Collector/ajax.html.twig', 'form' => '@WebProfiler/Collector/form.html.twig', 'exception' => '@WebProfiler/Collector/exception.html.twig', 'logger' => '@WebProfiler/Collector/logger.html.twig', 'events' => '@WebProfiler/Collector/events.html.twig', 'router' => '@WebProfiler/Collector/router.html.twig', 'cache' => '@WebProfiler/Collector/cache.html.twig', 'translation' => '@WebProfiler/Collector/translation.html.twig', 'security' => '@Security/Collector/security.html.twig', 'twig' => '@WebProfiler/Collector/twig.html.twig', 'twig_component' => '@TwigComponent/Collector/twig_component.html.twig', 'db' => '@Doctrine/Collector/db.html.twig', 'swiftmailer' => '@Swiftmailer/Collector/swiftmailer.html.twig', 'dump' => '@Debug/Profiler/dump.html.twig', 'config' => '@WebProfiler/Collector/config.html.twig'), 'is_ajax' => false, 'profiler_markup_version' => 2, 'csp_script_nonce' => '45c725ca6cc72e749d3266a22c83cf1c', 'csp_style_nonce' => '10c78dd968b775d1d69fc7b1df139dcd', 'app' => object(AppVariable), 'sitename' => 'Taurus HR & Employment Law', 'siteurl' => 'https://taurushr.thetlb.dev', 'email_primary' => 'hello@taurushr.co.uk', 'email_logo' => 'https://thetlb.co.uk/img/tlb-logo.png', 'multilingual' => false, 'recaptcha_key' => '6LeQVWosAAAAAFbYHKk6wCg6iKgmUZ6x0VH68QSC', 'gtm_code' => 'UA-XXXXX-X', 'theme_colour' => '#000000'), array('toolbar' => array(object(__TwigTemplate_6792c672e61f11151b934d7a1ba54802), 'block_toolbar'), 'menu' => array(object(__TwigTemplate_6792c672e61f11151b934d7a1ba54802), 'block_menu'), 'panel' => array(object(__TwigTemplate_6792c672e61f11151b934d7a1ba54802), 'block_panel')))
(vendor/twig/twig/src/Template.php:367)
at Twig\Template->display(array('token' => '4b65a7', 'profile' => object(Profile), 'collector' => object(CacheDataCollector), 'panel' => 'cache', 'page' => 'home', 'request' => object(Request), 'templates' => array('request' => '@WebProfiler/Collector/request.html.twig', 'time' => '@WebProfiler/Collector/time.html.twig', 'memory' => '@WebProfiler/Collector/memory.html.twig', 'validator' => '@WebProfiler/Collector/validator.html.twig', 'ajax' => '@WebProfiler/Collector/ajax.html.twig', 'form' => '@WebProfiler/Collector/form.html.twig', 'exception' => '@WebProfiler/Collector/exception.html.twig', 'logger' => '@WebProfiler/Collector/logger.html.twig', 'events' => '@WebProfiler/Collector/events.html.twig', 'router' => '@WebProfiler/Collector/router.html.twig', 'cache' => '@WebProfiler/Collector/cache.html.twig', 'translation' => '@WebProfiler/Collector/translation.html.twig', 'security' => '@Security/Collector/security.html.twig', 'twig' => '@WebProfiler/Collector/twig.html.twig', 'twig_component' => '@TwigComponent/Collector/twig_component.html.twig', 'db' => '@Doctrine/Collector/db.html.twig', 'swiftmailer' => '@Swiftmailer/Collector/swiftmailer.html.twig', 'dump' => '@Debug/Profiler/dump.html.twig', 'config' => '@WebProfiler/Collector/config.html.twig'), 'is_ajax' => false, 'profiler_markup_version' => 2, 'csp_script_nonce' => '45c725ca6cc72e749d3266a22c83cf1c', 'csp_style_nonce' => '10c78dd968b775d1d69fc7b1df139dcd'))
(vendor/twig/twig/src/Template.php:379)
at Twig\Template->render(array('token' => '4b65a7', 'profile' => object(Profile), 'collector' => object(CacheDataCollector), 'panel' => 'cache', 'page' => 'home', 'request' => object(Request), 'templates' => array('request' => '@WebProfiler/Collector/request.html.twig', 'time' => '@WebProfiler/Collector/time.html.twig', 'memory' => '@WebProfiler/Collector/memory.html.twig', 'validator' => '@WebProfiler/Collector/validator.html.twig', 'ajax' => '@WebProfiler/Collector/ajax.html.twig', 'form' => '@WebProfiler/Collector/form.html.twig', 'exception' => '@WebProfiler/Collector/exception.html.twig', 'logger' => '@WebProfiler/Collector/logger.html.twig', 'events' => '@WebProfiler/Collector/events.html.twig', 'router' => '@WebProfiler/Collector/router.html.twig', 'cache' => '@WebProfiler/Collector/cache.html.twig', 'translation' => '@WebProfiler/Collector/translation.html.twig', 'security' => '@Security/Collector/security.html.twig', 'twig' => '@WebProfiler/Collector/twig.html.twig', 'twig_component' => '@TwigComponent/Collector/twig_component.html.twig', 'db' => '@Doctrine/Collector/db.html.twig', 'swiftmailer' => '@Swiftmailer/Collector/swiftmailer.html.twig', 'dump' => '@Debug/Profiler/dump.html.twig', 'config' => '@WebProfiler/Collector/config.html.twig'), 'is_ajax' => false, 'profiler_markup_version' => 2, 'csp_script_nonce' => '45c725ca6cc72e749d3266a22c83cf1c', 'csp_style_nonce' => '10c78dd968b775d1d69fc7b1df139dcd'))
(vendor/twig/twig/src/TemplateWrapper.php:38)
at Twig\TemplateWrapper->render(array('token' => '4b65a7', 'profile' => object(Profile), 'collector' => object(CacheDataCollector), 'panel' => 'cache', 'page' => 'home', 'request' => object(Request), 'templates' => array('request' => '@WebProfiler/Collector/request.html.twig', 'time' => '@WebProfiler/Collector/time.html.twig', 'memory' => '@WebProfiler/Collector/memory.html.twig', 'validator' => '@WebProfiler/Collector/validator.html.twig', 'ajax' => '@WebProfiler/Collector/ajax.html.twig', 'form' => '@WebProfiler/Collector/form.html.twig', 'exception' => '@WebProfiler/Collector/exception.html.twig', 'logger' => '@WebProfiler/Collector/logger.html.twig', 'events' => '@WebProfiler/Collector/events.html.twig', 'router' => '@WebProfiler/Collector/router.html.twig', 'cache' => '@WebProfiler/Collector/cache.html.twig', 'translation' => '@WebProfiler/Collector/translation.html.twig', 'security' => '@Security/Collector/security.html.twig', 'twig' => '@WebProfiler/Collector/twig.html.twig', 'twig_component' => '@TwigComponent/Collector/twig_component.html.twig', 'db' => '@Doctrine/Collector/db.html.twig', 'swiftmailer' => '@Swiftmailer/Collector/swiftmailer.html.twig', 'dump' => '@Debug/Profiler/dump.html.twig', 'config' => '@WebProfiler/Collector/config.html.twig'), 'is_ajax' => false, 'profiler_markup_version' => 2, 'csp_script_nonce' => '45c725ca6cc72e749d3266a22c83cf1c', 'csp_style_nonce' => '10c78dd968b775d1d69fc7b1df139dcd'))
(vendor/twig/twig/src/Environment.php:280)
at Twig\Environment->render('@WebProfiler/Collector/cache.html.twig', array('token' => '4b65a7', 'profile' => object(Profile), 'collector' => object(CacheDataCollector), 'panel' => 'cache', 'page' => 'home', 'request' => object(Request), 'templates' => array('request' => '@WebProfiler/Collector/request.html.twig', 'time' => '@WebProfiler/Collector/time.html.twig', 'memory' => '@WebProfiler/Collector/memory.html.twig', 'validator' => '@WebProfiler/Collector/validator.html.twig', 'ajax' => '@WebProfiler/Collector/ajax.html.twig', 'form' => '@WebProfiler/Collector/form.html.twig', 'exception' => '@WebProfiler/Collector/exception.html.twig', 'logger' => '@WebProfiler/Collector/logger.html.twig', 'events' => '@WebProfiler/Collector/events.html.twig', 'router' => '@WebProfiler/Collector/router.html.twig', 'cache' => '@WebProfiler/Collector/cache.html.twig', 'translation' => '@WebProfiler/Collector/translation.html.twig', 'security' => '@Security/Collector/security.html.twig', 'twig' => '@WebProfiler/Collector/twig.html.twig', 'twig_component' => '@TwigComponent/Collector/twig_component.html.twig', 'db' => '@Doctrine/Collector/db.html.twig', 'swiftmailer' => '@Swiftmailer/Collector/swiftmailer.html.twig', 'dump' => '@Debug/Profiler/dump.html.twig', 'config' => '@WebProfiler/Collector/config.html.twig'), 'is_ajax' => false, 'profiler_markup_version' => 2, 'csp_script_nonce' => '45c725ca6cc72e749d3266a22c83cf1c', 'csp_style_nonce' => '10c78dd968b775d1d69fc7b1df139dcd'))
(vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:387)
at Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController->renderWithCspNonces(object(Request), '@WebProfiler/Collector/cache.html.twig', array('token' => '4b65a7', 'profile' => object(Profile), 'collector' => object(CacheDataCollector), 'panel' => 'cache', 'page' => 'home', 'request' => object(Request), 'templates' => array('request' => '@WebProfiler/Collector/request.html.twig', 'time' => '@WebProfiler/Collector/time.html.twig', 'memory' => '@WebProfiler/Collector/memory.html.twig', 'validator' => '@WebProfiler/Collector/validator.html.twig', 'ajax' => '@WebProfiler/Collector/ajax.html.twig', 'form' => '@WebProfiler/Collector/form.html.twig', 'exception' => '@WebProfiler/Collector/exception.html.twig', 'logger' => '@WebProfiler/Collector/logger.html.twig', 'events' => '@WebProfiler/Collector/events.html.twig', 'router' => '@WebProfiler/Collector/router.html.twig', 'cache' => '@WebProfiler/Collector/cache.html.twig', 'translation' => '@WebProfiler/Collector/translation.html.twig', 'security' => '@Security/Collector/security.html.twig', 'twig' => '@WebProfiler/Collector/twig.html.twig', 'twig_component' => '@TwigComponent/Collector/twig_component.html.twig', 'db' => '@Doctrine/Collector/db.html.twig', 'swiftmailer' => '@Swiftmailer/Collector/swiftmailer.html.twig', 'dump' => '@Debug/Profiler/dump.html.twig', 'config' => '@WebProfiler/Collector/config.html.twig'), 'is_ajax' => false, 'profiler_markup_version' => 2, 'csp_script_nonce' => '45c725ca6cc72e749d3266a22c83cf1c', 'csp_style_nonce' => '10c78dd968b775d1d69fc7b1df139dcd'))
(vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:109)
at Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController->panelAction(object(Request), '4b65a7')
(vendor/symfony/http-kernel/HttpKernel.php:163)
at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
(vendor/symfony/http-kernel/HttpKernel.php:75)
at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
(vendor/symfony/http-kernel/Kernel.php:202)
at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
(vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35)
at Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run()
(vendor/autoload_runtime.php:35)
at require_once('/var/www/html/t/taurushr/vendor/autoload_runtime.php')
(public/index.php:5)
|
|
[1/2]
RuntimeException
|
|---|
RuntimeException:
Failed to start the session because headers have already been sent by "/var/www/html/t/taurushr/vendor/symfony/translation/Resources/functions.php" at line 18.
at vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:145
at Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->start()
(vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:352)
at Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->getBag('attributes')
(vendor/symfony/http-foundation/Session/Session.php:261)
at Symfony\Component\HttpFoundation\Session\Session->getBag('attributes')
(vendor/symfony/http-foundation/Session/Session.php:283)
at Symfony\Component\HttpFoundation\Session\Session->getAttributeBag()
(vendor/symfony/http-foundation/Session/Session.php:77)
at Symfony\Component\HttpFoundation\Session\Session->get('_profiler_search_ip')
(vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:191)
at Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController->searchBarAction(object(Request))
(vendor/symfony/http-kernel/HttpKernel.php:163)
at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 2)
(vendor/symfony/http-kernel/HttpKernel.php:75)
at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 2, false)
(vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86)
at Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(object(HttpKernel), object(Request), 2, false)
(vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php:80)
at Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render('/_fragment?panel=cache&_path=_format%3Dhtml%26_locale%3Den%26_controller%3Dweb_profiler.controller.profiler%253A%253AsearchBarAction', object(Request), array('ignore_errors' => false))
(vendor/symfony/http-kernel/Fragment/FragmentHandler.php:85)
at Symfony\Component\HttpKernel\Fragment\FragmentHandler->render(object(ControllerReference), 'inline', array('ignore_errors' => false))
(vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php:49)
at Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler->render(object(ControllerReference), 'inline', array())
(vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php:46)
at Symfony\Bridge\Twig\Extension\HttpKernelRuntime->renderFragment(object(ControllerReference))
(var/cache/dev/twig/61/61e6bfece73c1e0cfa4ffb7182e5670d.php:116)
at __TwigTemplate_3383bc62f5c3463b27d7cb54fa142f85->block_body(array('token' => '4b65a7', 'profile' => object(Profile), 'collector' => object(CacheDataCollector), 'panel' => 'cache', 'page' => 'home', 'request' => object(Request), 'templates' => array('request' => '@WebProfiler/Collector/request.html.twig', 'time' => '@WebProfiler/Collector/time.html.twig', 'memory' => '@WebProfiler/Collector/memory.html.twig', 'validator' => '@WebProfiler/Collector/validator.html.twig', 'ajax' => '@WebProfiler/Collector/ajax.html.twig', 'form' => '@WebProfiler/Collector/form.html.twig', 'exception' => '@WebProfiler/Collector/exception.html.twig', 'logger' => '@WebProfiler/Collector/logger.html.twig', 'events' => '@WebProfiler/Collector/events.html.twig', 'router' => '@WebProfiler/Collector/router.html.twig', 'cache' => '@WebProfiler/Collector/cache.html.twig', 'translation' => '@WebProfiler/Collector/translation.html.twig', 'security' => '@Security/Collector/security.html.twig', 'twig' => '@WebProfiler/Collector/twig.html.twig', 'twig_component' => '@TwigComponent/Collector/twig_component.html.twig', 'db' => '@Doctrine/Collector/db.html.twig', 'swiftmailer' => '@Swiftmailer/Collector/swiftmailer.html.twig', 'dump' => '@Debug/Profiler/dump.html.twig', 'config' => '@WebProfiler/Collector/config.html.twig'), 'is_ajax' => false, 'profiler_markup_version' => 2, 'csp_script_nonce' => '45c725ca6cc72e749d3266a22c83cf1c', 'csp_style_nonce' => '10c78dd968b775d1d69fc7b1df139dcd', 'app' => object(AppVariable), 'sitename' => 'Taurus HR & Employment Law', 'siteurl' => 'https://taurushr.thetlb.dev', 'email_primary' => 'hello@taurushr.co.uk', 'email_logo' => 'https://thetlb.co.uk/img/tlb-logo.png', 'multilingual' => false, 'recaptcha_key' => '6LeQVWosAAAAAFbYHKk6wCg6iKgmUZ6x0VH68QSC', 'gtm_code' => 'UA-XXXXX-X', 'theme_colour' => '#000000'), array('title' => array(object(__TwigTemplate_a995d61a993771f8e41ad9a7147e1879), 'block_title'), 'head' => array(object(__TwigTemplate_a995d61a993771f8e41ad9a7147e1879), 'block_head'), 'body' => array(object(__TwigTemplate_3383bc62f5c3463b27d7cb54fa142f85), 'block_body'), 'summary' => array(object(__TwigTemplate_3383bc62f5c3463b27d7cb54fa142f85), 'block_summary'), 'panel' => array(object(__TwigTemplate_6792c672e61f11151b934d7a1ba54802), 'block_panel'), 'toolbar' => array(object(__TwigTemplate_6792c672e61f11151b934d7a1ba54802), 'block_toolbar'), 'menu' => array(object(__TwigTemplate_6792c672e61f11151b934d7a1ba54802), 'block_menu')))
(vendor/twig/twig/src/Template.php:171)
at Twig\Template->displayBlock('body', array('token' => '4b65a7', 'profile' => object(Profile), 'collector' => object(CacheDataCollector), 'panel' => 'cache', 'page' => 'home', 'request' => object(Request), 'templates' => array('request' => '@WebProfiler/Collector/request.html.twig', 'time' => '@WebProfiler/Collector/time.html.twig', 'memory' => '@WebProfiler/Collector/memory.html.twig', 'validator' => '@WebProfiler/Collector/validator.html.twig', 'ajax' => '@WebProfiler/Collector/ajax.html.twig', 'form' => '@WebProfiler/Collector/form.html.twig', 'exception' => '@WebProfiler/Collector/exception.html.twig', 'logger' => '@WebProfiler/Collector/logger.html.twig', 'events' => '@WebProfiler/Collector/events.html.twig', 'router' => '@WebProfiler/Collector/router.html.twig', 'cache' => '@WebProfiler/Collector/cache.html.twig', 'translation' => '@WebProfiler/Collector/translation.html.twig', 'security' => '@Security/Collector/security.html.twig', 'twig' => '@WebProfiler/Collector/twig.html.twig', 'twig_component' => '@TwigComponent/Collector/twig_component.html.twig', 'db' => '@Doctrine/Collector/db.html.twig', 'swiftmailer' => '@Swiftmailer/Collector/swiftmailer.html.twig', 'dump' => '@Debug/Profiler/dump.html.twig', 'config' => '@WebProfiler/Collector/config.html.twig'), 'is_ajax' => false, 'profiler_markup_version' => 2, 'csp_script_nonce' => '45c725ca6cc72e749d3266a22c83cf1c', 'csp_style_nonce' => '10c78dd968b775d1d69fc7b1df139dcd', 'app' => object(AppVariable), 'sitename' => 'Taurus HR & Employment Law', 'siteurl' => 'https://taurushr.thetlb.dev', 'email_primary' => 'hello@taurushr.co.uk', 'email_logo' => 'https://thetlb.co.uk/img/tlb-logo.png', 'multilingual' => false, 'recaptcha_key' => '6LeQVWosAAAAAFbYHKk6wCg6iKgmUZ6x0VH68QSC', 'gtm_code' => 'UA-XXXXX-X', 'theme_colour' => '#000000'), array('title' => array(object(__TwigTemplate_a995d61a993771f8e41ad9a7147e1879), 'block_title'), 'head' => array(object(__TwigTemplate_a995d61a993771f8e41ad9a7147e1879), 'block_head'), 'body' => array(object(__TwigTemplate_3383bc62f5c3463b27d7cb54fa142f85), 'block_body'), 'summary' => array(object(__TwigTemplate_3383bc62f5c3463b27d7cb54fa142f85), 'block_summary'), 'panel' => array(object(__TwigTemplate_6792c672e61f11151b934d7a1ba54802), 'block_panel'), 'toolbar' => array(object(__TwigTemplate_6792c672e61f11151b934d7a1ba54802), 'block_toolbar'), 'menu' => array(object(__TwigTemplate_6792c672e61f11151b934d7a1ba54802), 'block_menu')))
(var/cache/dev/twig/8d/8d6d969ee88d066bcdf50458474573bd.php:91)
at __TwigTemplate_a995d61a993771f8e41ad9a7147e1879->doDisplay(array('token' => '4b65a7', 'profile' => object(Profile), 'collector' => object(CacheDataCollector), 'panel' => 'cache', 'page' => 'home', 'request' => object(Request), 'templates' => array('request' => '@WebProfiler/Collector/request.html.twig', 'time' => '@WebProfiler/Collector/time.html.twig', 'memory' => '@WebProfiler/Collector/memory.html.twig', 'validator' => '@WebProfiler/Collector/validator.html.twig', 'ajax' => '@WebProfiler/Collector/ajax.html.twig', 'form' => '@WebProfiler/Collector/form.html.twig', 'exception' => '@WebProfiler/Collector/exception.html.twig', 'logger' => '@WebProfiler/Collector/logger.html.twig', 'events' => '@WebProfiler/Collector/events.html.twig', 'router' => '@WebProfiler/Collector/router.html.twig', 'cache' => '@WebProfiler/Collector/cache.html.twig', 'translation' => '@WebProfiler/Collector/translation.html.twig', 'security' => '@Security/Collector/security.html.twig', 'twig' => '@WebProfiler/Collector/twig.html.twig', 'twig_component' => '@TwigComponent/Collector/twig_component.html.twig', 'db' => '@Doctrine/Collector/db.html.twig', 'swiftmailer' => '@Swiftmailer/Collector/swiftmailer.html.twig', 'dump' => '@Debug/Profiler/dump.html.twig', 'config' => '@WebProfiler/Collector/config.html.twig'), 'is_ajax' => false, 'profiler_markup_version' => 2, 'csp_script_nonce' => '45c725ca6cc72e749d3266a22c83cf1c', 'csp_style_nonce' => '10c78dd968b775d1d69fc7b1df139dcd', 'app' => object(AppVariable), 'sitename' => 'Taurus HR & Employment Law', 'siteurl' => 'https://taurushr.thetlb.dev', 'email_primary' => 'hello@taurushr.co.uk', 'email_logo' => 'https://thetlb.co.uk/img/tlb-logo.png', 'multilingual' => false, 'recaptcha_key' => '6LeQVWosAAAAAFbYHKk6wCg6iKgmUZ6x0VH68QSC', 'gtm_code' => 'UA-XXXXX-X', 'theme_colour' => '#000000'), array('title' => array(object(__TwigTemplate_a995d61a993771f8e41ad9a7147e1879), 'block_title'), 'head' => array(object(__TwigTemplate_a995d61a993771f8e41ad9a7147e1879), 'block_head'), 'body' => array(object(__TwigTemplate_3383bc62f5c3463b27d7cb54fa142f85), 'block_body'), 'summary' => array(object(__TwigTemplate_3383bc62f5c3463b27d7cb54fa142f85), 'block_summary'), 'panel' => array(object(__TwigTemplate_6792c672e61f11151b934d7a1ba54802), 'block_panel'), 'toolbar' => array(object(__TwigTemplate_6792c672e61f11151b934d7a1ba54802), 'block_toolbar'), 'menu' => array(object(__TwigTemplate_6792c672e61f11151b934d7a1ba54802), 'block_menu')))
(vendor/twig/twig/src/Template.php:394)
at Twig\Template->displayWithErrorHandling(array('token' => '4b65a7', 'profile' => object(Profile), 'collector' => object(CacheDataCollector), 'panel' => 'cache', 'page' => 'home', 'request' => object(Request), 'templates' => array('request' => '@WebProfiler/Collector/request.html.twig', 'time' => '@WebProfiler/Collector/time.html.twig', 'memory' => '@WebProfiler/Collector/memory.html.twig', 'validator' => '@WebProfiler/Collector/validator.html.twig', 'ajax' => '@WebProfiler/Collector/ajax.html.twig', 'form' => '@WebProfiler/Collector/form.html.twig', 'exception' => '@WebProfiler/Collector/exception.html.twig', 'logger' => '@WebProfiler/Collector/logger.html.twig', 'events' => '@WebProfiler/Collector/events.html.twig', 'router' => '@WebProfiler/Collector/router.html.twig', 'cache' => '@WebProfiler/Collector/cache.html.twig', 'translation' => '@WebProfiler/Collector/translation.html.twig', 'security' => '@Security/Collector/security.html.twig', 'twig' => '@WebProfiler/Collector/twig.html.twig', 'twig_component' => '@TwigComponent/Collector/twig_component.html.twig', 'db' => '@Doctrine/Collector/db.html.twig', 'swiftmailer' => '@Swiftmailer/Collector/swiftmailer.html.twig', 'dump' => '@Debug/Profiler/dump.html.twig', 'config' => '@WebProfiler/Collector/config.html.twig'), 'is_ajax' => false, 'profiler_markup_version' => 2, 'csp_script_nonce' => '45c725ca6cc72e749d3266a22c83cf1c', 'csp_style_nonce' => '10c78dd968b775d1d69fc7b1df139dcd', 'app' => object(AppVariable), 'sitename' => 'Taurus HR & Employment Law', 'siteurl' => 'https://taurushr.thetlb.dev', 'email_primary' => 'hello@taurushr.co.uk', 'email_logo' => 'https://thetlb.co.uk/img/tlb-logo.png', 'multilingual' => false, 'recaptcha_key' => '6LeQVWosAAAAAFbYHKk6wCg6iKgmUZ6x0VH68QSC', 'gtm_code' => 'UA-XXXXX-X', 'theme_colour' => '#000000'), array('title' => array(object(__TwigTemplate_a995d61a993771f8e41ad9a7147e1879), 'block_title'), 'head' => array(object(__TwigTemplate_a995d61a993771f8e41ad9a7147e1879), 'block_head'), 'body' => array(object(__TwigTemplate_3383bc62f5c3463b27d7cb54fa142f85), 'block_body'), 'summary' => array(object(__TwigTemplate_3383bc62f5c3463b27d7cb54fa142f85), 'block_summary'), 'panel' => array(object(__TwigTemplate_6792c672e61f11151b934d7a1ba54802), 'block_panel'), 'toolbar' => array(object(__TwigTemplate_6792c672e61f11151b934d7a1ba54802), 'block_toolbar'), 'menu' => array(object(__TwigTemplate_6792c672e61f11151b934d7a1ba54802), 'block_menu')))
(vendor/twig/twig/src/Template.php:367)
at Twig\Template->display(array('token' => '4b65a7', 'profile' => object(Profile), 'collector' => object(CacheDataCollector), 'panel' => 'cache', 'page' => 'home', 'request' => object(Request), 'templates' => array('request' => '@WebProfiler/Collector/request.html.twig', 'time' => '@WebProfiler/Collector/time.html.twig', 'memory' => '@WebProfiler/Collector/memory.html.twig', 'validator' => '@WebProfiler/Collector/validator.html.twig', 'ajax' => '@WebProfiler/Collector/ajax.html.twig', 'form' => '@WebProfiler/Collector/form.html.twig', 'exception' => '@WebProfiler/Collector/exception.html.twig', 'logger' => '@WebProfiler/Collector/logger.html.twig', 'events' => '@WebProfiler/Collector/events.html.twig', 'router' => '@WebProfiler/Collector/router.html.twig', 'cache' => '@WebProfiler/Collector/cache.html.twig', 'translation' => '@WebProfiler/Collector/translation.html.twig', 'security' => '@Security/Collector/security.html.twig', 'twig' => '@WebProfiler/Collector/twig.html.twig', 'twig_component' => '@TwigComponent/Collector/twig_component.html.twig', 'db' => '@Doctrine/Collector/db.html.twig', 'swiftmailer' => '@Swiftmailer/Collector/swiftmailer.html.twig', 'dump' => '@Debug/Profiler/dump.html.twig', 'config' => '@WebProfiler/Collector/config.html.twig'), 'is_ajax' => false, 'profiler_markup_version' => 2, 'csp_script_nonce' => '45c725ca6cc72e749d3266a22c83cf1c', 'csp_style_nonce' => '10c78dd968b775d1d69fc7b1df139dcd', 'app' => object(AppVariable), 'sitename' => 'Taurus HR & Employment Law', 'siteurl' => 'https://taurushr.thetlb.dev', 'email_primary' => 'hello@taurushr.co.uk', 'email_logo' => 'https://thetlb.co.uk/img/tlb-logo.png', 'multilingual' => false, 'recaptcha_key' => '6LeQVWosAAAAAFbYHKk6wCg6iKgmUZ6x0VH68QSC', 'gtm_code' => 'UA-XXXXX-X', 'theme_colour' => '#000000'), array('body' => array(object(__TwigTemplate_3383bc62f5c3463b27d7cb54fa142f85), 'block_body'), 'summary' => array(object(__TwigTemplate_3383bc62f5c3463b27d7cb54fa142f85), 'block_summary'), 'panel' => array(object(__TwigTemplate_6792c672e61f11151b934d7a1ba54802), 'block_panel'), 'toolbar' => array(object(__TwigTemplate_6792c672e61f11151b934d7a1ba54802), 'block_toolbar'), 'menu' => array(object(__TwigTemplate_6792c672e61f11151b934d7a1ba54802), 'block_menu')))
(var/cache/dev/twig/61/61e6bfece73c1e0cfa4ffb7182e5670d.php:50)
at __TwigTemplate_3383bc62f5c3463b27d7cb54fa142f85->doDisplay(array('token' => '4b65a7', 'profile' => object(Profile), 'collector' => object(CacheDataCollector), 'panel' => 'cache', 'page' => 'home', 'request' => object(Request), 'templates' => array('request' => '@WebProfiler/Collector/request.html.twig', 'time' => '@WebProfiler/Collector/time.html.twig', 'memory' => '@WebProfiler/Collector/memory.html.twig', 'validator' => '@WebProfiler/Collector/validator.html.twig', 'ajax' => '@WebProfiler/Collector/ajax.html.twig', 'form' => '@WebProfiler/Collector/form.html.twig', 'exception' => '@WebProfiler/Collector/exception.html.twig', 'logger' => '@WebProfiler/Collector/logger.html.twig', 'events' => '@WebProfiler/Collector/events.html.twig', 'router' => '@WebProfiler/Collector/router.html.twig', 'cache' => '@WebProfiler/Collector/cache.html.twig', 'translation' => '@WebProfiler/Collector/translation.html.twig', 'security' => '@Security/Collector/security.html.twig', 'twig' => '@WebProfiler/Collector/twig.html.twig', 'twig_component' => '@TwigComponent/Collector/twig_component.html.twig', 'db' => '@Doctrine/Collector/db.html.twig', 'swiftmailer' => '@Swiftmailer/Collector/swiftmailer.html.twig', 'dump' => '@Debug/Profiler/dump.html.twig', 'config' => '@WebProfiler/Collector/config.html.twig'), 'is_ajax' => false, 'profiler_markup_version' => 2, 'csp_script_nonce' => '45c725ca6cc72e749d3266a22c83cf1c', 'csp_style_nonce' => '10c78dd968b775d1d69fc7b1df139dcd', 'app' => object(AppVariable), 'sitename' => 'Taurus HR & Employment Law', 'siteurl' => 'https://taurushr.thetlb.dev', 'email_primary' => 'hello@taurushr.co.uk', 'email_logo' => 'https://thetlb.co.uk/img/tlb-logo.png', 'multilingual' => false, 'recaptcha_key' => '6LeQVWosAAAAAFbYHKk6wCg6iKgmUZ6x0VH68QSC', 'gtm_code' => 'UA-XXXXX-X', 'theme_colour' => '#000000'), array('body' => array(object(__TwigTemplate_3383bc62f5c3463b27d7cb54fa142f85), 'block_body'), 'summary' => array(object(__TwigTemplate_3383bc62f5c3463b27d7cb54fa142f85), 'block_summary'), 'panel' => array(object(__TwigTemplate_6792c672e61f11151b934d7a1ba54802), 'block_panel'), 'toolbar' => array(object(__TwigTemplate_6792c672e61f11151b934d7a1ba54802), 'block_toolbar'), 'menu' => array(object(__TwigTemplate_6792c672e61f11151b934d7a1ba54802), 'block_menu')))
(vendor/twig/twig/src/Template.php:394)
at Twig\Template->displayWithErrorHandling(array('token' => '4b65a7', 'profile' => object(Profile), 'collector' => object(CacheDataCollector), 'panel' => 'cache', 'page' => 'home', 'request' => object(Request), 'templates' => array('request' => '@WebProfiler/Collector/request.html.twig', 'time' => '@WebProfiler/Collector/time.html.twig', 'memory' => '@WebProfiler/Collector/memory.html.twig', 'validator' => '@WebProfiler/Collector/validator.html.twig', 'ajax' => '@WebProfiler/Collector/ajax.html.twig', 'form' => '@WebProfiler/Collector/form.html.twig', 'exception' => '@WebProfiler/Collector/exception.html.twig', 'logger' => '@WebProfiler/Collector/logger.html.twig', 'events' => '@WebProfiler/Collector/events.html.twig', 'router' => '@WebProfiler/Collector/router.html.twig', 'cache' => '@WebProfiler/Collector/cache.html.twig', 'translation' => '@WebProfiler/Collector/translation.html.twig', 'security' => '@Security/Collector/security.html.twig', 'twig' => '@WebProfiler/Collector/twig.html.twig', 'twig_component' => '@TwigComponent/Collector/twig_component.html.twig', 'db' => '@Doctrine/Collector/db.html.twig', 'swiftmailer' => '@Swiftmailer/Collector/swiftmailer.html.twig', 'dump' => '@Debug/Profiler/dump.html.twig', 'config' => '@WebProfiler/Collector/config.html.twig'), 'is_ajax' => false, 'profiler_markup_version' => 2, 'csp_script_nonce' => '45c725ca6cc72e749d3266a22c83cf1c', 'csp_style_nonce' => '10c78dd968b775d1d69fc7b1df139dcd', 'app' => object(AppVariable), 'sitename' => 'Taurus HR & Employment Law', 'siteurl' => 'https://taurushr.thetlb.dev', 'email_primary' => 'hello@taurushr.co.uk', 'email_logo' => 'https://thetlb.co.uk/img/tlb-logo.png', 'multilingual' => false, 'recaptcha_key' => '6LeQVWosAAAAAFbYHKk6wCg6iKgmUZ6x0VH68QSC', 'gtm_code' => 'UA-XXXXX-X', 'theme_colour' => '#000000'), array('body' => array(object(__TwigTemplate_3383bc62f5c3463b27d7cb54fa142f85), 'block_body'), 'summary' => array(object(__TwigTemplate_3383bc62f5c3463b27d7cb54fa142f85), 'block_summary'), 'panel' => array(object(__TwigTemplate_6792c672e61f11151b934d7a1ba54802), 'block_panel'), 'toolbar' => array(object(__TwigTemplate_6792c672e61f11151b934d7a1ba54802), 'block_toolbar'), 'menu' => array(object(__TwigTemplate_6792c672e61f11151b934d7a1ba54802), 'block_menu')))
(vendor/twig/twig/src/Template.php:367)
at Twig\Template->display(array('token' => '4b65a7', 'profile' => object(Profile), 'collector' => object(CacheDataCollector), 'panel' => 'cache', 'page' => 'home', 'request' => object(Request), 'templates' => array('request' => '@WebProfiler/Collector/request.html.twig', 'time' => '@WebProfiler/Collector/time.html.twig', 'memory' => '@WebProfiler/Collector/memory.html.twig', 'validator' => '@WebProfiler/Collector/validator.html.twig', 'ajax' => '@WebProfiler/Collector/ajax.html.twig', 'form' => '@WebProfiler/Collector/form.html.twig', 'exception' => '@WebProfiler/Collector/exception.html.twig', 'logger' => '@WebProfiler/Collector/logger.html.twig', 'events' => '@WebProfiler/Collector/events.html.twig', 'router' => '@WebProfiler/Collector/router.html.twig', 'cache' => '@WebProfiler/Collector/cache.html.twig', 'translation' => '@WebProfiler/Collector/translation.html.twig', 'security' => '@Security/Collector/security.html.twig', 'twig' => '@WebProfiler/Collector/twig.html.twig', 'twig_component' => '@TwigComponent/Collector/twig_component.html.twig', 'db' => '@Doctrine/Collector/db.html.twig', 'swiftmailer' => '@Swiftmailer/Collector/swiftmailer.html.twig', 'dump' => '@Debug/Profiler/dump.html.twig', 'config' => '@WebProfiler/Collector/config.html.twig'), 'is_ajax' => false, 'profiler_markup_version' => 2, 'csp_script_nonce' => '45c725ca6cc72e749d3266a22c83cf1c', 'csp_style_nonce' => '10c78dd968b775d1d69fc7b1df139dcd', 'app' => object(AppVariable), 'sitename' => 'Taurus HR & Employment Law', 'siteurl' => 'https://taurushr.thetlb.dev', 'email_primary' => 'hello@taurushr.co.uk', 'email_logo' => 'https://thetlb.co.uk/img/tlb-logo.png', 'multilingual' => false, 'recaptcha_key' => '6LeQVWosAAAAAFbYHKk6wCg6iKgmUZ6x0VH68QSC', 'gtm_code' => 'UA-XXXXX-X', 'theme_colour' => '#000000'), array('toolbar' => array(object(__TwigTemplate_6792c672e61f11151b934d7a1ba54802), 'block_toolbar'), 'menu' => array(object(__TwigTemplate_6792c672e61f11151b934d7a1ba54802), 'block_menu'), 'panel' => array(object(__TwigTemplate_6792c672e61f11151b934d7a1ba54802), 'block_panel')))
(var/cache/dev/twig/e0/e0b9f512ab84c97cc2540d50ecd0b724.php:50)
at __TwigTemplate_6792c672e61f11151b934d7a1ba54802->doDisplay(array('token' => '4b65a7', 'profile' => object(Profile), 'collector' => object(CacheDataCollector), 'panel' => 'cache', 'page' => 'home', 'request' => object(Request), 'templates' => array('request' => '@WebProfiler/Collector/request.html.twig', 'time' => '@WebProfiler/Collector/time.html.twig', 'memory' => '@WebProfiler/Collector/memory.html.twig', 'validator' => '@WebProfiler/Collector/validator.html.twig', 'ajax' => '@WebProfiler/Collector/ajax.html.twig', 'form' => '@WebProfiler/Collector/form.html.twig', 'exception' => '@WebProfiler/Collector/exception.html.twig', 'logger' => '@WebProfiler/Collector/logger.html.twig', 'events' => '@WebProfiler/Collector/events.html.twig', 'router' => '@WebProfiler/Collector/router.html.twig', 'cache' => '@WebProfiler/Collector/cache.html.twig', 'translation' => '@WebProfiler/Collector/translation.html.twig', 'security' => '@Security/Collector/security.html.twig', 'twig' => '@WebProfiler/Collector/twig.html.twig', 'twig_component' => '@TwigComponent/Collector/twig_component.html.twig', 'db' => '@Doctrine/Collector/db.html.twig', 'swiftmailer' => '@Swiftmailer/Collector/swiftmailer.html.twig', 'dump' => '@Debug/Profiler/dump.html.twig', 'config' => '@WebProfiler/Collector/config.html.twig'), 'is_ajax' => false, 'profiler_markup_version' => 2, 'csp_script_nonce' => '45c725ca6cc72e749d3266a22c83cf1c', 'csp_style_nonce' => '10c78dd968b775d1d69fc7b1df139dcd', 'app' => object(AppVariable), 'sitename' => 'Taurus HR & Employment Law', 'siteurl' => 'https://taurushr.thetlb.dev', 'email_primary' => 'hello@taurushr.co.uk', 'email_logo' => 'https://thetlb.co.uk/img/tlb-logo.png', 'multilingual' => false, 'recaptcha_key' => '6LeQVWosAAAAAFbYHKk6wCg6iKgmUZ6x0VH68QSC', 'gtm_code' => 'UA-XXXXX-X', 'theme_colour' => '#000000'), array('toolbar' => array(object(__TwigTemplate_6792c672e61f11151b934d7a1ba54802), 'block_toolbar'), 'menu' => array(object(__TwigTemplate_6792c672e61f11151b934d7a1ba54802), 'block_menu'), 'panel' => array(object(__TwigTemplate_6792c672e61f11151b934d7a1ba54802), 'block_panel')))
(vendor/twig/twig/src/Template.php:394)
at Twig\Template->displayWithErrorHandling(array('token' => '4b65a7', 'profile' => object(Profile), 'collector' => object(CacheDataCollector), 'panel' => 'cache', 'page' => 'home', 'request' => object(Request), 'templates' => array('request' => '@WebProfiler/Collector/request.html.twig', 'time' => '@WebProfiler/Collector/time.html.twig', 'memory' => '@WebProfiler/Collector/memory.html.twig', 'validator' => '@WebProfiler/Collector/validator.html.twig', 'ajax' => '@WebProfiler/Collector/ajax.html.twig', 'form' => '@WebProfiler/Collector/form.html.twig', 'exception' => '@WebProfiler/Collector/exception.html.twig', 'logger' => '@WebProfiler/Collector/logger.html.twig', 'events' => '@WebProfiler/Collector/events.html.twig', 'router' => '@WebProfiler/Collector/router.html.twig', 'cache' => '@WebProfiler/Collector/cache.html.twig', 'translation' => '@WebProfiler/Collector/translation.html.twig', 'security' => '@Security/Collector/security.html.twig', 'twig' => '@WebProfiler/Collector/twig.html.twig', 'twig_component' => '@TwigComponent/Collector/twig_component.html.twig', 'db' => '@Doctrine/Collector/db.html.twig', 'swiftmailer' => '@Swiftmailer/Collector/swiftmailer.html.twig', 'dump' => '@Debug/Profiler/dump.html.twig', 'config' => '@WebProfiler/Collector/config.html.twig'), 'is_ajax' => false, 'profiler_markup_version' => 2, 'csp_script_nonce' => '45c725ca6cc72e749d3266a22c83cf1c', 'csp_style_nonce' => '10c78dd968b775d1d69fc7b1df139dcd', 'app' => object(AppVariable), 'sitename' => 'Taurus HR & Employment Law', 'siteurl' => 'https://taurushr.thetlb.dev', 'email_primary' => 'hello@taurushr.co.uk', 'email_logo' => 'https://thetlb.co.uk/img/tlb-logo.png', 'multilingual' => false, 'recaptcha_key' => '6LeQVWosAAAAAFbYHKk6wCg6iKgmUZ6x0VH68QSC', 'gtm_code' => 'UA-XXXXX-X', 'theme_colour' => '#000000'), array('toolbar' => array(object(__TwigTemplate_6792c672e61f11151b934d7a1ba54802), 'block_toolbar'), 'menu' => array(object(__TwigTemplate_6792c672e61f11151b934d7a1ba54802), 'block_menu'), 'panel' => array(object(__TwigTemplate_6792c672e61f11151b934d7a1ba54802), 'block_panel')))
(vendor/twig/twig/src/Template.php:367)
at Twig\Template->display(array('token' => '4b65a7', 'profile' => object(Profile), 'collector' => object(CacheDataCollector), 'panel' => 'cache', 'page' => 'home', 'request' => object(Request), 'templates' => array('request' => '@WebProfiler/Collector/request.html.twig', 'time' => '@WebProfiler/Collector/time.html.twig', 'memory' => '@WebProfiler/Collector/memory.html.twig', 'validator' => '@WebProfiler/Collector/validator.html.twig', 'ajax' => '@WebProfiler/Collector/ajax.html.twig', 'form' => '@WebProfiler/Collector/form.html.twig', 'exception' => '@WebProfiler/Collector/exception.html.twig', 'logger' => '@WebProfiler/Collector/logger.html.twig', 'events' => '@WebProfiler/Collector/events.html.twig', 'router' => '@WebProfiler/Collector/router.html.twig', 'cache' => '@WebProfiler/Collector/cache.html.twig', 'translation' => '@WebProfiler/Collector/translation.html.twig', 'security' => '@Security/Collector/security.html.twig', 'twig' => '@WebProfiler/Collector/twig.html.twig', 'twig_component' => '@TwigComponent/Collector/twig_component.html.twig', 'db' => '@Doctrine/Collector/db.html.twig', 'swiftmailer' => '@Swiftmailer/Collector/swiftmailer.html.twig', 'dump' => '@Debug/Profiler/dump.html.twig', 'config' => '@WebProfiler/Collector/config.html.twig'), 'is_ajax' => false, 'profiler_markup_version' => 2, 'csp_script_nonce' => '45c725ca6cc72e749d3266a22c83cf1c', 'csp_style_nonce' => '10c78dd968b775d1d69fc7b1df139dcd'))
(vendor/twig/twig/src/Template.php:379)
at Twig\Template->render(array('token' => '4b65a7', 'profile' => object(Profile), 'collector' => object(CacheDataCollector), 'panel' => 'cache', 'page' => 'home', 'request' => object(Request), 'templates' => array('request' => '@WebProfiler/Collector/request.html.twig', 'time' => '@WebProfiler/Collector/time.html.twig', 'memory' => '@WebProfiler/Collector/memory.html.twig', 'validator' => '@WebProfiler/Collector/validator.html.twig', 'ajax' => '@WebProfiler/Collector/ajax.html.twig', 'form' => '@WebProfiler/Collector/form.html.twig', 'exception' => '@WebProfiler/Collector/exception.html.twig', 'logger' => '@WebProfiler/Collector/logger.html.twig', 'events' => '@WebProfiler/Collector/events.html.twig', 'router' => '@WebProfiler/Collector/router.html.twig', 'cache' => '@WebProfiler/Collector/cache.html.twig', 'translation' => '@WebProfiler/Collector/translation.html.twig', 'security' => '@Security/Collector/security.html.twig', 'twig' => '@WebProfiler/Collector/twig.html.twig', 'twig_component' => '@TwigComponent/Collector/twig_component.html.twig', 'db' => '@Doctrine/Collector/db.html.twig', 'swiftmailer' => '@Swiftmailer/Collector/swiftmailer.html.twig', 'dump' => '@Debug/Profiler/dump.html.twig', 'config' => '@WebProfiler/Collector/config.html.twig'), 'is_ajax' => false, 'profiler_markup_version' => 2, 'csp_script_nonce' => '45c725ca6cc72e749d3266a22c83cf1c', 'csp_style_nonce' => '10c78dd968b775d1d69fc7b1df139dcd'))
(vendor/twig/twig/src/TemplateWrapper.php:38)
at Twig\TemplateWrapper->render(array('token' => '4b65a7', 'profile' => object(Profile), 'collector' => object(CacheDataCollector), 'panel' => 'cache', 'page' => 'home', 'request' => object(Request), 'templates' => array('request' => '@WebProfiler/Collector/request.html.twig', 'time' => '@WebProfiler/Collector/time.html.twig', 'memory' => '@WebProfiler/Collector/memory.html.twig', 'validator' => '@WebProfiler/Collector/validator.html.twig', 'ajax' => '@WebProfiler/Collector/ajax.html.twig', 'form' => '@WebProfiler/Collector/form.html.twig', 'exception' => '@WebProfiler/Collector/exception.html.twig', 'logger' => '@WebProfiler/Collector/logger.html.twig', 'events' => '@WebProfiler/Collector/events.html.twig', 'router' => '@WebProfiler/Collector/router.html.twig', 'cache' => '@WebProfiler/Collector/cache.html.twig', 'translation' => '@WebProfiler/Collector/translation.html.twig', 'security' => '@Security/Collector/security.html.twig', 'twig' => '@WebProfiler/Collector/twig.html.twig', 'twig_component' => '@TwigComponent/Collector/twig_component.html.twig', 'db' => '@Doctrine/Collector/db.html.twig', 'swiftmailer' => '@Swiftmailer/Collector/swiftmailer.html.twig', 'dump' => '@Debug/Profiler/dump.html.twig', 'config' => '@WebProfiler/Collector/config.html.twig'), 'is_ajax' => false, 'profiler_markup_version' => 2, 'csp_script_nonce' => '45c725ca6cc72e749d3266a22c83cf1c', 'csp_style_nonce' => '10c78dd968b775d1d69fc7b1df139dcd'))
(vendor/twig/twig/src/Environment.php:280)
at Twig\Environment->render('@WebProfiler/Collector/cache.html.twig', array('token' => '4b65a7', 'profile' => object(Profile), 'collector' => object(CacheDataCollector), 'panel' => 'cache', 'page' => 'home', 'request' => object(Request), 'templates' => array('request' => '@WebProfiler/Collector/request.html.twig', 'time' => '@WebProfiler/Collector/time.html.twig', 'memory' => '@WebProfiler/Collector/memory.html.twig', 'validator' => '@WebProfiler/Collector/validator.html.twig', 'ajax' => '@WebProfiler/Collector/ajax.html.twig', 'form' => '@WebProfiler/Collector/form.html.twig', 'exception' => '@WebProfiler/Collector/exception.html.twig', 'logger' => '@WebProfiler/Collector/logger.html.twig', 'events' => '@WebProfiler/Collector/events.html.twig', 'router' => '@WebProfiler/Collector/router.html.twig', 'cache' => '@WebProfiler/Collector/cache.html.twig', 'translation' => '@WebProfiler/Collector/translation.html.twig', 'security' => '@Security/Collector/security.html.twig', 'twig' => '@WebProfiler/Collector/twig.html.twig', 'twig_component' => '@TwigComponent/Collector/twig_component.html.twig', 'db' => '@Doctrine/Collector/db.html.twig', 'swiftmailer' => '@Swiftmailer/Collector/swiftmailer.html.twig', 'dump' => '@Debug/Profiler/dump.html.twig', 'config' => '@WebProfiler/Collector/config.html.twig'), 'is_ajax' => false, 'profiler_markup_version' => 2, 'csp_script_nonce' => '45c725ca6cc72e749d3266a22c83cf1c', 'csp_style_nonce' => '10c78dd968b775d1d69fc7b1df139dcd'))
(vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:387)
at Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController->renderWithCspNonces(object(Request), '@WebProfiler/Collector/cache.html.twig', array('token' => '4b65a7', 'profile' => object(Profile), 'collector' => object(CacheDataCollector), 'panel' => 'cache', 'page' => 'home', 'request' => object(Request), 'templates' => array('request' => '@WebProfiler/Collector/request.html.twig', 'time' => '@WebProfiler/Collector/time.html.twig', 'memory' => '@WebProfiler/Collector/memory.html.twig', 'validator' => '@WebProfiler/Collector/validator.html.twig', 'ajax' => '@WebProfiler/Collector/ajax.html.twig', 'form' => '@WebProfiler/Collector/form.html.twig', 'exception' => '@WebProfiler/Collector/exception.html.twig', 'logger' => '@WebProfiler/Collector/logger.html.twig', 'events' => '@WebProfiler/Collector/events.html.twig', 'router' => '@WebProfiler/Collector/router.html.twig', 'cache' => '@WebProfiler/Collector/cache.html.twig', 'translation' => '@WebProfiler/Collector/translation.html.twig', 'security' => '@Security/Collector/security.html.twig', 'twig' => '@WebProfiler/Collector/twig.html.twig', 'twig_component' => '@TwigComponent/Collector/twig_component.html.twig', 'db' => '@Doctrine/Collector/db.html.twig', 'swiftmailer' => '@Swiftmailer/Collector/swiftmailer.html.twig', 'dump' => '@Debug/Profiler/dump.html.twig', 'config' => '@WebProfiler/Collector/config.html.twig'), 'is_ajax' => false, 'profiler_markup_version' => 2, 'csp_script_nonce' => '45c725ca6cc72e749d3266a22c83cf1c', 'csp_style_nonce' => '10c78dd968b775d1d69fc7b1df139dcd'))
(vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:109)
at Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController->panelAction(object(Request), '4b65a7')
(vendor/symfony/http-kernel/HttpKernel.php:163)
at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
(vendor/symfony/http-kernel/HttpKernel.php:75)
at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
(vendor/symfony/http-kernel/Kernel.php:202)
at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
(vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35)
at Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run()
(vendor/autoload_runtime.php:35)
at require_once('/var/www/html/t/taurushr/vendor/autoload_runtime.php')
(public/index.php:5)
|