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

Commit d9352e5

Browse files
authored
Merge pull request #54 from Slamdunk/patch-1
Fix PHPDoc for `RouterInterface#factory()` return type
2 parents 068e75b + 10b3904 commit d9352e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RouteInterface.php

Lines changed: 1 addition & 1 deletion
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)