Completed
Push — master ( d15cf4...5163a0 )
by Valentyn
06:05
created
src/Users/Entity/ConfirmationToken.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,6 +45,9 @@  discard block
 block discarded – undo
45 45
      */
46 46
     private $expires_at;
47 47
 
48
+    /**
49
+     * @param string $type
50
+     */
48 51
     public function __construct(User $user, $type, \DateTimeInterface $expires_at = null)
49 52
     {
50 53
         if (in_array($type, $this->getValidTypes()) === false) {
@@ -87,7 +90,7 @@  discard block
 block discarded – undo
87 90
     }
88 91
 
89 92
     /**
90
-     * @return mixed
93
+     * @return string
91 94
      */
92 95
     public function getToken()
93 96
     {
Please login to merge, or discard this patch.