Skip to content

Commit bf8a5bf

Browse files
committed
update method parameter annotation
1 parent e561e27 commit bf8a5bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Router.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public static function create(): self
100100
/**
101101
* Group routes with the given common attributes
102102
*
103-
* @param string[] $attributes
103+
* @param array $attributes
104104
* @param Closure $body
105105
*/
106106
public function group(array $attributes, Closure $body): void

0 commit comments

Comments
 (0)