Completed
Push — master ( de901a...efbe60 )
by Derek Stephen
04:42
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.