10000 Whitespace cleanup · lidaa/symfony@693d0cd · GitHub
[go: up one dir, main page]

Skip to content

Commit 693d0cd

Browse files
committed
Whitespace cleanup
1 parent fb9d951 commit 693d0cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/Symfony/Tests/Bridge/Doctrine/Form/ChoiceList/EntityChoiceListTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ public function testChoicesMustBeManaged()
4040
{
4141
$entity1 = new SingleIdentEntity(1, 'Foo');
4242
$entity2 = new SingleIdentEntity(2, 'Bar');
43-
43+
4444
// no persist here!
45-
45+
4646
$choiceList = new EntityChoiceList(
4747
$this->em,
4848
self::SINGLE_IDENT_CLASS,
@@ -53,7 +53,7 @@ public function testChoicesMustBeManaged()
5353
$entity2,
5454
)
5555
);
56-
56+
5757
// triggers loading -> exception
5858
$choiceList->getChoices();
5959
}

0 commit comments

Comments
 (0)
0