Skip to content

Commit

Permalink
Fix docblock for RoutingServiceProvider (#52144)
Browse files Browse the repository at this point in the history
  • Loading branch information
seriquynh committed Jul 16, 2024
1 parent b56fe6e commit 0712996
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Illuminate/Routing/RoutingServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,6 @@ protected function registerRedirector()
* Register a binding for the PSR-7 request implementation.
*
* @return void
*
* @throws \Illuminate\Contracts\Container\BindingResolutionException
*/
protected function registerPsrRequest()
{
Expand Down Expand Up @@ -159,8 +157,6 @@ protected function registerPsrRequest()
* Register a binding for the PSR-7 response implementation.
*
* @return void
*
* @throws \Illuminate\Contracts\Container\BindingResolutionException
*/
protected function registerPsrResponse()
{
Expand Down

0 comments on commit 0712996

Please sign in to comment.