Completed
Push — master ( bdabef...6d4bc5 )
by Derek Stephen
07:41
created
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   +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.