Completed
Push — master ( efbe60...e38209 )
by Derek Stephen
05:09
created
src/Entity/OAuth/Scope.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@  discard block
 block discarded – undo
12 12
     protected $identifier;
13 13
 
14 14
     /**
15
-     * @return mixed
15
+     * @return string
16 16
      */
17 17
     public function getIdentifier()
18 18
     {
@@ -28,7 +28,7 @@  discard block
 block discarded – undo
28 28
     }
29 29
 
30 30
     /**
31
-     * @return mixed
31
+     * @return string
32 32
      */
33 33
     function jsonSerialize()
34 34
     {
Please login to merge, or discard this patch.
src/Entity/OAuth/AccessToken.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
     }
61 61
 
62 62
     /**
63
-     * @return mixed
63
+     * @return string
64 64
      */
65 65
     public function getIdentifier()
66 66
     {
Please login to merge, or discard this patch.
src/Entity/OAuth/AuthCode.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@  discard block
 block discarded – undo
59 59
     }
60 60
 
61 61
     /**
62
-     * @return mixed
62
+     * @return string
63 63
      */
64 64
     public function getIdentifier()
65 65
     {
@@ -127,7 +127,7 @@  discard block
 block discarded – undo
127 127
     /**
128 128
      * Get the token user's identifier.
129 129
      *
130
-     * @return string|int
130
+     * @return User
131 131
      */
132 132
     public function getUserIdentifier()
133 133
     {
Please login to merge, or discard this patch.