Skip to content

Commit 4494380

Browse files
authored
[5.2] Fix return typehint in IdentityAware trait (#44567)
1 parent 58adb21 commit 4494380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/src/Application/IdentityAware.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ trait IdentityAware
3636
/**
3737
* Get the application identity.
3838
*
39-
* @return User
39+
* @return ?User
4040
*
4141
* @since 4.0.0
4242
*/

0 commit comments

Comments
 (0)