Skip to content

Commit c699bb4

Browse files
fix typo (#45081)
1 parent c08f937 commit c699bb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Auth/SessionGuard.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ public function attempt(array $credentials = [], $remember = false)
401401
* Attempt to authenticate a user with credentials and additional callbacks.
402402
*
403403
* @param array $credentials
404-
* @param array|callable $callbacks
404+
* @param array|callable|null $callbacks
405405
* @param bool $remember
406406
* @return bool
407407
*/

0 commit comments

Comments
 (0)