Skip to content

Commit

Permalink
Merge pull request #91 from coopTilleuls/fix-abstract-password-token-…
Browse files Browse the repository at this point in the history
…get-id-return-type

fix (AbstractPasswordToken): remove getId return type
  • Loading branch information
vincentchalamon committed Mar 28, 2022
2 parents b889a5b + 67a550f commit e182a87
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Entity/AbstractPasswordToken.php
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 e182a87

Please sign in to comment.