Completed
Push — master ( a85fa0...9473ea )
by Michał
03:56
created
id/interfaces/Identity.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -26,26 +26,26 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.