Skip to content

Commit

Permalink
[8.x] Add missing getRoutes docblock to Route Facade (#35197)
Browse files Browse the repository at this point in the history
* add in getRoutes docblock

* Change order
  • Loading branch information
JamesFreeman authored Nov 12, 2020
1 parent a0861aa commit 72ea7ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Illuminate/Support/Facades/Route.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
* @method static \Illuminate\Routing\Route fallback(array|string|callable|null $action = null)
* @method static \Illuminate\Routing\Route get(string $uri, array|string|callable|null $action = null)
* @method static \Illuminate\Routing\Route|null getCurrentRoute()
* @method static \Illuminate\Routing\RouteCollectionInterface getRoutes()
* @method static \Illuminate\Routing\Route match(array|string $methods, string $uri, array|string|callable|null $action = null)
* @method static \Illuminate\Routing\Route options(string $uri, array|string|callable|null $action = null)
* @method static \Illuminate\Routing\Route patch(string $uri, array|string|callable|null $action = null)
Expand Down

0 comments on commit 72ea7ba

Please sign in to comment.