Skip to content

Commit

Permalink
fix implements PasswordUpgraderInterface in phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
AurelienPillevesse authored and jrushlow committed Feb 27, 2024
1 parent b0d2d5d commit 53e439e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Resources/skeleton/doctrine/Repository.tpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

/**
* @extends ServiceEntityRepository<<?= $entity_class_name; ?>>
<?= $with_password_upgrade ? " * @implements PasswordUpgraderInterface<$entity_class_name>\n" : "" ?>
*
* @method <?= $entity_class_name; ?>|null find($id, $lockMode = null, $lockVersion = null)
* @method <?= $entity_class_name; ?>|null findOneBy(array $criteria, array $orderBy = null)
Expand Down

0 comments on commit 53e439e

Please sign in to comment.