Skip to content

Commit

Permalink
fix (AbstractPasswordToken): remove getId return type
Browse files Browse the repository at this point in the history
It could be a string and still be valid.
  • Loading branch information
GregoireHebert authored Mar 28, 2022
1 parent b889a5b commit 67a550f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Entity/AbstractPasswordToken.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ abstract class AbstractPasswordToken
*/
protected $expiresAt;

/**
* @return int
*/
abstract public function getId();

abstract public function getUser();
Expand Down

0 comments on commit 67a550f

Please sign in to comment.