Completed
Pull Request — master (#6722)
by Damian
08:47
created
src/Security/RememberLoginHash.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -84,11 +84,17 @@
 block discarded – undo
84 84
      */
85 85
     private $token = null;
86 86
 
87
+    /**
88
+     * @return string
89
+     */
87 90
     public function getToken()
88 91
     {
89 92
         return $this->token;
90 93
     }
91 94
 
95
+    /**
96
+     * @param string $token
97
+     */
92 98
     public function setToken($token)
93 99
     {
94 100
         $this->token = $token;
Please login to merge, or discard this patch.