Skip to content

Commit 0b5a31b

Browse files
committed
comment tweaks
1 parent 41b8bf5 commit 0b5a31b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Resolver/ExplicitTemplateResolver.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use Symfony\Cmf\Component\Routing\RouteObjectInterface;
66

77
/**
8-
* If the route object provides a 'template' field in the defaults, return
8+
* If the route object provides a '_template' field in the defaults, return
99
* the configured generic controller to handle this content
1010
*
1111
* @author David Buchmann
@@ -32,7 +32,7 @@ public function __construct($genericController)
3232
}
3333

3434
/**
35-
* Checks if the defaults specify a 'template' and if so returns the
35+
* Checks if the defaults specify a '_template' and if so returns the
3636
* generic controller
3737
*
3838
* {@inheritDoc}

0 commit comments

Comments
 (0)