summaryrefslogtreecommitdiff
path: root/src/Routing/UrlGeneratorInterface.php
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2018-08-06 12:57:48 +0200
committermsquare <msquare@notrademark.de>2018-08-06 12:57:48 +0200
commit9496e3571168feff780f6efb17ddc00c670e2dee (patch)
tree7313a4fecc2da111a199e727b12e88346d5db230 /src/Routing/UrlGeneratorInterface.php
parent86b29370786de35cc40e3424e09c3cf48551ee28 (diff)
added comments and renamed short method to url generators
Diffstat (limited to 'src/Routing/UrlGeneratorInterface.php')
-rw-r--r--src/Routing/UrlGeneratorInterface.php2
1 files changed, 1 insertions, 1 deletions
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 = []);
}