Skip to content

Commit 0098443

Browse files
authored
Fix indentation in Repository.tpl.php
1 parent 407a748 commit 0098443

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ public function __construct(RegistryInterface $registry)
1919
parent::__construct($registry, <?= $entity_class_name; ?>::class);
2020
}
2121

22-
// /**
23-
// * @return <?= $entity_class_name ?>[] Returns an array of <?= $entity_class_name ?> objects
24-
// */
22+
// /**
23+
// * @return <?= $entity_class_name ?>[] Returns an array of <?= $entity_class_name ?> objects
24+
// */
2525
/*
2626
public function findByExampleField($value)
2727
{

0 commit comments

Comments
 (0)