Skip to content

Commit 08fe7f7

Browse files
committed
Merge branch '4.4' into 5.4
* 4.4: Fix CS
2 parents 8f62a57 + 5d5a797 commit 08fe7f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/Form/ChoiceList/DoctrineChoiceLoaderTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,8 +328,8 @@ public function testLegacyLoadChoicesForValuesLoadsOnlyChoicesIfValueUseIdReader
328328

329329
$this->assertSame(
330330
[4 => $this->obj3, 7 => $this->obj2],
331-
$loader->loadChoicesForValues([4 => '3', 7 => '2']
332-
));
331+
$loader->loadChoicesForValues([4 => '3', 7 => '2'])
332+
);
333333
}
334334

335335
public function testLoadChoicesForValuesLoadsOnlyChoicesIfValueUseIdReader()

0 commit comments

Comments
 (0)