10000 rename getTypedExtensions() to getTypeExtensions() · symfony/symfony@099f626 · GitHub
[go: up one dir, main page]

Skip to content

Commit 099f626

Browse files
committed
rename getTypedExtensions() to getTypeExtensions()
1 parent ac5cfee commit 099f626

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/Form/Test/FormIntegrationTestCase.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ protected function setUp()
2929
{
3030
$this->factory = Forms::createFormFactoryBuilder()
3131
->addExtensions($this->getExtensions())
32-
->addTypeExtensions($this->getTypedExtensions())
32+
->addTypeExtensions($this->getTypeExtensions())
3333
->addTypes($this->getTypes())
3434
->addTypeGuessers($this->getTypeGuessers())
3535
->getFormFactory();
@@ -40,7 +40,7 @@ protected function getExtensions()
4040
return array();
4141
}
4242

43-
protected function getTypedExtensions()
43+
protected function getTypeExtensions()
4444
{
4545
return array();
4646
}

0 commit comments

Comments
 (0)
0