Skip to content

Commit c4c6b5f

Browse files
feature #1402 fix implements PasswordUpgraderInterface in phpdoc
1 parent 77408fc commit c4c6b5f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Resources/skeleton/doctrine/Repository.tpl.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
/**
88
* @extends ServiceEntityRepository<<?= $entity_class_name; ?>>
9-
<?= $with_password_upgrade ? " * @implements PasswordUpgraderInterface<$entity_class_name>\n" : "" ?>
109
*
1110
* @method <?= $entity_class_name; ?>|null find($id, $lockMode = null, $lockVersion = null)
1211
* @method <?= $entity_class_name; ?>|null findOneBy(array $criteria, array $orderBy = null)

0 commit comments

Comments
 (0)