Skip to content

Commit 5bf30a5

Browse files
committed
update doc block
1 parent f80ba11 commit 5bf30a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Routing/Route.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -852,7 +852,7 @@ public function named(...$patterns)
852852
/**
853853
* Set the handler for the route.
854854
*
855-
* @param \Closure|string $action
855+
* @param \Closure|array|string $action
856856
* @return $this
857857
*/
858858
public function uses($action)

0 commit comments

Comments
 (0)