Skip to content

Commit addd0a8

Browse files
committed
minor #312 Fix indentation in Repository.tpl.php (tattali)
This PR was squashed before being merged into the 1.0-dev branch (closes #312). Discussion ---------- Fix indentation in Repository.tpl.php Commits ------- 421b6ec fix tests 0098443 Fix indentation in Repository.tpl.php
2 parents 407a748 + 421b6ec commit addd0a8

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
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
{

tests/Doctrine/fixtures/expected_xml/src/Repository/UserRepository.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, User::class);
2020
}
2121

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

tests/Doctrine/fixtures/expected_xml/src/Repository/XOtherRepository.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, XOther::class);
2020
}
2121

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

0 commit comments

Comments
 (0)