Skip to content

Commit

Permalink
Update Repository.tpl.php
Browse files Browse the repository at this point in the history
Added extra space character to keep the code style consistent.
  • Loading branch information
OleksiiBulba authored Jul 21, 2023
1 parent 79c710b commit 4eb84ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/skeleton/doctrine/Repository.tpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

/**
* @extends ServiceEntityRepository<<?= $entity_class_name; ?>>
<?= $with_password_upgrade ? "* @implements PasswordUpgraderInterface<$entity_class_name>\n" : "" ?>
<?= $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 4eb84ae

Please sign in to comment.