We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 407a748 commit 0098443Copy full SHA for 0098443
src/Resources/skeleton/doctrine/Repository.tpl.php
@@ -19,9 +19,9 @@ public function __construct(RegistryInterface $registry)
19
parent::__construct($registry, <?= $entity_class_name; ?>::class);
20
}
21
22
-// /**
23
-// * @return <?= $entity_class_name ?>[] Returns an array of <?= $entity_class_name ?> objects
24
-// */
+ // /**
+ // * @return <?= $entity_class_name ?>[] Returns an array of <?= $entity_class_name ?> objects
+ // */
25
/*
26
public function findByExampleField($value)
27
{
0 commit comments