Skip to content

Commit 756b7f5

Browse files
Merge pull request dingo#1623 from maxsky/patch-1
Update Router.php, var $version correct data type is array|string
2 parents fccd385 + d005b73 commit 756b7f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Routing/Router.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public function __construct(Adapter $adapter, ExceptionHandler $exception, Conta
119119
* This method can be called without the third parameter, however,
120120
* the callback should always be the last parameter.
121121
*
122-
* @param string $version
122+
* @param array|string $version
123123
* @param array|callable $second
124124
* @param callable $third
125125
*

0 commit comments

Comments
 (0)