Skip to content

Commit 5a64e58

Browse files
committed
fixed typos
1 parent 0c5b83a commit 5a64e58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Symfony/Component/Form/ChoiceList/LazyChoiceList.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class LazyChoiceList implements ChoiceListInterface
4646
/**
4747
* @var ChoiceListInterface|null
4848
*
49-
* @deprecated Since 3.1, to be remove in 4.0. Cache the choice list in the {@link ChoiceLoaderInterface} instead.
49+
* @deprecated Since 3.1, to be removed in 4.0. Cache the choice list in the {@link ChoiceLoaderInterface} instead.
5050
*/
5151
private $loadedList;
5252

src/Symfony/Component/Form/Tests/ChoiceList/LazyChoiceListTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ public function testGetChoicesForValuesUsesLoadedList()
167167
$this->assertSame('RESULT', $this->list->getChoicesForValues(array('a', 'b')));
168168
}
169169

170-
// To be remove in 4.0
170+
// To be removed in 4.0
171171
public function testGetValuesForChoicesForwardsCallIfListNotLoaded()
172172
{
173173
$this->loader->expects($this->exactly(2))

0 commit comments

Comments
 (0)