Skip to content

Commit 214519c

Browse files
aishuanxiaofeiniuDean Li
andauthored
The parameter of authenticate() can be null (#322)
Co-authored-by: Dean Li <dean.li@rightcapital.com>
1 parent a2cd6b2 commit 214519c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Omniphx/Forrest/Interfaces/AuthenticationInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ interface AuthenticationInterface
77
/**
88
* Begin authentication process.
99
*
10-
* @param string $url
10+
* @param string|null $url
1111
*
1212
* @return \Illuminate\Http\RedirectResponse|void
1313
*/

0 commit comments

Comments
 (0)