Skip to content

Commit 421b6ec

Browse files
committed
fix tests
1 parent 0098443 commit 421b6ec

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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)