From 9496e3571168feff780f6efb17ddc00c670e2dee Mon Sep 17 00:00:00 2001 From: msquare Date: Mon, 6 Aug 2018 12:57:48 +0200 Subject: added comments and renamed short method to url generators --- src/Routing/UrlGeneratorInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Routing/UrlGeneratorInterface.php') diff --git a/src/Routing/UrlGeneratorInterface.php b/src/Routing/UrlGeneratorInterface.php index 17385bc2..f1a8ffed 100644 --- a/src/Routing/UrlGeneratorInterface.php +++ b/src/Routing/UrlGeneratorInterface.php @@ -12,5 +12,5 @@ interface UrlGeneratorInterface * @param array $parameters * @return string */ - public function link_to($path, $parameters = []); + public function linkTo($path, $parameters = []); } -- cgit v1.2.3-54-g00ecf