Skip to content

Commit a796ba1

Browse files
authored
Fix inconsistent type hint for $passwordTimeoutSeconds (#47414)
1 parent 8d2e92f commit a796ba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Auth/Middleware/RequirePassword.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function __construct(ResponseFactory $responseFactory, UrlGenerator $urlG
4848
* Specify the redirect route and timeout for the middleware.
4949
*
5050
* @param string|null $redirectToRoute
51-
* @param string|null $passwordTimeoutSeconds
51+
* @param string|int|null $passwordTimeoutSeconds
5252
* @return string
5353
*
5454
* @named-arguments-supported

0 commit comments

Comments
 (0)