Skip to content

Commit 2d2d670

Browse files
committed
cleanup interface in preparation for #150
1 parent 52fb25e commit 2d2d670

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

RouteObjectInterface.php

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,13 @@ public function getContent();
6666
/**
6767
* Get the route key.
6868
*
69-
* This key will be used as route name instead of the symfony core compatible
70-
* route name and can contain any characters.
69+
* This key will be used as route name instead of the name specified in the
70+
* route collection. There are no limitations to allowed characters in the
71+
* name.
7172
*
72-
* Return null if you want to use the default key.
73+
* Return null if you want to use the default name.
7374
*
74-
* @return string the route name
75+
* @return string|null the route name
7576
*/
7677
public function getRouteKey();
7778
}

0 commit comments

Comments
 (0)