Skip to content

Commit c46eee1

Browse files
miklccttaylorotwell
authored andcommitted
fix phpDoc return type on RouteRegistrar (#19579)
* fix phpDoc return type on RouteRegistrar * partial revert due to comment
1 parent 3cde539 commit c46eee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Routing/RouteRegistrar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public function resource($name, $controller, array $options = [])
9696
/**
9797
* Create a route group with shared attributes.
9898
*
99-
* @param \Closure $callback
99+
* @param \Closure|string $callback
100100
* @return void
101101
*/
102102
public function group($callback)

0 commit comments

Comments
 (0)