Skip to content

Commit 69b2f9f

Browse files
authored
fix return type of buildException method (#47422)
1 parent e953634 commit 69b2f9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Routing/Middleware/ThrottleRequests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ protected function resolveRequestSignature($request)
215215
* @param string $key
216216
* @param int $maxAttempts
217217
* @param callable|null $responseCallback
218-
* @return \Illuminate\Http\Exceptions\ThrottleRequestsException
218+
* @return \Illuminate\Http\Exceptions\ThrottleRequestsException|\Illuminate\Http\Exceptions\HttpResponseException
219219
*/
220220
protected function buildException($request, $key, $maxAttempts, $responseCallback = null)
221221
{

0 commit comments

Comments
 (0)