Skip to content

Commit

Permalink
[5.2] Fix return typehint in IdentityAware trait (#44567)
Browse files Browse the repository at this point in the history
  • Loading branch information
HLeithner authored Dec 6, 2024
1 parent 58adb21 commit 4494380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/src/Application/IdentityAware.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ trait IdentityAware
/**
* Get the application identity.
*
* @return User
* @return ?User
*
* @since 4.0.0
*/
Expand Down

0 comments on commit 4494380

Please sign in to comment.