Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit 10b3904

Browse files
authored
RouterInterface: fix PHPDoc for factory return type
1 parent 068e75b commit 10b3904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RouteInterface.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ interface RouteInterface
2525
* Create a new route with given options.
2626
*
2727
* @param array|\Traversable $options
28-
* @return void
28+
* @return RouteInterface
2929
*/
3030
public static function factory($options = []);
3131

0 commit comments

Comments
 (0)