Symfony Exception

RuntimeError

HTTP 500 Internal Server Error

Impossible to access an attribute ("nazwa") on a null variable.

Exception

Twig\Error\ RuntimeError

  1.     <div class="container wholeprod">
  2.     <div class="row">
  3.         <div class="col">
  4.             <h2>{{produkt.nazwa}}</h2>
  5.         </div>
  6.     </div>
  7.         <div class="row">
  1. \t<div class=\"container wholeprod\">
  2. \t<div class=\"row\">
  3. \t\t<div class=\"col\">
  4. \t\t\t<h2>";
  5.         // line 8
  6.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["produkt"]) || array_key_exists("produkt"$context) ? $context["produkt"] : (function () { throw new RuntimeError('Variable "produkt" does not exist.'8$this->source); })()), "nazwa", [], "any"falsefalsefalse8), "html"nulltrue);
  7.         echo "</h2>
  8. \t\t</div>
  9. \t</div>
  10. \t\t<div class=\"row\">
in vendor/twig/twig/src/Template.php -> block_content (line 171)
  1.             throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2.         }
  3.         if (null !== $template) {
  4.             try {
  5.                 $template->$block($context$blocks);
  6.             } catch (Error $e) {
  7.                 if (!$e->getSourceContext()) {
  8.                     $e->setSourceContext($template->getSourceContext());
  9.                 }
  1.         echo "
  2. \t\t<main>
  3. \t\t\t";
  4.         // line 127
  5.         $this->displayBlock('content'$context$blocks);
  6.         // line 128
  7.         echo "\t\t</main>
  8. \t\t<footer>
  9. \t\t\t";
in vendor/twig/twig/src/Template.php -> doDisplay (line 394)
  1.     }
  2.     protected function displayWithErrorHandling(array $context, array $blocks = [])
  3.     {
  4.         try {
  5.             $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
in vendor/twig/twig/src/Template.php -> displayWithErrorHandling (line 367)
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = [])
  4.     {
  5.         $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks$blocks));
  6.     }
  7.     public function render(array $context)
  8.     {
  9.         $level ob_get_level();
  1.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""kategories/product.html.twig"));
  3.         $this->parent $this->loadTemplate("base.html.twig""kategories/product.html.twig"1);
  4.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  5.         
  6.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  7.         
  8.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 394)
  1.     }
  2.     protected function displayWithErrorHandling(array $context, array $blocks = [])
  3.     {
  4.         try {
  5.             $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
in vendor/twig/twig/src/Template.php -> displayWithErrorHandling (line 367)
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = [])
  4.     {
  5.         $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks$blocks));
  6.     }
  7.     public function render(array $context)
  8.     {
  9.         $level ob_get_level();
in vendor/twig/twig/src/Template.php -> display (line 379)
  1.             ob_start();
  2.         } else {
  3.             ob_start(function () { return ''; });
  4.         }
  5.         try {
  6.             $this->display($context);
  7.         } catch (\Throwable $e) {
  8.             while (ob_get_level() > $level) {
  9.                 ob_end_clean();
  10.             }
  1.     public function render(array $context = []): string
  2.     {
  3.         // using func_get_args() allows to not expose the blocks argument
  4.         // as it should only be used by internal code
  5.         return $this->template->render($context\func_get_args()[1] ?? []);
  6.     }
  7.     public function display(array $context = [])
  8.     {
  9.         // using func_get_args() allows to not expose the blocks argument
  1.      * @throws SyntaxError  When an error occurred during compilation
  2.      * @throws RuntimeError When an error occurred during rendering
  3.      */
  4.     public function render($name, array $context = []): string
  5.     {
  6.         return $this->load($name)->render($context);
  7.     }
  8.     /**
  9.      * Displays a template.
  10.      *
Environment->render() in src/Controller/Website/KategoriesController.php (line 185)
  1.         $response = new Response($twig->render(
  2.             'kategories/product.html.twig',
  3.             $resolver->resolve([
  4.                 //'kategoria' => $selectedKategoria,
  5.                 'produkt' => $product,
  6.             ])
  7.         ));
in vendor/symfony/http-kernel/HttpKernel.php -> showProduct (line 152)
  1.         $this->dispatcher->dispatch($eventKernelEvents::CONTROLLER_ARGUMENTS);
  2.         $controller $event->getController();
  3.         $arguments $event->getArguments();
  4.         // call controller
  5.         $response $controller(...$arguments);
  6.         // view
  7.         if (!$response instanceof Response) {
  8.             $event = new ViewEvent($this$request$type$response);
  9.             $this->dispatcher->dispatch($eventKernelEvents::VIEW);
  1.     public function handle(Request $requestint $type HttpKernelInterface::MAIN_REQUESTbool $catch true)
  2.     {
  3.         $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  4.         try {
  5.             return $this->handleRaw($request$type);
  6.         } catch (\Exception $e) {
  7.             if ($e instanceof RequestExceptionInterface) {
  8.                 $e = new BadRequestHttpException($e->getMessage(), $e);
  9.             }
  10.             if (false === $catch) {
  1.         $this->boot();
  2.         ++$this->requestStackSize;
  3.         $this->resetServices true;
  4.         try {
  5.             return $this->getHttpKernel()->handle($request$type$catch);
  6.         } finally {
  7.             --$this->requestStackSize;
  8.         }
  9.     }
Kernel->handle() in public/index.php (line 66)
  1. // When using the HttpCache, you need to call the method in your front controller
  2. // instead of relying on the configuration parameter
  3. // https://symfony.com/doc/3.4/reference/configuration/framework.html#http-method-override
  4. Request::enableHttpMethodParameterOverride();
  5. $request Request::createFromGlobals();
  6. $response $kernel->handle($request);
  7. $response->send();
  8. $kernel->terminate($request$response);

Logs 1

Level Channel Message
INFO 04:06:08 deprecation User Deprecated: Method "Symfony\Component\HttpKernel\KernelInterface::registerBundles()" might add "iterable" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\HttpKernel\SuluKernel" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "Symfony\Component\HttpKernel\Kernel::getContainerClass()" might add "string" as a native return type declaration in the future. Do the same in child class "Sulu\Component\HttpKernel\SuluKernel" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "Symfony\Component\HttpKernel\KernelInterface::getCacheDir()" might add "string" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\HttpKernel\SuluKernel" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "Symfony\Component\HttpKernel\KernelInterface::getLogDir()" might add "string" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\HttpKernel\SuluKernel" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "Symfony\Component\HttpKernel\Kernel::getKernelParameters()" might add "array" as a native return type declaration in the future. Do the same in child class "Sulu\Component\HttpKernel\SuluKernel" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "FOS\HttpCache\SymfonyCache\HttpCacheProvider::getHttpCache()" might add "?HttpKernelInterface" as a native return type declaration in the future. Do the same in implementation "App\Kernel" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\WorkspaceInterface::getSession()" might add "SessionInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\Workspace" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\WorkspaceInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "Jackalope\Workspace" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\WorkspaceInterface::getLockManager()" might add "LockManagerInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\Workspace" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\WorkspaceInterface::getQueryManager()" might add "QueryManagerInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\Workspace" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\WorkspaceInterface::getTransactionManager()" might add "UserTransactionInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\Workspace" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\WorkspaceInterface::getNamespaceRegistry()" might add "NamespaceRegistryInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\Workspace" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\WorkspaceInterface::getNodeTypeManager()" might add "NodeTypeManagerInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\Workspace" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\WorkspaceInterface::getObservationManager()" might add "ObservationManagerInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\Workspace" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\WorkspaceInterface::getRepositoryManager()" might add "RepositoryManagerInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\Workspace" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\WorkspaceInterface::getVersionManager()" might add "VersionManagerInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\Workspace" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\WorkspaceInterface::getAccessibleWorkspaceNames()" might add "array" as a native return type declaration in the future. Do the same in implementation "Jackalope\Workspace" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\NamespaceRegistryInterface::getPrefixes()" might add "array" as a native return type declaration in the future. Do the same in implementation "Jackalope\NamespaceRegistry" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\NamespaceRegistryInterface::getURIs()" might add "array" as a native return type declaration in the future. Do the same in implementation "Jackalope\NamespaceRegistry" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\NamespaceRegistryInterface::getURI()" might add "string" as a native return type declaration in the future. Do the same in implementation "Jackalope\NamespaceRegistry" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\NamespaceRegistryInterface::getPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "Jackalope\NamespaceRegistry" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\NamespaceRegistryInterface::getNamespaces()" might add "array" as a native return type declaration in the future. Do the same in implementation "Jackalope\NamespaceRegistry" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\NodeType\NodeTypeManagerInterface::getNodeType()" might add "NodeTypeInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\NodeType\NodeTypeManager" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\NodeType\NodeTypeManagerInterface::hasNodeType()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Jackalope\NodeType\NodeTypeManager" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\NodeType\NodeTypeManagerInterface::getAllNodeTypes()" might add "Iterator" as a native return type declaration in the future. Do the same in implementation "Jackalope\NodeType\NodeTypeManager" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\NodeType\NodeTypeManagerInterface::getPrimaryNodeTypes()" might add "Iterator" as a native return type declaration in the future. Do the same in implementation "Jackalope\NodeType\NodeTypeManager" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\NodeType\NodeTypeManagerInterface::getMixinNodeTypes()" might add "Iterator" as a native return type declaration in the future. Do the same in implementation "Jackalope\NodeType\NodeTypeManager" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\NodeType\NodeTypeManagerInterface::createNodeTypeTemplate()" might add "NodeTypeTemplateInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\NodeType\NodeTypeManager" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\NodeType\NodeTypeManagerInterface::createNodeDefinitionTemplate()" might add "NodeDefinitionTemplateInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\NodeType\NodeTypeManager" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\NodeType\NodeTypeManagerInterface::createPropertyDefinitionTemplate()" might add "PropertyDefinitionTemplateInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\NodeType\NodeTypeManager" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\NodeType\NodeTypeManagerInterface::registerNodeType()" might add "NodeTypeInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\NodeType\NodeTypeManager" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\NodeType\NodeTypeManagerInterface::registerNodeTypes()" might add "Iterator" as a native return type declaration in the future. Do the same in implementation "Jackalope\NodeType\NodeTypeManager" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\NodeType\NodeTypeManagerInterface::registerNodeTypesCnd()" might add "Iterator" as a native return type declaration in the future. Do the same in implementation "Jackalope\NodeType\NodeTypeManager" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\Transaction\UserTransactionInterface::inTransaction()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Jackalope\Transaction\UserTransaction" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation 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 04:06:08 deprecation User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\MessageDigestPasswordEncoder" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\MessageDigestPasswordHasher" instead.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\BasePasswordEncoder" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\CheckPasswordLengthTrait" instead.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\PasswordEncoderInterface" class is deprecated, use "Symfony\Component\PasswordHasher\PasswordHasherInterface" instead.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "Symfony\Component\Security\Core\User\EquatableInterface::isEqualTo()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\SecurityBundle\Entity\User" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "Symfony\Component\Security\Core\User\UserInterface::getRoles()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\SecurityBundle\Entity\User" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\Query\QueryManagerInterface::createQuery()" might add "QueryInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QueryManager" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\Query\QueryManagerInterface::getQOMFactory()" might add "QueryObjectModelFactoryInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QueryManager" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\Query\QueryManagerInterface::getQuery()" might add "QueryInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QueryManager" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\Query\QueryManagerInterface::getSupportedQueryLanguages()" might add "array" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QueryManager" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\Query\QOM\QueryObjectModelFactoryInterface::createQuery()" might add "QueryObjectModelInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QOM\QueryObjectModelFactory" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\Query\QOM\QueryObjectModelFactoryInterface::selector()" might add "SelectorInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QOM\QueryObjectModelFactory" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\Query\QOM\QueryObjectModelFactoryInterface::join()" might add "JoinInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QOM\QueryObjectModelFactory" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\Query\QOM\QueryObjectModelFactoryInterface::equiJoinCondition()" might add "EquiJoinConditionInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QOM\QueryObjectModelFactory" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\Query\QOM\QueryObjectModelFactoryInterface::sameNodeJoinCondition()" might add "SameNodeJoinConditionInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QOM\QueryObjectModelFactory" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\Query\QOM\QueryObjectModelFactoryInterface::childNodeJoinCondition()" might add "ChildNodeJoinConditionInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QOM\QueryObjectModelFactory" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\Query\QOM\QueryObjectModelFactoryInterface::descendantNodeJoinCondition()" might add "DescendantNodeJoinConditionInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QOM\QueryObjectModelFactory" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\Query\QOM\QueryObjectModelFactoryInterface::andConstraint()" might add "AndInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QOM\QueryObjectModelFactory" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\Query\QOM\QueryObjectModelFactoryInterface::orConstraint()" might add "OrInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QOM\QueryObjectModelFactory" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\Query\QOM\QueryObjectModelFactoryInterface::notConstraint()" might add "NotInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QOM\QueryObjectModelFactory" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\Query\QOM\QueryObjectModelFactoryInterface::comparison()" might add "ComparisonInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QOM\QueryObjectModelFactory" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\Query\QOM\QueryObjectModelFactoryInterface::propertyExistence()" might add "PropertyExistenceInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QOM\QueryObjectModelFactory" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\Query\QOM\QueryObjectModelFactoryInterface::fullTextSearch()" might add "FullTextSearchInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QOM\QueryObjectModelFactory" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\Query\QOM\QueryObjectModelFactoryInterface::sameNode()" might add "SameNodeInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QOM\QueryObjectModelFactory" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\Query\QOM\QueryObjectModelFactoryInterface::childNode()" might add "ChildNodeInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QOM\QueryObjectModelFactory" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\Query\QOM\QueryObjectModelFactoryInterface::descendantNode()" might add "DescendantNodeInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QOM\QueryObjectModelFactory" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\Query\QOM\QueryObjectModelFactoryInterface::propertyValue()" might add "PropertyValueInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QOM\QueryObjectModelFactory" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\Query\QOM\QueryObjectModelFactoryInterface::length()" might add "LengthInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QOM\QueryObjectModelFactory" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\Query\QOM\QueryObjectModelFactoryInterface::nodeName()" might add "NodeNameInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QOM\QueryObjectModelFactory" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\Query\QOM\QueryObjectModelFactoryInterface::nodeLocalName()" might add "NodeLocalNameInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QOM\QueryObjectModelFactory" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\Query\QOM\QueryObjectModelFactoryInterface::fullTextSearchScore()" might add "FullTextSearchScoreInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QOM\QueryObjectModelFactory" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\Query\QOM\QueryObjectModelFactoryInterface::lowerCase()" might add "LowerCaseInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QOM\QueryObjectModelFactory" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\Query\QOM\QueryObjectModelFactoryInterface::upperCase()" might add "UpperCaseInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QOM\QueryObjectModelFactory" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\Query\QOM\QueryObjectModelFactoryInterface::bindVariable()" might add "BindVariableValueInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QOM\QueryObjectModelFactory" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\Query\QOM\QueryObjectModelFactoryInterface::literal()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QOM\QueryObjectModelFactory" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\Query\QOM\QueryObjectModelFactoryInterface::ascending()" might add "OrderingInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QOM\QueryObjectModelFactory" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\Query\QOM\QueryObjectModelFactoryInterface::descending()" might add "OrderingInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QOM\QueryObjectModelFactory" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\Query\QOM\QueryObjectModelFactoryInterface::column()" might add "ColumnInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QOM\QueryObjectModelFactory" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticleNodeType" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::getDeclaredSupertypeNames()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticleNodeType" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::isAbstract()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticleNodeType" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::isMixin()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticleNodeType" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::hasOrderableChildNodes()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticleNodeType" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::isQueryable()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticleNodeType" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::getPrimaryItemName()" might add "string" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticleNodeType" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::getDeclaredPropertyDefinitions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticleNodeType" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::getDeclaredChildNodeDefinitions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticleNodeType" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\NodeType\ItemDefinitionInterface::getDeclaringNodeType()" might add "NodeTypeInterface" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeDefinition" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\NodeType\ItemDefinitionInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeDefinition" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\NodeType\ItemDefinitionInterface::isAutoCreated()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeDefinition" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\NodeType\ItemDefinitionInterface::isMandatory()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeDefinition" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\NodeType\ItemDefinitionInterface::getOnParentVersion()" might add "int" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeDefinition" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\NodeType\ItemDefinitionInterface::isProtected()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeDefinition" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\NodeType\NodeDefinitionInterface::getRequiredPrimaryTypes()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeDefinition" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\NodeType\NodeDefinitionInterface::getRequiredPrimaryTypeNames()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeDefinition" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\NodeType\NodeDefinitionInterface::getDefaultPrimaryType()" might add "NodeTypeInterface" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeDefinition" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\NodeType\NodeDefinitionInterface::getDefaultPrimaryTypeName()" might add "string" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeDefinition" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\NodeType\NodeDefinitionInterface::allowsSameNameSiblings()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeDefinition" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeType" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::getDeclaredSupertypeNames()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeType" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::isAbstract()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeType" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::isMixin()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeType" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::hasOrderableChildNodes()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeType" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::isQueryable()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeType" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::getPrimaryItemName()" might add "string" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeType" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::getDeclaredPropertyDefinitions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeType" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::getDeclaredChildNodeDefinitions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Initializer\ArticlePageNodeType" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "JMS\Serializer\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Serializer\ArticlePageSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "JMS\Serializer\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Serializer\ArticleSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "JMS\Serializer\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Serializer\WebsiteArticleUrlsSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "JsonSerializable::jsonSerialize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Compat\Structure\StructureBridge" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Subscriber\ArticlePageSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Subscriber\ArticleSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Subscriber\DateShardingSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Subscriber\PageSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Bundle\ArticleBundle\Document\Subscriber\WebspaceSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Since symfony/event-dispatcher 5.1: Symfony\Component\EventDispatcher\LegacyEventDispatcherProxy is deprecated, use the event dispatcher without the proxy.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "JsonSerializable::jsonSerialize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Compat\Property" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Since symfony/security-bundle 5.3: The "sulu_security.encoder_factory" service is deprecated, use "security.password_hasher_factory" instead.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactory" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory" instead.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface" instead.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "IteratorAggregate::getIterator()" might add "\Traversable" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Webspace\Manager\WebspaceCollection" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "JsonSerializable::jsonSerialize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Localization\Localization" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: The "Sulu\Component\Webspace\Portal::getXDefaultLocalization" method is deprecated on "Sulu\Component\Webspace\Portal" use "getDefaultLocalization" instead.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: The "Sulu\Component\Webspace\Portal::setXDefaultLocalization" method is deprecated on "Sulu\Component\Webspace\Portal" use "setDefaultLocalization" instead.
{
    "exception": {}
}
INFO 04:06:08 request Matched route "produkt".
{
    "route": "produkt",
    "route_parameters": {
        "_route": "produkt",
        "_controller": "App\\Controller\\Website\\KategoriesController::showProduct",
        "id": "2",
        "slug": "N208-K0001-LF935-H8-55-ZC03-800"
    },
    "request_uri": "https://cora.pl/kategories/2/produkty/N208-K0001-LF935-H8-55-ZC03-800",
    "method": "GET"
}
INFO 04:06:08 deprecation User Deprecated: Since symfony/http-kernel 5.3: "Symfony\Component\HttpKernel\Event\KernelEvent::isMasterRequest()" is deprecated, use "isMainRequest()" instead.
{
    "exception": {}
}
DEBUG 04:06:08 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 04:06:08 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 04:06:08 event Notified event "kernel.request" to listener "FOS\RestBundle\EventListener\ZoneMatcherListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "FOS\\RestBundle\\EventListener\\ZoneMatcherListener::onKernelRequest"
}
DEBUG 04:06:08 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 04:06:08 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 04:06:08 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\FragmentListener::onKernelRequest"
}
DEBUG 04:06:08 event Notified event "kernel.request" to listener "Sulu\Bundle\WebsiteBundle\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Sulu\\Bundle\\WebsiteBundle\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 04:06:08 event Notified event "kernel.request" to listener "Sulu\Bundle\WebsiteBundle\Routing\RequestListener::onRequest".
{
    "event": "kernel.request",
    "listener": "Sulu\\Bundle\\WebsiteBundle\\Routing\\RequestListener::onRequest"
}
DEBUG 04:06:08 event Notified event "kernel.request" to listener "Sulu\Bundle\SecurityBundle\EventListener\SystemListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Sulu\\Bundle\\SecurityBundle\\EventListener\\SystemListener::onKernelRequest"
}
DEBUG 04:06:08 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 04:06:08 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 04:06:08 event Notified event "kernel.request" to listener "Sulu\Bundle\WebsiteBundle\EventListener\TranslatorListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Sulu\\Bundle\\WebsiteBundle\\EventListener\\TranslatorListener::onKernelRequest"
}
DEBUG 04:06:08 event Notified event "kernel.request" to listener "FOS\RestBundle\EventListener\BodyListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "FOS\\RestBundle\\EventListener\\BodyListener::onKernelRequest"
}
DEBUG 04:06:08 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 04:06:08 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 04:06:08 event Notified event "kernel.request" to listener "Sulu\Bundle\ThemeBundle\EventListener\SetThemeEventListener::setActiveThemeOnRequest".
{
    "event": "kernel.request",
    "listener": "Sulu\\Bundle\\ThemeBundle\\EventListener\\SetThemeEventListener::setActiveThemeOnRequest"
}
DEBUG 04:06:08 event Notified event "kernel.request" to listener "Sulu\Bundle\FormBundle\Event\RequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Sulu\\Bundle\\FormBundle\\Event\\RequestListener::onKernelRequest"
}
DEBUG 04:06:08 event Notified event "kernel.request" to listener "FOS\HttpCacheBundle\EventListener\Php8AttributesListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "FOS\\HttpCacheBundle\\EventListener\\Php8AttributesListener::onKernelRequest"
}
DEBUG 04:06:08 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 04:06:08 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 04:06:08 event Notified event "kernel.controller" to listener "Sulu\Bundle\SecurityBundle\EventListener\SuluSecurityListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sulu\\Bundle\\SecurityBundle\\EventListener\\SuluSecurityListener::onKernelController"
}
DEBUG 04:06:08 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 04:06:08 doctrine Connecting with parameters {params}
{
    "params": {
        "url": "<redacted>",
        "driver": "pdo_mysql",
        "host": "localhost",
        "port": 3306,
        "user": "cra_coradev_sulu",
        "password": "<redacted>",
        "driverOptions": [],
        "defaultTableOptions": {
            "collation": "utf8mb4_unicode_ci"
        },
        "dbname": "cra_coradev_sulu",
        "serverVersion": "mariadb-10.5.8",
        "charset": "utf8mb4"
    }
}
DEBUG 04:06:08 doctrine Executing statement: SELECT t0.id AS id_1, t0.kod AS kod_2, t0.nazwa AS nazwa_3, t0.dodatkowa_nazwa AS dodatkowa_nazwa_4, t0.cena_katalog_netto AS cena_katalog_netto_5, t0.cena_katalog_eur AS cena_katalog_eur_6, t0.ean AS ean_7, t0.kraj_pochodzenia AS kraj_pochodzenia_8, t0.slug AS slug_9, t0.main AS main_10, t0.moc_led_chip AS moc_led_chip_11, t0.moc_oprawy AS moc_oprawy_12, t0.lumen_led_chip AS lumen_led_chip_13, t0.lmw_zoprawy AS lmw_zoprawy_14, t0.klasa_efektywnosci AS klasa_efektywnosci_15, t0.l90b10 AS l90b10_16, t0.lumen_oprawa AS lumen_oprawa_17, t0.image_url AS image_url_18, t0.description AS description_19, t0.visibility AS visibility_20, t0.led AS led_21, t0.options AS options_22, t0.cover AS cover_23, t0.mcadam AS mcadam_24, t0.operating_voltage AS operating_voltage_25, t0.plik_fotometryczny AS plik_fotometryczny_26, t0.tech_image AS tech_image_27, t0.options_en AS options_en_28, t0.opis_pl AS opis_pl_29, t0.opis_en AS opis_en_30, t0.sterowanie_id AS sterowanie_id_31, t0.model_oprawy_id AS model_oprawy_id_32, t0.destiny_id AS destiny_id_33, t0.dioda_id AS dioda_id_34, t0.kolor_id AS kolor_id_35, t0.holder_id AS holder_id_36, t0.odblysnik_id AS odblysnik_id_37, t0.led_driver_id AS led_driver_id_38, t0.przeslona_id AS przeslona_id_39, t0.image_id AS image_id_40 FROM produkt t0 WHERE t0.slug = ? LIMIT 1 (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.kod AS kod_2, t0.nazwa AS nazwa_3, t0.dodatkowa_nazwa AS dodatkowa_nazwa_4, t0.cena_katalog_netto AS cena_katalog_netto_5, t0.cena_katalog_eur AS cena_katalog_eur_6, t0.ean AS ean_7, t0.kraj_pochodzenia AS kraj_pochodzenia_8, t0.slug AS slug_9, t0.main AS main_10, t0.moc_led_chip AS moc_led_chip_11, t0.moc_oprawy AS moc_oprawy_12, t0.lumen_led_chip AS lumen_led_chip_13, t0.lmw_zoprawy AS lmw_zoprawy_14, t0.klasa_efektywnosci AS klasa_efektywnosci_15, t0.l90b10 AS l90b10_16, t0.lumen_oprawa AS lumen_oprawa_17, t0.image_url AS image_url_18, t0.description AS description_19, t0.visibility AS visibility_20, t0.led AS led_21, t0.options AS options_22, t0.cover AS cover_23, t0.mcadam AS mcadam_24, t0.operating_voltage AS operating_voltage_25, t0.plik_fotometryczny AS plik_fotometryczny_26, t0.tech_image AS tech_image_27, t0.options_en AS options_en_28, t0.opis_pl AS opis_pl_29, t0.opis_en AS opis_en_30, t0.sterowanie_id AS sterowanie_id_31, t0.model_oprawy_id AS model_oprawy_id_32, t0.destiny_id AS destiny_id_33, t0.dioda_id AS dioda_id_34, t0.kolor_id AS kolor_id_35, t0.holder_id AS holder_id_36, t0.odblysnik_id AS odblysnik_id_37, t0.led_driver_id AS led_driver_id_38, t0.przeslona_id AS przeslona_id_39, t0.image_id AS image_id_40 FROM produkt t0 WHERE t0.slug = ? LIMIT 1",
    "params": {
        "1": "/N208-K0001-LF935-H8-55-ZC03-800"
    },
    "types": {
        "1": 2
    }
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\Query\QueryInterface::execute()" might add "QueryResultInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\Query" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\Query\QueryInterface::cancel()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\Query" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\Query\QueryInterface::getBindVariableNames()" might add "array" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\Query" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\Query\QueryInterface::getStatement()" might add "string" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\Query" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\Query\QueryInterface::getStoredQueryPath()" might add "string" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\Query" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:08 deprecation User Deprecated: Method "PHPCR\Query\QueryInterface::storeAsNode()" might add "NodeInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\Query" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
DEBUG 04:06:08 doctrine Executing statement: SELECT 1 FROM phpcr_workspaces WHERE name = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT 1 FROM phpcr_workspaces WHERE name = ?",
    "params": [
        "default_live"
    ],
    "types": []
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\Query\QOM\SelectorInterface::getNodeTypeName()" might add "string" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QOM\Selector" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\Query\QOM\SelectorInterface::getSelectorName()" might add "string" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QOM\Selector" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\Query\QOM\PropertyValueInterface::getSelectorName()" might add "string" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QOM\PropertyValue" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\Query\QOM\PropertyValueInterface::getPropertyName()" might add "string" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QOM\PropertyValue" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\Query\QOM\LiteralInterface::getLiteralValue()" might add "string" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QOM\Literal" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\Query\QOM\ComparisonInterface::getOperand1()" might add "DynamicOperandInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QOM\ComparisonConstraint" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\Query\QOM\ComparisonInterface::getOperator()" might add "string" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QOM\ComparisonConstraint" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\Query\QOM\ComparisonInterface::getOperand2()" might add "StaticOperandInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QOM\ComparisonConstraint" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\Query\QOM\OrInterface::getConstraint1()" might add "ConstraintInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QOM\OrConstraint" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\Query\QOM\OrInterface::getConstraint2()" might add "ConstraintInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QOM\OrConstraint" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\Query\QOM\AndInterface::getConstraint1()" might add "ConstraintInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QOM\AndConstraint" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\Query\QOM\AndInterface::getConstraint2()" might add "ConstraintInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QOM\AndConstraint" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\Query\QOM\DescendantNodeInterface::getSelectorName()" might add "string" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QOM\DescendantNodeConstraint" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\Query\QOM\DescendantNodeInterface::getAncestorPath()" might add "string" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QOM\DescendantNodeConstraint" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\Query\QOM\OrderingInterface::getOperand()" might add "DynamicOperandInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QOM\Ordering" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\Query\QOM\OrderingInterface::getOrder()" might add "string" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QOM\Ordering" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\Query\QOM\ColumnInterface::getSelectorName()" might add "string" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QOM\Column" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\Query\QOM\ColumnInterface::getPropertyName()" might add "?string" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QOM\Column" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\Query\QOM\ColumnInterface::getColumnName()" might add "?string" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QOM\Column" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\Query\QOM\QueryObjectModelInterface::getSource()" might add "SourceInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QOM\QueryObjectModel" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\Query\QOM\QueryObjectModelInterface::getConstraint()" might add "?ConstraintInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QOM\QueryObjectModel" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\Query\QOM\QueryObjectModelInterface::getOrderings()" might add "array" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QOM\QueryObjectModel" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\Query\QOM\QueryObjectModelInterface::getColumns()" might add "array" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QOM\QueryObjectModel" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\Query\QueryInterface::getBindVariableNames()" might add "array" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QOM\QueryObjectModel" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\Query\QueryInterface::getStatement()" might add "string" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QOM\QueryObjectModel" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
DEBUG 04:06:09 doctrine Executing query: SELECT prefix, uri FROM phpcr_namespaces
{
    "sql": "SELECT prefix, uri FROM phpcr_namespaces"
}
DEBUG 04:06:09 doctrine Executing query: SELECT DATABASE()
{
    "sql": "SELECT DATABASE()"
}
DEBUG 04:06:09 doctrine Executing statement: SELECT phpcr_type_nodes.name AS node_name, phpcr_type_nodes.is_abstract AS node_abstract, phpcr_type_nodes.is_mixin AS node_mixin, phpcr_type_nodes.queryable AS node_queryable, phpcr_type_nodes.orderable_child_nodes AS node_has_orderable_child_nodes, phpcr_type_nodes.primary_item AS node_primary_item_name, phpcr_type_nodes.supertypes AS declared_super_type_names, phpcr_type_props.name AS property_name, phpcr_type_props.auto_created AS property_auto_created, phpcr_type_props.mandatory AS property_mandatory, phpcr_type_props.protected AS property_protected, phpcr_type_props.on_parent_version AS property_on_parent_version, phpcr_type_props.required_type AS property_required_type, phpcr_type_props.multiple AS property_multiple, phpcr_type_props.fulltext_searchable AS property_fulltext_searchable, phpcr_type_props.query_orderable AS property_query_orderable, phpcr_type_props.default_value as property_default_value, phpcr_type_childs.name AS child_name, phpcr_type_childs.auto_created AS child_auto_created, phpcr_type_childs.mandatory AS child_mandatory, phpcr_type_childs.protected AS child_protected, phpcr_type_childs.on_parent_version AS child_on_parent_version, phpcr_type_childs.default_type AS child_default_type, phpcr_type_childs.primary_types AS child_primary_types FROM phpcr_type_nodes LEFT JOIN phpcr_type_props ON phpcr_type_nodes.node_type_id = phpcr_type_props.node_type_id LEFT JOIN phpcr_type_childs ON phpcr_type_nodes.node_type_id = phpcr_type_childs.node_type_id (parameters: {params}, types: {types})
{
    "sql": "\nSELECT\nphpcr_type_nodes.name AS node_name, phpcr_type_nodes.is_abstract AS node_abstract,\nphpcr_type_nodes.is_mixin AS node_mixin, phpcr_type_nodes.queryable AS node_queryable,\nphpcr_type_nodes.orderable_child_nodes AS node_has_orderable_child_nodes,\nphpcr_type_nodes.primary_item AS node_primary_item_name, phpcr_type_nodes.supertypes AS declared_super_type_names,\nphpcr_type_props.name AS property_name, phpcr_type_props.auto_created AS property_auto_created,\nphpcr_type_props.mandatory AS property_mandatory, phpcr_type_props.protected AS property_protected,\nphpcr_type_props.on_parent_version AS property_on_parent_version,\nphpcr_type_props.required_type AS property_required_type, phpcr_type_props.multiple AS property_multiple,\nphpcr_type_props.fulltext_searchable AS property_fulltext_searchable,\nphpcr_type_props.query_orderable AS property_query_orderable, phpcr_type_props.default_value as property_default_value,\nphpcr_type_childs.name AS child_name, phpcr_type_childs.auto_created AS child_auto_created,\nphpcr_type_childs.mandatory AS child_mandatory, phpcr_type_childs.protected AS child_protected,\nphpcr_type_childs.on_parent_version AS child_on_parent_version, phpcr_type_childs.default_type AS child_default_type,\nphpcr_type_childs.primary_types AS child_primary_types\nFROM\nphpcr_type_nodes\nLEFT JOIN\nphpcr_type_props ON phpcr_type_nodes.node_type_id = phpcr_type_props.node_type_id\nLEFT JOIN\nphpcr_type_childs ON phpcr_type_nodes.node_type_id = phpcr_type_childs.node_type_id\n",
    "params": [],
    "types": []
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "Jackalope\NodeType\NodeTypeDefinition" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::getDeclaredSupertypeNames()" might add "array" as a native return type declaration in the future. Do the same in implementation "Jackalope\NodeType\NodeTypeDefinition" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::isAbstract()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Jackalope\NodeType\NodeTypeDefinition" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::isMixin()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Jackalope\NodeType\NodeTypeDefinition" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::hasOrderableChildNodes()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Jackalope\NodeType\NodeTypeDefinition" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::isQueryable()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Jackalope\NodeType\NodeTypeDefinition" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::getPrimaryItemName()" might add "string" as a native return type declaration in the future. Do the same in implementation "Jackalope\NodeType\NodeTypeDefinition" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::getDeclaredPropertyDefinitions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Jackalope\NodeType\NodeTypeDefinition" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\NodeType\NodeTypeDefinitionInterface::getDeclaredChildNodeDefinitions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Jackalope\NodeType\NodeTypeDefinition" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\NodeType\NodeTypeInterface::getSupertypes()" might add "array" as a native return type declaration in the future. Do the same in implementation "Jackalope\NodeType\NodeType" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\NodeType\NodeTypeInterface::getSupertypeNames()" might add "array" as a native return type declaration in the future. Do the same in implementation "Jackalope\NodeType\NodeType" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\NodeType\NodeTypeInterface::getDeclaredSupertypes()" might add "array" as a native return type declaration in the future. Do the same in implementation "Jackalope\NodeType\NodeType" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\NodeType\NodeTypeInterface::getSubtypes()" might add "Iterator" as a native return type declaration in the future. Do the same in implementation "Jackalope\NodeType\NodeType" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\NodeType\NodeTypeInterface::getDeclaredSubtypes()" might add "Iterator" as a native return type declaration in the future. Do the same in implementation "Jackalope\NodeType\NodeType" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\NodeType\NodeTypeInterface::isNodeType()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Jackalope\NodeType\NodeType" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\NodeType\NodeTypeInterface::getPropertyDefinitions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Jackalope\NodeType\NodeType" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\NodeType\NodeTypeInterface::getChildNodeDefinitions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Jackalope\NodeType\NodeType" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\NodeType\NodeTypeInterface::canSetProperty()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Jackalope\NodeType\NodeType" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\NodeType\NodeTypeInterface::canAddChildNode()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Jackalope\NodeType\NodeType" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\NodeType\NodeTypeInterface::canRemoveNode()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Jackalope\NodeType\NodeType" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\NodeType\NodeTypeInterface::canRemoveProperty()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Jackalope\NodeType\NodeType" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\NodeType\ItemDefinitionInterface::getDeclaringNodeType()" might add "NodeTypeInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\NodeType\ItemDefinition" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\NodeType\ItemDefinitionInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "Jackalope\NodeType\ItemDefinition" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\NodeType\ItemDefinitionInterface::isAutoCreated()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Jackalope\NodeType\ItemDefinition" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\NodeType\ItemDefinitionInterface::isMandatory()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Jackalope\NodeType\ItemDefinition" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\NodeType\ItemDefinitionInterface::getOnParentVersion()" might add "int" as a native return type declaration in the future. Do the same in implementation "Jackalope\NodeType\ItemDefinition" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\NodeType\ItemDefinitionInterface::isProtected()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Jackalope\NodeType\ItemDefinition" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\NodeType\PropertyDefinitionInterface::getRequiredType()" might add "int" as a native return type declaration in the future. Do the same in implementation "Jackalope\NodeType\PropertyDefinition" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\NodeType\PropertyDefinitionInterface::getValueConstraints()" might add "array" as a native return type declaration in the future. Do the same in implementation "Jackalope\NodeType\PropertyDefinition" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\NodeType\PropertyDefinitionInterface::getDefaultValues()" might add "array" as a native return type declaration in the future. Do the same in implementation "Jackalope\NodeType\PropertyDefinition" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\NodeType\PropertyDefinitionInterface::isMultiple()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Jackalope\NodeType\PropertyDefinition" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\NodeType\PropertyDefinitionInterface::getAvailableQueryOperators()" might add "array" as a native return type declaration in the future. Do the same in implementation "Jackalope\NodeType\PropertyDefinition" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\NodeType\PropertyDefinitionInterface::isFullTextSearchable()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Jackalope\NodeType\PropertyDefinition" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\NodeType\PropertyDefinitionInterface::isQueryOrderable()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Jackalope\NodeType\PropertyDefinition" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\NodeType\NodeDefinitionInterface::getRequiredPrimaryTypes()" might add "array" as a native return type declaration in the future. Do the same in implementation "Jackalope\NodeType\NodeDefinition" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\NodeType\NodeDefinitionInterface::getRequiredPrimaryTypeNames()" might add "array" as a native return type declaration in the future. Do the same in implementation "Jackalope\NodeType\NodeDefinition" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\NodeType\NodeDefinitionInterface::getDefaultPrimaryType()" might add "NodeTypeInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\NodeType\NodeDefinition" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\NodeType\NodeDefinitionInterface::getDefaultPrimaryTypeName()" might add "string" as a native return type declaration in the future. Do the same in implementation "Jackalope\NodeType\NodeDefinition" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\NodeType\NodeDefinitionInterface::allowsSameNameSiblings()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Jackalope\NodeType\NodeDefinition" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
DEBUG 04:06:09 doctrine Executing statement: SELECT phpcr_type_nodes.name AS node_name, phpcr_type_nodes.is_abstract AS node_abstract, phpcr_type_nodes.is_mixin AS node_mixin, phpcr_type_nodes.queryable AS node_queryable, phpcr_type_nodes.orderable_child_nodes AS node_has_orderable_child_nodes, phpcr_type_nodes.primary_item AS node_primary_item_name, phpcr_type_nodes.supertypes AS declared_super_type_names, phpcr_type_props.name AS property_name, phpcr_type_props.auto_created AS property_auto_created, phpcr_type_props.mandatory AS property_mandatory, phpcr_type_props.protected AS property_protected, phpcr_type_props.on_parent_version AS property_on_parent_version, phpcr_type_props.required_type AS property_required_type, phpcr_type_props.multiple AS property_multiple, phpcr_type_props.fulltext_searchable AS property_fulltext_searchable, phpcr_type_props.query_orderable AS property_query_orderable, phpcr_type_props.default_value as property_default_value, phpcr_type_childs.name AS child_name, phpcr_type_childs.auto_created AS child_auto_created, phpcr_type_childs.mandatory AS child_mandatory, phpcr_type_childs.protected AS child_protected, phpcr_type_childs.on_parent_version AS child_on_parent_version, phpcr_type_childs.default_type AS child_default_type, phpcr_type_childs.primary_types AS child_primary_types FROM phpcr_type_nodes LEFT JOIN phpcr_type_props ON phpcr_type_nodes.node_type_id = phpcr_type_props.node_type_id LEFT JOIN phpcr_type_childs ON phpcr_type_nodes.node_type_id = phpcr_type_childs.node_type_id (parameters: {params}, types: {types})
{
    "sql": "\nSELECT\nphpcr_type_nodes.name AS node_name, phpcr_type_nodes.is_abstract AS node_abstract,\nphpcr_type_nodes.is_mixin AS node_mixin, phpcr_type_nodes.queryable AS node_queryable,\nphpcr_type_nodes.orderable_child_nodes AS node_has_orderable_child_nodes,\nphpcr_type_nodes.primary_item AS node_primary_item_name, phpcr_type_nodes.supertypes AS declared_super_type_names,\nphpcr_type_props.name AS property_name, phpcr_type_props.auto_created AS property_auto_created,\nphpcr_type_props.mandatory AS property_mandatory, phpcr_type_props.protected AS property_protected,\nphpcr_type_props.on_parent_version AS property_on_parent_version,\nphpcr_type_props.required_type AS property_required_type, phpcr_type_props.multiple AS property_multiple,\nphpcr_type_props.fulltext_searchable AS property_fulltext_searchable,\nphpcr_type_props.query_orderable AS property_query_orderable, phpcr_type_props.default_value as property_default_value,\nphpcr_type_childs.name AS child_name, phpcr_type_childs.auto_created AS child_auto_created,\nphpcr_type_childs.mandatory AS child_mandatory, phpcr_type_childs.protected AS child_protected,\nphpcr_type_childs.on_parent_version AS child_on_parent_version, phpcr_type_childs.default_type AS child_default_type,\nphpcr_type_childs.primary_types AS child_primary_types\nFROM\nphpcr_type_nodes\nLEFT JOIN\nphpcr_type_props ON phpcr_type_nodes.node_type_id = phpcr_type_props.node_type_id\nLEFT JOIN\nphpcr_type_childs ON phpcr_type_nodes.node_type_id = phpcr_type_childs.node_type_id\n",
    "params": [],
    "types": []
}
DEBUG 04:06:09 doctrine Executing statement: SELECT n0.path AS n0_path, n0.identifier AS n0_identifier, n0.props AS n0_props FROM phpcr_nodes n0 WHERE n0.workspace_name = ? AND n0.type IN ('nt:unstructured', 'rep:root') AND ((EXTRACTVALUE(n0.props, 'count(//sv:property[@sv:name="jcr:mixinTypes"]/sv:value[text()="sulu:page"]) > 0') OR EXTRACTVALUE(n0.props, 'count(//sv:property[@sv:name="jcr:mixinTypes"]/sv:value[text()="sulu:home"]) > 0')) AND (((0 != FIND_IN_SET("2", REPLACE(EXTRACTVALUE(n0.props, '//sv:property[@sv:name="i18n:pl-state"]/sv:value'), " ", ",")) OR EXTRACTVALUE(n0.props, '//sv:property[@sv:name="i18n:pl-shadow-on"]/sv:value[1]') = '1') AND EXTRACTVALUE(n0.props, 'count(//sv:property[@sv:name="i18n:pl-navContexts"]/sv:value[text()="main"]) > 0')) AND n0.path LIKE '/cmf/cora-www/contents/%')) ORDER BY CAST(EXTRACTVALUE(n0.numerical_props, '//sv:property[@sv:name="sulu:order"]/sv:value[1]') AS DECIMAL) ASC, EXTRACTVALUE(n0.props, '//sv:property[@sv:name="sulu:order"]/sv:value[1]') ASC (parameters: {params}, types: {types})
{
    "sql": "SELECT n0.path AS n0_path, n0.identifier AS n0_identifier, n0.props AS n0_props FROM phpcr_nodes n0 WHERE n0.workspace_name = ? AND n0.type IN ('nt:unstructured', 'rep:root') AND ((EXTRACTVALUE(n0.props, 'count(//sv:property[@sv:name=\"jcr:mixinTypes\"]/sv:value[text()=\"sulu:page\"]) > 0') OR EXTRACTVALUE(n0.props, 'count(//sv:property[@sv:name=\"jcr:mixinTypes\"]/sv:value[text()=\"sulu:home\"]) > 0')) AND (((0 != FIND_IN_SET(\"2\", REPLACE(EXTRACTVALUE(n0.props, '//sv:property[@sv:name=\"i18n:pl-state\"]/sv:value'), \" \", \",\")) OR EXTRACTVALUE(n0.props, '//sv:property[@sv:name=\"i18n:pl-shadow-on\"]/sv:value[1]') = '1') AND EXTRACTVALUE(n0.props, 'count(//sv:property[@sv:name=\"i18n:pl-navContexts\"]/sv:value[text()=\"main\"]) > 0')) AND n0.path LIKE '/cmf/cora-www/contents/%')) ORDER BY CAST(EXTRACTVALUE(n0.numerical_props, '//sv:property[@sv:name=\"sulu:order\"]/sv:value[1]') AS DECIMAL) ASC, EXTRACTVALUE(n0.props, '//sv:property[@sv:name=\"sulu:order\"]/sv:value[1]') ASC",
    "params": [
        "default_live"
    ],
    "types": []
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\Query\QueryResultInterface::getColumnNames()" might add "array" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QueryResult" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\Query\QueryResultInterface::getRows()" might add "Iterator" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QueryResult" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\Query\QueryResultInterface::getNodes()" might add "Iterator" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QueryResult" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\Query\QueryResultInterface::getSelectorNames()" might add "array" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\QueryResult" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "SeekableIterator::seek()" might add "void" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\RowIterator" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\Query\RowInterface::getValues()" might add "array" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\Row" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\Query\RowInterface::getValue()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\Row" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\Query\RowInterface::getNode()" might add "?NodeInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\Row" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\Query\RowInterface::getPath()" might add "?string" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\Row" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\Query\RowInterface::getScore()" might add "float" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\Row" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "Iterator::rewind()" might add "void" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\Row" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "Iterator::current()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\Row" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "Iterator::key()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\Row" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "Iterator::next()" might add "void" as a native return type declaration in the future. Do the same in implementation "Jackalope\Query\Row" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "ArrayAccess::offsetExists()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Jackalope\NodePathIterator" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "ArrayAccess::offsetGet()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Jackalope\NodePathIterator" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "ArrayAccess::offsetSet()" might add "void" as a native return type declaration in the future. Do the same in implementation "Jackalope\NodePathIterator" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "ArrayAccess::offsetUnset()" might add "void" as a native return type declaration in the future. Do the same in implementation "Jackalope\NodePathIterator" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "SeekableIterator::seek()" might add "void" as a native return type declaration in the future. Do the same in implementation "Jackalope\NodePathIterator" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "Countable::count()" might add "int" as a native return type declaration in the future. Do the same in implementation "Jackalope\NodePathIterator" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
DEBUG 04:06:09 doctrine Executing statement: SELECT path AS arraykey, id, path, parent, local_name, namespace, workspace_name, identifier, type, props, depth, sort_order FROM phpcr_nodes WHERE workspace_name = ? AND (path = ? OR path = ? OR path = ? OR path = ? OR path = ? OR path = ? OR path = ? OR path = ?) ORDER BY sort_order ASC (parameters: {params}, types: {types})
{
    "sql": "SELECT path AS arraykey, id, path, parent, local_name, namespace, workspace_name, identifier, type, props, depth, sort_order\n                FROM phpcr_nodes WHERE workspace_name = ? AND (path = ? OR path = ? OR path = ? OR path = ? OR path = ? OR path = ? OR path = ? OR path = ?) ORDER BY sort_order ASC",
    "params": [
        "default_live",
        "/cmf/cora-www/contents/o-nas",
        "/cmf/cora-www/contents/test/reflektory",
        "/cmf/cora-www/contents/test",
        "/cmf/cora-www/contents/test/downlight",
        "/cmf/cora-www/contents/test/led-line",
        "/cmf/cora-www/contents/do-pobrania",
        "/cmf/cora-www/contents/realizacje",
        "/cmf/cora-www/contents/kontakt"
    ],
    "types": []
}
DEBUG 04:06:09 doctrine Executing statement: SELECT path, parent FROM phpcr_nodes WHERE parent IN (?, ?, ?, ?, ?, ?, ?, ?) AND workspace_name = ? ORDER BY sort_order ASC (parameters: {params}, types: {types})
{
    "sql": "SELECT path, parent FROM phpcr_nodes WHERE parent IN (?, ?, ?, ?, ?, ?, ?, ?) AND workspace_name = ? ORDER BY sort_order ASC",
    "params": {
        "1": "/cmf/cora-www/contents/o-nas",
        "2": "/cmf/cora-www/contents/test/reflektory",
        "3": "/cmf/cora-www/contents/test",
        "4": "/cmf/cora-www/contents/test/downlight",
        "5": "/cmf/cora-www/contents/test/led-line",
        "6": "/cmf/cora-www/contents/do-pobrania",
        "7": "/cmf/cora-www/contents/realizacje",
        "8": "/cmf/cora-www/contents/kontakt",
        "9": "default_live"
    },
    "types": {
        "1": 2,
        "2": 2,
        "3": 2,
        "4": 2,
        "5": 2,
        "6": 2,
        "7": 2,
        "8": 2,
        "9": 2
    }
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\ItemInterface::getPath()" might add "string" as a native return type declaration in the future. Do the same in implementation "Jackalope\Item" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\ItemInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "Jackalope\Item" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\ItemInterface::getAncestor()" might add "ItemInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\Item" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\ItemInterface::getParent()" might add "NodeInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\Item" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\ItemInterface::getDepth()" might add "int" as a native return type declaration in the future. Do the same in implementation "Jackalope\Item" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\ItemInterface::getSession()" might add "SessionInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\Item" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\ItemInterface::isNode()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Jackalope\Item" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\ItemInterface::isNew()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Jackalope\Item" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\ItemInterface::isModified()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Jackalope\Item" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\ItemInterface::isSame()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Jackalope\Item" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\NodeInterface::addNode()" might add "NodeInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\Node" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\NodeInterface::addNodeAutoNamed()" might add "NodeInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\Node" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\NodeInterface::setProperty()" might add "PropertyInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\Node" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\NodeInterface::getNode()" might add "NodeInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\Node" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\NodeInterface::getNodes()" might add "Iterator" as a native return type declaration in the future. Do the same in implementation "Jackalope\Node" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\NodeInterface::getNodeNames()" might add "Iterator" as a native return type declaration in the future. Do the same in implementation "Jackalope\Node" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\NodeInterface::getProperty()" might add "PropertyInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\Node" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\NodeInterface::getPropertyValue()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Jackalope\Node" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\NodeInterface::getPropertyValueWithDefault()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Jackalope\Node" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\NodeInterface::getProperties()" might add "Iterator" as a native return type declaration in the future. Do the same in implementation "Jackalope\Node" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\NodeInterface::getPropertiesValues()" might add "array" as a native return type declaration in the future. Do the same in implementation "Jackalope\Node" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\NodeInterface::getPrimaryItem()" might add "ItemInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\Node" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\NodeInterface::getIdentifier()" might add "string" as a native return type declaration in the future. Do the same in implementation "Jackalope\Node" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\NodeInterface::getIndex()" might add "int" as a native return type declaration in the future. Do the same in implementation "Jackalope\Node" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\NodeInterface::getReferences()" might add "Iterator" as a native return type declaration in the future. Do the same in implementation "Jackalope\Node" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\NodeInterface::getWeakReferences()" might add "Iterator" as a native return type declaration in the future. Do the same in implementation "Jackalope\Node" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\NodeInterface::hasNode()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Jackalope\Node" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\NodeInterface::hasProperty()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Jackalope\Node" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\NodeInterface::hasNodes()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Jackalope\Node" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\NodeInterface::hasProperties()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Jackalope\Node" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\NodeInterface::getPrimaryNodeType()" might add "NodeTypeInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\Node" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\NodeInterface::getMixinNodeTypes()" might add "array" as a native return type declaration in the future. Do the same in implementation "Jackalope\Node" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\NodeInterface::isNodeType()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Jackalope\Node" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\NodeInterface::canAddMixin()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Jackalope\Node" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\NodeInterface::getDefinition()" might add "NodeDefinitionInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\Node" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\NodeInterface::getCorrespondingNodePath()" might add "string" as a native return type declaration in the future. Do the same in implementation "Jackalope\Node" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\NodeInterface::getSharedSet()" might add "Iterator" as a native return type declaration in the future. Do the same in implementation "Jackalope\Node" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\NodeInterface::isCheckedOut()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Jackalope\Node" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\NodeInterface::isLocked()" might add "boolean." as a native return type declaration in the future. Do the same in implementation "Jackalope\Node" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\NodeInterface::getAllowedLifecycleTransitions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Jackalope\Node" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\PropertyInterface::getValue()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Jackalope\Property" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\PropertyInterface::getString()" might add "string|array" as a native return type declaration in the future. Do the same in implementation "Jackalope\Property" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\PropertyInterface::getLong()" might add "int|array" as a native return type declaration in the future. Do the same in implementation "Jackalope\Property" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\PropertyInterface::getDouble()" might add "float|array" as a native return type declaration in the future. Do the same in implementation "Jackalope\Property" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\PropertyInterface::getDecimal()" might add "string|array" as a native return type declaration in the future. Do the same in implementation "Jackalope\Property" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\PropertyInterface::getDate()" might add "DateTime|array" as a native return type declaration in the future. Do the same in implementation "Jackalope\Property" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\PropertyInterface::getBoolean()" might add "bool|array" as a native return type declaration in the future. Do the same in implementation "Jackalope\Property" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\PropertyInterface::getNode()" might add "NodeInterface|array" as a native return type declaration in the future. Do the same in implementation "Jackalope\Property" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\PropertyInterface::getProperty()" might add "PropertyInterface|array" as a native return type declaration in the future. Do the same in implementation "Jackalope\Property" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\PropertyInterface::getLength()" might add "int|array" as a native return type declaration in the future. Do the same in implementation "Jackalope\Property" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\PropertyInterface::getDefinition()" might add "PropertyDefinitionInterface" as a native return type declaration in the future. Do the same in implementation "Jackalope\Property" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\PropertyInterface::getType()" might add "int" as a native return type declaration in the future. Do the same in implementation "Jackalope\Property" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "PHPCR\PropertyInterface::isMultiple()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Jackalope\Property" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Subscriber\NavigationContextSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Subscriber\RedirectTypeSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Subscriber\TargetSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Subscriber\RobotSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "ArrayAccess::offsetExists()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Structure\Structure" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "ArrayAccess::offsetGet()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Structure\Structure" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "ArrayAccess::offsetSet()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Structure\Structure" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "ArrayAccess::offsetUnset()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Structure\Structure" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "ArrayAccess::offsetExists()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "ArrayAccess::offsetGet()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "ArrayAccess::offsetSet()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "ArrayAccess::offsetUnset()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "Iterator::current()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "Iterator::key()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "Iterator::next()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "Iterator::rewind()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "Iterator::valid()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "ArrayAccess::offsetExists()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Structure\ManagedStructure" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\DocumentManager\Subscriber\Behavior\Mapping\NodeNameSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\DocumentManager\Subscriber\Behavior\Mapping\UuidSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
DEBUG 04:06:09 doctrine Executing statement: SELECT * FROM phpcr_nodes WHERE path = ? AND workspace_name = ? ORDER BY depth, sort_order ASC (parameters: {params}, types: {types})
{
    "sql": "\n              SELECT * FROM phpcr_nodes\n              WHERE path = ?\n                AND workspace_name = ?\n              ORDER BY depth, sort_order ASC",
    "params": [
        "/cmf/cora-www/contents",
        "default_live"
    ],
    "types": []
}
DEBUG 04:06:09 doctrine Executing statement: SELECT path, parent FROM phpcr_nodes WHERE parent IN (?) AND workspace_name = ? ORDER BY sort_order ASC (parameters: {params}, types: {types})
{
    "sql": "SELECT path, parent FROM phpcr_nodes WHERE parent IN (?) AND workspace_name = ? ORDER BY sort_order ASC",
    "params": {
        "1": "/cmf/cora-www/contents",
        "2": "default_live"
    },
    "types": {
        "1": 2,
        "2": 2
    }
}
INFO 04:06:09 deprecation User Deprecated: Method "Countable::count()" might add "int" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\DocumentManager\Collection\AbstractLazyCollection" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "Iterator::current()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\DocumentManager\Collection\AbstractLazyCollection" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "Iterator::key()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\DocumentManager\Collection\AbstractLazyCollection" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "Iterator::next()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\DocumentManager\Collection\AbstractLazyCollection" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "Iterator::rewind()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\DocumentManager\Collection\AbstractLazyCollection" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "Iterator::valid()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\DocumentManager\Collection\AbstractLazyCollection" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "Iterator::current()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\DocumentManager\Collection\ChildrenCollection" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "ArrayAccess::offsetGet()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ManagedExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Method "ArrayAccess::offsetExists()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Sulu\Component\Content\Document\Extension\ManagedExtensionContainer" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 04:06:09 deprecation 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": {}
}
CRITICAL 04:06:09 request Uncaught PHP Exception Twig\Error\RuntimeError: "Impossible to access an attribute ("nazwa") on a null variable." at /home/cra/domains/cora.pl/public_html/templates/kategories/product.html.twig line 8
{
    "exception": {}
}
INFO 04:06:09 deprecation User Deprecated: Since symfony/http-kernel 5.3: "Symfony\Component\HttpKernel\Event\KernelEvent::isMasterRequest()" is deprecated, use "isMainRequest()" instead.
{
    "exception": {}
}
DEBUG 04:06:09 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 04:06:09 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 04:06:09 event Notified event "kernel.request" to listener "FOS\RestBundle\EventListener\ZoneMatcherListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "FOS\\RestBundle\\EventListener\\ZoneMatcherListener::onKernelRequest"
}
DEBUG 04:06:09 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 04:06:09 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 04:06:09 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\FragmentListener::onKernelRequest"
}
DEBUG 04:06:09 event Notified event "kernel.request" to listener "Sulu\Bundle\WebsiteBundle\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Sulu\\Bundle\\WebsiteBundle\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 04:06:09 event Notified event "kernel.request" to listener "Sulu\Bundle\WebsiteBundle\Routing\RequestListener::onRequest".
{
    "event": "kernel.request",
    "listener": "Sulu\\Bundle\\WebsiteBundle\\Routing\\RequestListener::onRequest"
}
DEBUG 04:06:09 event Notified event "kernel.request" to listener "Sulu\Bundle\SecurityBundle\EventListener\SystemListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Sulu\\Bundle\\SecurityBundle\\EventListener\\SystemListener::onKernelRequest"
}
DEBUG 04:06:09 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 04:06:09 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 04:06:09 event Notified event "kernel.request" to listener "Sulu\Bundle\WebsiteBundle\EventListener\TranslatorListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Sulu\\Bundle\\WebsiteBundle\\EventListener\\TranslatorListener::onKernelRequest"
}
DEBUG 04:06:09 event Notified event "kernel.request" to listener "FOS\RestBundle\EventListener\BodyListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "FOS\\RestBundle\\EventListener\\BodyListener::onKernelRequest"
}
DEBUG 04:06:09 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 04:06:09 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 04:06:09 event Notified event "kernel.request" to listener "Sulu\Bundle\ThemeBundle\EventListener\SetThemeEventListener::setActiveThemeOnRequest".
{
    "event": "kernel.request",
    "listener": "Sulu\\Bundle\\ThemeBundle\\EventListener\\SetThemeEventListener::setActiveThemeOnRequest"
}
DEBUG 04:06:09 event Notified event "kernel.request" to listener "Sulu\Bundle\FormBundle\Event\RequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Sulu\\Bundle\\FormBundle\\Event\\RequestListener::onKernelRequest"
}
DEBUG 04:06:09 event Notified event "kernel.request" to listener "FOS\HttpCacheBundle\EventListener\Php8AttributesListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "FOS\\HttpCacheBundle\\EventListener\\Php8AttributesListener::onKernelRequest"
}
DEBUG 04:06:09 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 04:06:09 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 04:06:09 event Notified event "kernel.controller" to listener "Sulu\Bundle\SecurityBundle\EventListener\SuluSecurityListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sulu\\Bundle\\SecurityBundle\\EventListener\\SuluSecurityListener::onKernelController"
}
DEBUG 04:06:09 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"
}

Stack Trace

RuntimeError
Twig\Error\RuntimeError:
Impossible to access an attribute ("nazwa") on a null variable.

  at templates/kategories/product.html.twig:8
  at twig_get_attribute()
     (var/cache/website/dev/twig/c2/c255df85b57059c56a611c854f87c336b6dc9403dc40ebe7a7f1cb597af48687.php:76)
  at __TwigTemplate_e6abc9e8dd1de6341a4f530d621483664193c135cc1e8c244de190ec75015cae->block_content()
     (vendor/twig/twig/src/Template.php:171)
  at Twig\Template->displayBlock()
     (var/cache/website/dev/twig/ff/ffead60593d173e43d7243862f231a0cb20d61d3da5fa99e8237192f4f6ac548.php:287)
  at __TwigTemplate_003c74ebed269e340d99d74f0837b592027599c4fce656938dc42ca891fdc309->doDisplay()
     (vendor/twig/twig/src/Template.php:394)
  at Twig\Template->displayWithErrorHandling()
     (vendor/twig/twig/src/Template.php:367)
  at Twig\Template->display()
     (var/cache/website/dev/twig/c2/c255df85b57059c56a611c854f87c336b6dc9403dc40ebe7a7f1cb597af48687.php:49)
  at __TwigTemplate_e6abc9e8dd1de6341a4f530d621483664193c135cc1e8c244de190ec75015cae->doDisplay()
     (vendor/twig/twig/src/Template.php:394)
  at Twig\Template->displayWithErrorHandling()
     (vendor/twig/twig/src/Template.php:367)
  at Twig\Template->display()
     (vendor/twig/twig/src/Template.php:379)
  at Twig\Template->render()
     (vendor/twig/twig/src/TemplateWrapper.php:40)
  at Twig\TemplateWrapper->render()
     (vendor/twig/twig/src/Environment.php:277)
  at Twig\Environment->render()
     (src/Controller/Website/KategoriesController.php:185)
  at App\Controller\Website\KategoriesController->showProduct()
     (vendor/symfony/http-kernel/HttpKernel.php:152)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw()
     (vendor/symfony/http-kernel/HttpKernel.php:74)
  at Symfony\Component\HttpKernel\HttpKernel->handle()
     (vendor/symfony/http-kernel/Kernel.php:202)
  at Symfony\Component\HttpKernel\Kernel->handle()
     (public/index.php:66)