<?php //App%255CController%255CProductController%2523detailAction

return [PHP_INT_MAX, static function () { return \Symfony\Component\VarExporter\Internal\Hydrator::hydrate(
    $o = [
        clone (\Symfony\Component\VarExporter\Internal\Registry::$prototypes['Symfony\\Component\\Routing\\Annotation\\Route'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Symfony\\Component\\Routing\\Annotation\\Route')),
    ],
    null,
    [
        'Symfony\\Component\\Routing\\Annotation\\Route' => [
            'path' => [
                '/shop/{path}{productname}~p{product}',
            ],
            'name' => [
                'shop-detail',
            ],
            'requirements' => [
                [
                    'path' => '.*?',
                    'productname' => '[\\w-]+',
                    'product' => '\\d+',
                ],
            ],
            'defaults' => [
                [
                    'path' => '',
                ],
            ],
        ],
    ],
    [
        $o[0],
    ],
    []
); }];
