@@ -26,26 +26,26 @@ |
||
26 | 26 | * |
27 | 27 | * @return string|null |
28 | 28 | */ |
29 | - public function getUsername() : ?string; |
|
29 | + public function getUsername() : ? string; |
|
30 | 30 | |
31 | 31 | /** |
32 | 32 | * Returns the full name bound to the Identity. |
33 | 33 | * |
34 | 34 | * @return string|null |
35 | 35 | */ |
36 | - public function getName() : ?string; |
|
36 | + public function getName() : ? string; |
|
37 | 37 | |
38 | 38 | /** |
39 | 39 | * Returns the e-mail address bound to the Identity. |
40 | 40 | * |
41 | 41 | * @return string|null |
42 | 42 | */ |
43 | - public function getEmail() : ?string; |
|
43 | + public function getEmail() : ? string; |
|
44 | 44 | |
45 | 45 | /** |
46 | 46 | * Returns the avatar URI bound to the Identity. |
47 | 47 | * |
48 | 48 | * @return string|null |
49 | 49 | */ |
50 | - public function getAvatar() : ?string; |
|
50 | + public function getAvatar() : ? string; |
|
51 | 51 | } |