<?phpuseSymfony\Component\Routing\Matcher\Dumper\PhpMatcherTrait;useSymfony\Component\Routing\RequestContext;/** * This class has been auto-generated * by the Symfony Routing Component. */classProjectUrlMatcherextendsSymfony\Component\Routing\Matcher\UrlMatcher{usePhpMatcherTrait;publicfunction__construct(RequestContext$context){$this->context=$context;}}