X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fsymfony%2Frouting%2FGenerator%2FDumper%2FPhpGeneratorDumper.php;fp=vendor%2Fsymfony%2Frouting%2FGenerator%2FDumper%2FPhpGeneratorDumper.php;h=60bdf1da3522c19ab982401e59cf5f54f63cc64e;hp=9fd35ea112559499010eaf88f6a452fcdf172a19;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/vendor/symfony/routing/Generator/Dumper/PhpGeneratorDumper.php b/vendor/symfony/routing/Generator/Dumper/PhpGeneratorDumper.php index 9fd35ea11..60bdf1da3 100644 --- a/vendor/symfony/routing/Generator/Dumper/PhpGeneratorDumper.php +++ b/vendor/symfony/routing/Generator/Dumper/PhpGeneratorDumper.php @@ -46,8 +46,6 @@ use Symfony\Component\Routing\Exception\RouteNotFoundException; use Psr\Log\LoggerInterface; /** - * {$options['class']} - * * This class has been auto-generated * by the Symfony Routing Component. */ @@ -55,9 +53,6 @@ class {$options['class']} extends {$options['base_class']} { private static \$declaredRoutes; - /** - * Constructor. - */ public function __construct(RequestContext \$context, LoggerInterface \$logger = null) { \$this->context = \$context;