Skip to content

Commit fe02343

Browse files
committed
Merge pull request #96 from richard-ejem/master
updated phpdoc for route callback argument
2 parents 5a929e6 + d899734 commit fe02343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Application/Routers/Route.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ class Route extends Nette\Object implements Application\IRouter
106106

107107
/**
108108
* @param string URL mask, e.g. '<presenter>/<action>/<id \d{1,3}>'
109-
* @param array|string default values or metadata
109+
* @param array|string|\Closure default values or metadata or callback for NetteModule\MicroPresenter
110110
* @param int flags
111111
*/
112112
public function __construct($mask, $metadata = [], $flags = 0)

0 commit comments

Comments
 (0)