We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03515fa commit 6cf5b7bCopy full SHA for 6cf5b7b
src/Contracts/User.php
@@ -14,28 +14,28 @@ public function getId();
14
/**
15
* Get the nickname / username for the user.
16
*
17
- * @return ?string
+ * @return string|null
18
*/
19
public function getNickname();
20
21
22
* Get the full name of the user.
23
24
25
26
public function getName();
27
28
29
* Get the e-mail address of the user.
30
31
32
33
public function getEmail();
34
35
36
* Get the avatar / image URL for the user.
37
38
39
40
public function getAvatar();
41
}
0 commit comments