From 071299680ff8b1328ef0cd74d14eae817e7ca3c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Qu=E1=BB=B3nh=20Nguy=E1=BB=85n?= Date: Tue, 16 Jul 2024 20:51:47 +0700 Subject: [PATCH] Fix docblock for RoutingServiceProvider (#52144) --- src/Illuminate/Routing/RoutingServiceProvider.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Illuminate/Routing/RoutingServiceProvider.php b/src/Illuminate/Routing/RoutingServiceProvider.php index e26202d85ac6..1490226decb1 100755 --- a/src/Illuminate/Routing/RoutingServiceProvider.php +++ b/src/Illuminate/Routing/RoutingServiceProvider.php @@ -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() { @@ -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() {