http://dutoner.ell.mademonstration.fr/fr_FR/

ErrorController

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_links
Fig\Link\GenericLinkProvider {#22576
  -links: [
    "0000000038b95313000000000f9e68d5" => Fig\Link\Link {#22575
      -href: "http://dutoner.ell.mademonstration.fr/new-api/docs.jsonld"
      -rel: [
        "http://www.w3.org/ns/hydra/core#apiDocumentation" => true
      ]
      -attributes: []
    }
  ]
}
_stopwatch_token
"58a76e"
exception
Twig\Error\RuntimeError {#8521
  -lineno: 15
  -name: "@SyliusShop/Taxon/_horizontalMenu.html.twig"
  -rawMessage: "An exception has been thrown during the rendering of a template ("Parameter "slug" for route "sylius_shop_product_index" must match ".+(?<!/)" ("" given) to generate a corresponding URL.")."
  -sourcePath: "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/views/Taxon/_horizontalMenu.html.twig"
  -sourceCode: """
    {% macro item(taxon) %}\n
        {% import _self as macros %}\n
    \n
        {% if taxon.enabledChildren|length > 0 %}\n
            <div class="ui dropdown item" {{ sylius_test_html_attribute('menu-item') }}>\n
                <span class="text">{{ taxon.name }}</span>\n
                <i class="dropdown icon"></i>\n
                <div class="menu">\n
                    {% for childTaxon in taxon.enabledChildren %}\n
                        {{ macros.item(childTaxon) }}\n
                    {% endfor %}\n
                </div>\n
            </div>\n
        {% else %}\n
            <a href="{{ path('sylius_shop_product_index', {'slug': taxon.slug, '_locale': taxon.translation.locale}) }}" class="item" {{ sylius_test_html_attribute('menu-item') }}>{{ taxon.name }}</a>\n
        {% endif %}\n
    {% endmacro %}\n
    \n
    {% import _self as macros %}\n
    \n
    {% if taxons|length > 0 %}\n
    <div class="ui large stackable menu" {{ sylius_test_html_attribute('menu') }}>\n
        {% for taxon in taxons %}\n
            {{ macros.item(taxon) }}\n
        {% endfor %}\n
    </div>\n
    {% endif %}\n
    """
  #message: "An exception has been thrown during the rendering of a template ("Parameter "slug" for route "sylius_shop_product_index" must match ".+(?<!/)" ("" given) to generate a corresponding URL.")."
  #code: 0
  #file: "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/views/Taxon/_horizontalMenu.html.twig"
  #line: 15
  -previous: Symfony\Component\Routing\Exception\InvalidParameterException {#22338 …}
  trace: {
    /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/views/Taxon/_horizontalMenu.html.twig:15 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › {% else %}    <a href="{{ path('sylius_shop_product_index', {'slug': taxon.slug, '_locale': taxon.translation.locale}) }}" class="item" {{ sylius_test_html_attribute('menu-item') }}>{{ taxon.name }}</a>{% endif %}
    }
    /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php:378 {
      Twig\Template->display(array $context, array $blocks = []) …
      › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
    }
    /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php:390 {
      Twig\Template->render(array $context) …
      › try {    $this->display($context);} catch (\Throwable $e) {
    }
    /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/TemplateWrapper.php:45 {
      Twig\TemplateWrapper->render(array $context = []): string …
      ›     // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
    }
    /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Environment.php:318 {
      Twig\Environment->render($name, array $context = []) …
      › {    return $this->load($name)->render($context);}
    }
    /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/resource-bundle/src/Bundle/Controller/ControllerTrait.php:235 {
      Sylius\Bundle\ResourceBundle\Controller\ResourceController->render(string $view, array $parameters = [], Response $response = null): Response …
      › } elseif ($this->container->has('twig')) {    $content = $this->container->get('twig')->render($view, $parameters);} else {
    }
    /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/resource-bundle/src/Bundle/Controller/ResourceController.php:164 {
      Sylius\Bundle\ResourceBundle\Controller\ResourceController->indexAction(Request $request): Response …
      ›     'resources' => $resources,    $this->metadata->getPluralName() => $resources,]);
    }
    /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/HttpKernel.php:152 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);}
    /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/HttpKernel.php:74 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    }
    /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
      Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
      › try {    return $kernel->handle($request, $type, $catch);} finally {
    }
    /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php:80 {
      Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render($uri, Request $request, array $options = []) …
      › try {    return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
    }
    /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/Fragment/FragmentHandler.php:85 {
      Symfony\Component\HttpKernel\Fragment\FragmentHandler->render($uri, string $renderer = 'inline', array $options = []) …
      › 
      ›     return $this->deliver($this->renderers[$renderer]->render($uri, $request, $options));}
    }
    /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php:49 {
      Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler->render($uri, string $renderer = 'inline', array $options = []) …
      › 
      ›     return parent::render($uri, $renderer, $options);}
    }
    /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php:46 {
      Symfony\Bridge\Twig\Extension\HttpKernelRuntime->renderFragment($uri, array $options = []): string …
      › 
      ›     return $this->handler->render($uri, $strategy, $options);}
    }
    /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/views/Layout/Header/_menu.html.twig:1 {
      __TwigTemplate_7766020e13a50d5d0f7350a1a93e88c3c97465fafe47aac984abd35011c96b6a->doDisplay(array $context, array $blocks = []) …
      › 
      › {{ render(url('sylius_shop_partial_channel_menu_taxon_index', {'template': '@SyliusShop/Taxon/_horizontalMenu.html.twig'})) }}}
    /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php:405 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php:378 {
      Twig\Template->display(array $context, array $blocks = []) …
      › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
    }
    /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php:390 {
      Twig\Template->render(array $context) …
      › try {    $this->display($context);} catch (\Throwable $e) {
    }
    /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/TemplateWrapper.php:45 {
      Twig\TemplateWrapper->render(array $context = []): string …
      ›     // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
    }
    /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Environment.php:318 {
      Twig\Environment->render($name, array $context = []) …
      › {    return $this->load($name)->render($context);}
    }
    /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/TwigTemplateBlockRenderer.php:32 {
      Sylius\Bundle\UiBundle\Renderer\TwigTemplateBlockRenderer->render(TemplateBlock $templateBlock, array $context = []): string …
      ›     $templateBlock->getTemplate(),    array_replace($templateBlock->getContext(), $context));
    }
    /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/DataCollector/TraceableTemplateBlockRenderer.php:35 {
      Sylius\Bundle\UiBundle\DataCollector\TraceableTemplateBlockRenderer->render(TemplateBlock $templateBlock, array $context = []): string …
      › 
      › $renderedBlock = $this->templateBlockRenderer->render($templateBlock, $context);}
    /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/HtmlDebugTemplateBlockRenderer.php:43 {
      Sylius\Bundle\UiBundle\Renderer\HtmlDebugTemplateBlockRenderer->render(TemplateBlock $templateBlock, array $context = []): string …
      › 
      › $renderedParts[] = $this->templateBlockRenderer->render($templateBlock, $context);}
    /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/DelegatingTemplateEventRenderer.php:33 {
      Sylius\Bundle\UiBundle\Renderer\DelegatingTemplateEventRenderer->render(array $eventNames, array $context = []): string …
      › foreach ($templateBlocks as $templateBlock) {    $renderedTemplates[] = $this->templateBlockRenderer->render($templateBlock, $context);}
    }
    /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/DataCollector/TraceableTemplateEventRenderer.php:34 {
      Sylius\Bundle\UiBundle\DataCollector\TraceableTemplateEventRenderer->render(array $eventNames, array $context = []): string …
      › 
      › $renderedEvent = $this->templateEventRenderer->render($eventNames, $context);}
    /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/HtmlDebugTemplateEventRenderer.php:43 {
      Sylius\Bundle\UiBundle\Renderer\HtmlDebugTemplateEventRenderer->render(array $eventNames, array $context = []): string …
      › 
      › $renderedParts[] = $this->templateEventRenderer->render($eventNames, $context);}
    /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Twig/TemplateEventExtension.php:41 {
      Sylius\Bundle\UiBundle\Twig\TemplateEventExtension->render(array|string $eventName, array $context = []): string …
      › {    return $this->templateEventRenderer->render((array) $eventName, $context);}
    }
    /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/views/layout.html.twig:34 {
      __TwigTemplate_b3bcc0518dc4af4f3fb0b3e496f35458f7a976ba155670160da51706a483d555->block_header($context, array $blocks = []) …
      › <header>    {{ sylius_template_event('sylius.shop.layout.header') }}</header>
    }
    /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php:182 {
      Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
      › try {    $template->$block($context, $blocks);} catch (Error $e) {
    }
    /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/views/layout.html.twig:32 {
      __TwigTemplate_b3bcc0518dc4af4f3fb0b3e496f35458f7a976ba155670160da51706a483d555->doDisplay(array $context, array $blocks = []) …
      › <div class="ui container">    {% block header %}        <header>
    }
    /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php:405 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php:378 {
      Twig\Template->display(array $context, array $blocks = []) …
      › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
    }
    /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/tests/Application/var/cache/dev/twig/da/da5e181f2350b0bab2287b03fb43f41fef80ba2630fdf09904cb79d42d419602.php:48 {
      __TwigTemplate_6962fd500274bd524bccc4920de13059ea7615eae73a52666f71fa4377e12ae9->doDisplay(array $context, array $blocks = []) …
      › $this->parent = $this->loadTemplate("@SyliusShop/layout.html.twig", "@SyliusShop/Homepage/index.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
    /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php:405 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php:378 {
      Twig\Template->display(array $context, array $blocks = []) …
      › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
    }
    /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php:390 {
      Twig\Template->render(array $context) …
      › try {    $this->display($context);} catch (\Throwable $e) {
    }
    /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/TemplateWrapper.php:45 {
      Twig\TemplateWrapper->render(array $context = []): string …
      ›     // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
    }
    /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Environment.php:318 {
      Twig\Environment->render($name, array $context = []) …
      › {    return $this->load($name)->render($context);}
    }
    /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Controller/HomepageController.php:29 {
      Sylius\Bundle\ShopBundle\Controller\HomepageController->indexAction(Request $request): Response …
      › {    return new Response($this->templatingEngine->render('@SyliusShop/Homepage/index.html.twig'));}
    }
    /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/HttpKernel.php:152 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);}
    /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/HttpKernel.php:74 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    }
    /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/Kernel.php:202 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /home/ell/domains/dutoner.ell.mademonstration.fr/public_html/tests/Application/public/index.php:27 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#1179 …6}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, deflate"
authorization
""
cookie
"sf_redirect=%7B%22token%22%3A%222d3a41%22%2C%22route%22%3A%22sylius_shop_default_locale%22%2C%22method%22%3A%22GET%22%2C%22controller%22%3A%22sylius.controller.shop.locale_switch%3AswitchAction%22%2C%22status_code%22%3A302%2C%22status_text%22%3A%22Found%22%7D"
host
"dutoner.ell.mademonstration.fr"
referer
"http://dutoner.ell.mademonstration.fr"
user-agent
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.43"
x-php-ob-level
"1"

Request Content

Request content not available (it was retrieved as a resource).

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Mon, 21 Apr 2025 22:28:42 GMT"
x-debug-exception
"An%20exception%20has%20been%20thrown%20during%20the%20rendering%20of%20a%20template%20%28%22Parameter%20%22slug%22%20for%20route%20%22sylius_shop_product_index%22%20must%20match%20%22.%2B%28%3F%3C%21%2F%29%22%20%28%22%22%20given%29%20to%20generate%20a%20corresponding%20URL.%22%29."
x-debug-exception-file
"%2Fhome%2Fell%2Fdomains%2Fdutoner.ell.mademonstration.fr%2Fpublic_html%2Fvendor%2Fsylius%2Fsylius%2Fsrc%2FSylius%2FBundle%2FShopBundle%2FResources%2Fviews%2FTaxon%2F_horizontalMenu.html.twig:15"
x-debug-token
"7c817c"

Cookies

Request Cookies

Key Value
sf_redirect
"{"token":"2d3a41","route":"sylius_shop_default_locale","method":"GET","controller":"sylius.controller.shop.locale_switch:switchAction","status_code":302,"status_text":"Found"}"

Response Cookies

No response cookies

Session 8

Session Metadata

Key Value
Created
"Tue, 22 Apr 25 00:28:42 +0200"
Last used
"Tue, 22 Apr 25 00:28:42 +0200"
Lifetime
0

Session Attributes

No session attributes

Session Usage

8 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:44
[
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 44
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/security-http/Firewall/AccessListener.php"
    "line" => 87
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 49
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AccessListener"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 26
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 73
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 128
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/tests/Application/public/index.php"
    "line" => 27
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:59
[
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 59
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/security-core/Authorization/AuthorizationChecker.php"
    "line" => 85
    "function" => "setToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/stof/doctrine-extensions-bundle/src/EventListener/LoggerListener.php"
    "line" => 46
    "function" => "isGranted"
    "class" => "Symfony\Component\Security\Core\Authorization\AuthorizationChecker"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelRequest"
    "class" => "Stof\DoctrineExtensionsBundle\EventListener\LoggerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 128
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/tests/Application/public/index.php"
    "line" => 27
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Sylius\Bundle\CoreBundle\Storage\CartSessionStorage:33
[
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Storage/CartSessionStorage.php"
    "line" => 33
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Context/SessionAndChannelBasedCartContext.php"
    "line" => 37
    "function" => "hasForChannel"
    "class" => "Sylius\Bundle\CoreBundle\Storage\CartSessionStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Component/Order/Context/CompositeCartContext.php"
    "line" => 42
    "function" => "getCart"
    "class" => "Sylius\Bundle\CoreBundle\Context\SessionAndChannelBasedCartContext"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Collector/CartCollector.php"
    "line" => 83
    "function" => "getCart"
    "class" => "Sylius\Component\Order\Context\CompositeCartContext"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Sylius\Bundle\CoreBundle\Collector\CartCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 99
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 185
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 173
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php"
    "line" => 80
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/Fragment/FragmentHandler.php"
    "line" => 85
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php"
    "line" => 49
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\FragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php"
    "line" => 46
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/tests/Application/var/cache/dev/twig/2a/2a3d2de723175a4e5d3384af1513855bd76834126630187a0578c7cf56045b7a.php"
    "line" => 43
    "function" => "renderFragment"
    "class" => "Symfony\Bridge\Twig\Extension\HttpKernelRuntime"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php"
    "line" => 405
    "function" => "doDisplay"
    "class" => "__TwigTemplate_1c3186b6cb3686632d2a8a276aac9c40011d7a76af74935fe7ad580b33350cce"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php"
    "line" => 378
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php"
    "line" => 390
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 45
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Environment.php"
    "line" => 318
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/TwigTemplateBlockRenderer.php"
    "line" => 32
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/DataCollector/TraceableTemplateBlockRenderer.php"
    "line" => 35
    "function" => "render"
    "class" => "Sylius\Bundle\UiBundle\Renderer\TwigTemplateBlockRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/HtmlDebugTemplateBlockRenderer.php"
    "line" => 43
    "function" => "render"
    "class" => "Sylius\Bundle\UiBundle\DataCollector\TraceableTemplateBlockRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/DelegatingTemplateEventRenderer.php"
    "line" => 33
    "function" => "render"
    "class" => "Sylius\Bundle\UiBundle\Renderer\HtmlDebugTemplateBlockRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/DataCollector/TraceableTemplateEventRenderer.php"
    "line" => 34
    "function" => "render"
    "class" => "Sylius\Bundle\UiBundle\Renderer\DelegatingTemplateEventRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/HtmlDebugTemplateEventRenderer.php"
    "line" => 43
    "function" => "render"
    "class" => "Sylius\Bundle\UiBundle\DataCollector\TraceableTemplateEventRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Twig/TemplateEventExtension.php"
    "line" => 41
    "function" => "render"
    "class" => "Sylius\Bundle\UiBundle\Renderer\HtmlDebugTemplateEventRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/tests/Application/var/cache/dev/twig/76/762404afb27af425bccc8a200da1762a1e7eb67aca2ee0aad742104ecadfc61f.php"
    "line" => 226
    "function" => "render"
    "class" => "Sylius\Bundle\UiBundle\Twig\TemplateEventExtension"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php"
    "line" => 182
    "function" => "block_top"
    "class" => "__TwigTemplate_b3bcc0518dc4af4f3fb0b3e496f35458f7a976ba155670160da51706a483d555"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/tests/Application/var/cache/dev/twig/76/762404afb27af425bccc8a200da1762a1e7eb67aca2ee0aad742104ecadfc61f.php"
    "line" => 92
    "function" => "displayBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php"
    "line" => 405
    "function" => "doDisplay"
    "class" => "__TwigTemplate_b3bcc0518dc4af4f3fb0b3e496f35458f7a976ba155670160da51706a483d555"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php"
    "line" => 378
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/tests/Application/var/cache/dev/twig/da/da5e181f2350b0bab2287b03fb43f41fef80ba2630fdf09904cb79d42d419602.php"
    "line" => 48
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php"
    "line" => 405
    "function" => "doDisplay"
    "class" => "__TwigTemplate_6962fd500274bd524bccc4920de13059ea7615eae73a52666f71fa4377e12ae9"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php"
    "line" => 378
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php"
    "line" => 390
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 45
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Environment.php"
    "line" => 318
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Controller/HomepageController.php"
    "line" => 29
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 152
    "function" => "indexAction"
    "class" => "Sylius\Bundle\ShopBundle\Controller\HomepageController"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/tests/Application/public/index.php"
    "line" => 27
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 72
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 99
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 185
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 173
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php"
    "line" => 80
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/Fragment/FragmentHandler.php"
    "line" => 85
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php"
    "line" => 49
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\FragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php"
    "line" => 46
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/tests/Application/var/cache/dev/twig/33/3366a00e285ca5c002037f97b8cc46138b1e989d8b3713c126f142b5433fb3c9.php"
    "line" => 43
    "function" => "renderFragment"
    "class" => "Symfony\Bridge\Twig\Extension\HttpKernelRuntime"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php"
    "line" => 405
    "function" => "doDisplay"
    "class" => "__TwigTemplate_6061a81109695bad304b7f074044f2cf0788dfbdc7f6e204d2f38152645532d2"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php"
    "line" => 378
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php"
    "line" => 390
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 45
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Environment.php"
    "line" => 318
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/TwigTemplateBlockRenderer.php"
    "line" => 32
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/DataCollector/TraceableTemplateBlockRenderer.php"
    "line" => 35
    "function" => "render"
    "class" => "Sylius\Bundle\UiBundle\Renderer\TwigTemplateBlockRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/HtmlDebugTemplateBlockRenderer.php"
    "line" => 43
    "function" => "render"
    "class" => "Sylius\Bundle\UiBundle\DataCollector\TraceableTemplateBlockRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/DelegatingTemplateEventRenderer.php"
    "line" => 33
    "function" => "render"
    "class" => "Sylius\Bundle\UiBundle\Renderer\HtmlDebugTemplateBlockRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/DataCollector/TraceableTemplateEventRenderer.php"
    "line" => 34
    "function" => "render"
    "class" => "Sylius\Bundle\UiBundle\Renderer\DelegatingTemplateEventRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/HtmlDebugTemplateEventRenderer.php"
    "line" => 43
    "function" => "render"
    "class" => "Sylius\Bundle\UiBundle\DataCollector\TraceableTemplateEventRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Twig/TemplateEventExtension.php"
    "line" => 41
    "function" => "render"
    "class" => "Sylius\Bundle\UiBundle\Renderer\HtmlDebugTemplateEventRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/tests/Application/var/cache/dev/twig/76/762404afb27af425bccc8a200da1762a1e7eb67aca2ee0aad742104ecadfc61f.php"
    "line" => 226
    "function" => "render"
    "class" => "Sylius\Bundle\UiBundle\Twig\TemplateEventExtension"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php"
    "line" => 182
    "function" => "block_top"
    "class" => "__TwigTemplate_b3bcc0518dc4af4f3fb0b3e496f35458f7a976ba155670160da51706a483d555"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/tests/Application/var/cache/dev/twig/76/762404afb27af425bccc8a200da1762a1e7eb67aca2ee0aad742104ecadfc61f.php"
    "line" => 92
    "function" => "displayBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php"
    "line" => 405
    "function" => "doDisplay"
    "class" => "__TwigTemplate_b3bcc0518dc4af4f3fb0b3e496f35458f7a976ba155670160da51706a483d555"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php"
    "line" => 378
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/tests/Application/var/cache/dev/twig/da/da5e181f2350b0bab2287b03fb43f41fef80ba2630fdf09904cb79d42d419602.php"
    "line" => 48
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php"
    "line" => 405
    "function" => "doDisplay"
    "class" => "__TwigTemplate_6962fd500274bd524bccc4920de13059ea7615eae73a52666f71fa4377e12ae9"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php"
    "line" => 378
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php"
    "line" => 390
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 45
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Environment.php"
    "line" => 318
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Controller/HomepageController.php"
    "line" => 29
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 152
    "function" => "indexAction"
    "class" => "Sylius\Bundle\ShopBundle\Controller\HomepageController"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/tests/Application/public/index.php"
    "line" => 27
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:73
[
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 73
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 99
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 185
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 173
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php"
    "line" => 80
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/Fragment/FragmentHandler.php"
    "line" => 85
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php"
    "line" => 49
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\FragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php"
    "line" => 46
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/tests/Application/var/cache/dev/twig/33/3366a00e285ca5c002037f97b8cc46138b1e989d8b3713c126f142b5433fb3c9.php"
    "line" => 43
    "function" => "renderFragment"
    "class" => "Symfony\Bridge\Twig\Extension\HttpKernelRuntime"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php"
    "line" => 405
    "function" => "doDisplay"
    "class" => "__TwigTemplate_6061a81109695bad304b7f074044f2cf0788dfbdc7f6e204d2f38152645532d2"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php"
    "line" => 378
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php"
    "line" => 390
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 45
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Environment.php"
    "line" => 318
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/TwigTemplateBlockRenderer.php"
    "line" => 32
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/DataCollector/TraceableTemplateBlockRenderer.php"
    "line" => 35
    "function" => "render"
    "class" => "Sylius\Bundle\UiBundle\Renderer\TwigTemplateBlockRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/HtmlDebugTemplateBlockRenderer.php"
    "line" => 43
    "function" => "render"
    "class" => "Sylius\Bundle\UiBundle\DataCollector\TraceableTemplateBlockRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/DelegatingTemplateEventRenderer.php"
    "line" => 33
    "function" => "render"
    "class" => "Sylius\Bundle\UiBundle\Renderer\HtmlDebugTemplateBlockRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/DataCollector/TraceableTemplateEventRenderer.php"
    "line" => 34
    "function" => "render"
    "class" => "Sylius\Bundle\UiBundle\Renderer\DelegatingTemplateEventRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/HtmlDebugTemplateEventRenderer.php"
    "line" => 43
    "function" => "render"
    "class" => "Sylius\Bundle\UiBundle\DataCollector\TraceableTemplateEventRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Twig/TemplateEventExtension.php"
    "line" => 41
    "function" => "render"
    "class" => "Sylius\Bundle\UiBundle\Renderer\HtmlDebugTemplateEventRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/tests/Application/var/cache/dev/twig/76/762404afb27af425bccc8a200da1762a1e7eb67aca2ee0aad742104ecadfc61f.php"
    "line" => 226
    "function" => "render"
    "class" => "Sylius\Bundle\UiBundle\Twig\TemplateEventExtension"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php"
    "line" => 182
    "function" => "block_top"
    "class" => "__TwigTemplate_b3bcc0518dc4af4f3fb0b3e496f35458f7a976ba155670160da51706a483d555"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/tests/Application/var/cache/dev/twig/76/762404afb27af425bccc8a200da1762a1e7eb67aca2ee0aad742104ecadfc61f.php"
    "line" => 92
    "function" => "displayBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php"
    "line" => 405
    "function" => "doDisplay"
    "class" => "__TwigTemplate_b3bcc0518dc4af4f3fb0b3e496f35458f7a976ba155670160da51706a483d555"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php"
    "line" => 378
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/tests/Application/var/cache/dev/twig/da/da5e181f2350b0bab2287b03fb43f41fef80ba2630fdf09904cb79d42d419602.php"
    "line" => 48
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php"
    "line" => 405
    "function" => "doDisplay"
    "class" => "__TwigTemplate_6962fd500274bd524bccc4920de13059ea7615eae73a52666f71fa4377e12ae9"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php"
    "line" => 378
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php"
    "line" => 390
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 45
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Environment.php"
    "line" => 318
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Controller/HomepageController.php"
    "line" => 29
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 152
    "function" => "indexAction"
    "class" => "Sylius\Bundle\ShopBundle\Controller\HomepageController"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/tests/Application/public/index.php"
    "line" => 27
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:74
[
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 74
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 99
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 185
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 173
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php"
    "line" => 80
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/Fragment/FragmentHandler.php"
    "line" => 85
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php"
    "line" => 49
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\FragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php"
    "line" => 46
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/tests/Application/var/cache/dev/twig/33/3366a00e285ca5c002037f97b8cc46138b1e989d8b3713c126f142b5433fb3c9.php"
    "line" => 43
    "function" => "renderFragment"
    "class" => "Symfony\Bridge\Twig\Extension\HttpKernelRuntime"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php"
    "line" => 405
    "function" => "doDisplay"
    "class" => "__TwigTemplate_6061a81109695bad304b7f074044f2cf0788dfbdc7f6e204d2f38152645532d2"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php"
    "line" => 378
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php"
    "line" => 390
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 45
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Environment.php"
    "line" => 318
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/TwigTemplateBlockRenderer.php"
    "line" => 32
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/DataCollector/TraceableTemplateBlockRenderer.php"
    "line" => 35
    "function" => "render"
    "class" => "Sylius\Bundle\UiBundle\Renderer\TwigTemplateBlockRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/HtmlDebugTemplateBlockRenderer.php"
    "line" => 43
    "function" => "render"
    "class" => "Sylius\Bundle\UiBundle\DataCollector\TraceableTemplateBlockRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/DelegatingTemplateEventRenderer.php"
    "line" => 33
    "function" => "render"
    "class" => "Sylius\Bundle\UiBundle\Renderer\HtmlDebugTemplateBlockRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/DataCollector/TraceableTemplateEventRenderer.php"
    "line" => 34
    "function" => "render"
    "class" => "Sylius\Bundle\UiBundle\Renderer\DelegatingTemplateEventRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/HtmlDebugTemplateEventRenderer.php"
    "line" => 43
    "function" => "render"
    "class" => "Sylius\Bundle\UiBundle\DataCollector\TraceableTemplateEventRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Twig/TemplateEventExtension.php"
    "line" => 41
    "function" => "render"
    "class" => "Sylius\Bundle\UiBundle\Renderer\HtmlDebugTemplateEventRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/tests/Application/var/cache/dev/twig/76/762404afb27af425bccc8a200da1762a1e7eb67aca2ee0aad742104ecadfc61f.php"
    "line" => 226
    "function" => "render"
    "class" => "Sylius\Bundle\UiBundle\Twig\TemplateEventExtension"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php"
    "line" => 182
    "function" => "block_top"
    "class" => "__TwigTemplate_b3bcc0518dc4af4f3fb0b3e496f35458f7a976ba155670160da51706a483d555"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/tests/Application/var/cache/dev/twig/76/762404afb27af425bccc8a200da1762a1e7eb67aca2ee0aad742104ecadfc61f.php"
    "line" => 92
    "function" => "displayBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php"
    "line" => 405
    "function" => "doDisplay"
    "class" => "__TwigTemplate_b3bcc0518dc4af4f3fb0b3e496f35458f7a976ba155670160da51706a483d555"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php"
    "line" => 378
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/tests/Application/var/cache/dev/twig/da/da5e181f2350b0bab2287b03fb43f41fef80ba2630fdf09904cb79d42d419602.php"
    "line" => 48
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php"
    "line" => 405
    "function" => "doDisplay"
    "class" => "__TwigTemplate_6962fd500274bd524bccc4920de13059ea7615eae73a52666f71fa4377e12ae9"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php"
    "line" => 378
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php"
    "line" => 390
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 45
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Environment.php"
    "line" => 318
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Controller/HomepageController.php"
    "line" => 29
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 152
    "function" => "indexAction"
    "class" => "Sylius\Bundle\ShopBundle\Controller\HomepageController"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/tests/Application/public/index.php"
    "line" => 27
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:75
[
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 75
    "function" => "all"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 99
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 185
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 173
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php"
    "line" => 80
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/Fragment/FragmentHandler.php"
    "line" => 85
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php"
    "line" => 49
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\FragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php"
    "line" => 46
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/tests/Application/var/cache/dev/twig/33/3366a00e285ca5c002037f97b8cc46138b1e989d8b3713c126f142b5433fb3c9.php"
    "line" => 43
    "function" => "renderFragment"
    "class" => "Symfony\Bridge\Twig\Extension\HttpKernelRuntime"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php"
    "line" => 405
    "function" => "doDisplay"
    "class" => "__TwigTemplate_6061a81109695bad304b7f074044f2cf0788dfbdc7f6e204d2f38152645532d2"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php"
    "line" => 378
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php"
    "line" => 390
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 45
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Environment.php"
    "line" => 318
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/TwigTemplateBlockRenderer.php"
    "line" => 32
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/DataCollector/TraceableTemplateBlockRenderer.php"
    "line" => 35
    "function" => "render"
    "class" => "Sylius\Bundle\UiBundle\Renderer\TwigTemplateBlockRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/HtmlDebugTemplateBlockRenderer.php"
    "line" => 43
    "function" => "render"
    "class" => "Sylius\Bundle\UiBundle\DataCollector\TraceableTemplateBlockRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/DelegatingTemplateEventRenderer.php"
    "line" => 33
    "function" => "render"
    "class" => "Sylius\Bundle\UiBundle\Renderer\HtmlDebugTemplateBlockRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/DataCollector/TraceableTemplateEventRenderer.php"
    "line" => 34
    "function" => "render"
    "class" => "Sylius\Bundle\UiBundle\Renderer\DelegatingTemplateEventRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/HtmlDebugTemplateEventRenderer.php"
    "line" => 43
    "function" => "render"
    "class" => "Sylius\Bundle\UiBundle\DataCollector\TraceableTemplateEventRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Twig/TemplateEventExtension.php"
    "line" => 41
    "function" => "render"
    "class" => "Sylius\Bundle\UiBundle\Renderer\HtmlDebugTemplateEventRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/tests/Application/var/cache/dev/twig/76/762404afb27af425bccc8a200da1762a1e7eb67aca2ee0aad742104ecadfc61f.php"
    "line" => 226
    "function" => "render"
    "class" => "Sylius\Bundle\UiBundle\Twig\TemplateEventExtension"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php"
    "line" => 182
    "function" => "block_top"
    "class" => "__TwigTemplate_b3bcc0518dc4af4f3fb0b3e496f35458f7a976ba155670160da51706a483d555"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/tests/Application/var/cache/dev/twig/76/762404afb27af425bccc8a200da1762a1e7eb67aca2ee0aad742104ecadfc61f.php"
    "line" => 92
    "function" => "displayBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php"
    "line" => 405
    "function" => "doDisplay"
    "class" => "__TwigTemplate_b3bcc0518dc4af4f3fb0b3e496f35458f7a976ba155670160da51706a483d555"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php"
    "line" => 378
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/tests/Application/var/cache/dev/twig/da/da5e181f2350b0bab2287b03fb43f41fef80ba2630fdf09904cb79d42d419602.php"
    "line" => 48
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php"
    "line" => 405
    "function" => "doDisplay"
    "class" => "__TwigTemplate_6962fd500274bd524bccc4920de13059ea7615eae73a52666f71fa4377e12ae9"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php"
    "line" => 378
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php"
    "line" => 390
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 45
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Environment.php"
    "line" => 318
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Controller/HomepageController.php"
    "line" => 29
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 152
    "function" => "indexAction"
    "class" => "Sylius\Bundle\ShopBundle\Controller\HomepageController"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/tests/Application/public/index.php"
    "line" => 27
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:76
[
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 76
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 99
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 185
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 173
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php"
    "line" => 80
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/Fragment/FragmentHandler.php"
    "line" => 85
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php"
    "line" => 49
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\FragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php"
    "line" => 46
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/tests/Application/var/cache/dev/twig/33/3366a00e285ca5c002037f97b8cc46138b1e989d8b3713c126f142b5433fb3c9.php"
    "line" => 43
    "function" => "renderFragment"
    "class" => "Symfony\Bridge\Twig\Extension\HttpKernelRuntime"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php"
    "line" => 405
    "function" => "doDisplay"
    "class" => "__TwigTemplate_6061a81109695bad304b7f074044f2cf0788dfbdc7f6e204d2f38152645532d2"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php"
    "line" => 378
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php"
    "line" => 390
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 45
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Environment.php"
    "line" => 318
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/TwigTemplateBlockRenderer.php"
    "line" => 32
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/DataCollector/TraceableTemplateBlockRenderer.php"
    "line" => 35
    "function" => "render"
    "class" => "Sylius\Bundle\UiBundle\Renderer\TwigTemplateBlockRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/HtmlDebugTemplateBlockRenderer.php"
    "line" => 43
    "function" => "render"
    "class" => "Sylius\Bundle\UiBundle\DataCollector\TraceableTemplateBlockRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/DelegatingTemplateEventRenderer.php"
    "line" => 33
    "function" => "render"
    "class" => "Sylius\Bundle\UiBundle\Renderer\HtmlDebugTemplateBlockRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/DataCollector/TraceableTemplateEventRenderer.php"
    "line" => 34
    "function" => "render"
    "class" => "Sylius\Bundle\UiBundle\Renderer\DelegatingTemplateEventRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/HtmlDebugTemplateEventRenderer.php"
    "line" => 43
    "function" => "render"
    "class" => "Sylius\Bundle\UiBundle\DataCollector\TraceableTemplateEventRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Twig/TemplateEventExtension.php"
    "line" => 41
    "function" => "render"
    "class" => "Sylius\Bundle\UiBundle\Renderer\HtmlDebugTemplateEventRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/tests/Application/var/cache/dev/twig/76/762404afb27af425bccc8a200da1762a1e7eb67aca2ee0aad742104ecadfc61f.php"
    "line" => 226
    "function" => "render"
    "class" => "Sylius\Bundle\UiBundle\Twig\TemplateEventExtension"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php"
    "line" => 182
    "function" => "block_top"
    "class" => "__TwigTemplate_b3bcc0518dc4af4f3fb0b3e496f35458f7a976ba155670160da51706a483d555"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/tests/Application/var/cache/dev/twig/76/762404afb27af425bccc8a200da1762a1e7eb67aca2ee0aad742104ecadfc61f.php"
    "line" => 92
    "function" => "displayBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php"
    "line" => 405
    "function" => "doDisplay"
    "class" => "__TwigTemplate_b3bcc0518dc4af4f3fb0b3e496f35458f7a976ba155670160da51706a483d555"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php"
    "line" => 378
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/tests/Application/var/cache/dev/twig/da/da5e181f2350b0bab2287b03fb43f41fef80ba2630fdf09904cb79d42d419602.php"
    "line" => 48
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php"
    "line" => 405
    "function" => "doDisplay"
    "class" => "__TwigTemplate_6962fd500274bd524bccc4920de13059ea7615eae73a52666f71fa4377e12ae9"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php"
    "line" => 378
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Template.php"
    "line" => 390
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 45
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/twig/twig/src/Environment.php"
    "line" => 318
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Controller/HomepageController.php"
    "line" => 29
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 152
    "function" => "indexAction"
    "class" => "Sylius\Bundle\ShopBundle\Controller\HomepageController"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/tests/Application/public/index.php"
    "line" => 27
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_DEBUG
"1"
APP_ENV
"dev"
APP_SECRET
"EDITME"
DATABASE_URL
"mysql://ell:EQFAU7O5z3WNCm7@127.0.0.1/dutoner?serverVersion=mariadb-10.5.15"
JWT_PASSPHRASE
"acme_plugin_development"
JWT_PUBLIC_KEY
"%kernel.project_dir%/config/jwt/public.pem"
JWT_SECRET_KEY
"%kernel.project_dir%/config/jwt/private.pem"
MAILER_URL
"smtp://localhost"
MESSENGER_TRANSPORT_DSN
"doctrine://default"

Defined as regular env variables

Key Value
CONTEXT_DOCUMENT_ROOT
"/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/tests/Application/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/tests/Application/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/home/ell"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, deflate"
HTTP_AUTHORIZATION
""
HTTP_COOKIE
"sf_redirect=%7B%22token%22%3A%222d3a41%22%2C%22route%22%3A%22sylius_shop_default_locale%22%2C%22method%22%3A%22GET%22%2C%22controller%22%3A%22sylius.controller.shop.locale_switch%3AswitchAction%22%2C%22status_code%22%3A302%2C%22status_text%22%3A%22Found%22%7D"
HTTP_HOST
"dutoner.ell.mademonstration.fr"
HTTP_REFERER
"http://dutoner.ell.mademonstration.fr"
HTTP_USER_AGENT
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.43"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTP_AUTHORIZATION
""
REDIRECT_SCRIPT_URI
"http://dutoner.ell.mademonstration.fr/fr_FR/"
REDIRECT_SCRIPT_URL
"/fr_FR/"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/fr_FR/"
REMOTE_ADDR
"47.79.121.39"
REMOTE_PORT
"32058"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"http"
REQUEST_TIME
1745274521
REQUEST_TIME_FLOAT
1745274521.9293
REQUEST_URI
"/fr_FR/"
SCRIPT_FILENAME
"/home/ell/domains/dutoner.ell.mademonstration.fr/public_html/tests/Application/public/index.php"
SCRIPT_NAME
"/index.php"
SCRIPT_URI
"http://dutoner.ell.mademonstration.fr/fr_FR/"
SCRIPT_URL
"/fr_FR/"
SERVER_ADDR
"51.159.18.133"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"dutoner.ell.mademonstration.fr"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_DEBUG,APP_SECRET,DATABASE_URL,JWT_SECRET_KEY,JWT_PUBLIC_KEY,JWT_PASSPHRASE,MAILER_URL,MESSENGER_TRANSPORT_DSN"
USER
"ell"
proxy-nokeepalive
"1"

Parent Request

Return to parent request (token = b3b947)

Key Value
_controller
"sylius.controller.shop.homepage:indexAction"
_firewall_context
"security.firewall.map.context.shop"
_links
Fig\Link\GenericLinkProvider {#22875
  -links: [
    "0000000038b95266000000000f9e68d5" => Fig\Link\Link {#22874
      -href: "http://dutoner.ell.mademonstration.fr/new-api/docs.jsonld"
      -rel: [
        "http://www.w3.org/ns/hydra/core#apiDocumentation" => true
      ]
      -attributes: []
    }
  ]
}
_locale
"fr_FR"
_redirected
true
_remove_csp_headers
true
_route
"sylius_shop_homepage"
_route_params
[
  "_locale" => "fr_FR"
]
_security_firewall_run
"_security_shop"
_stopwatch_token
"84e8e6"