diff --git a/src/Symfony/Component/Form/Tests/ChoiceList/AbstractChoiceListTest.php b/src/Symfony/Component/Form/Tests/ChoiceList/AbstractChoiceListTest.php index ca244ebd69..958bb66d50 100644 --- a/src/Symfony/Component/Form/Tests/ChoiceList/AbstractChoiceListTest.php +++ b/src/Symfony/Component/Form/Tests/ChoiceList/AbstractChoiceListTest.php @@ -17,7 +17,7 @@ namespace Symfony\Component\Form\Tests\ChoiceList; abstract class AbstractChoiceListTest extends \PHPUnit_Framework_TestCase { /** - * @var \Symfony\Component\Form\Extension\Core\ChoiceList\ChoiceListInterface + * @var \Symfony\Component\Form\ChoiceList\ChoiceListInterface */ protected $list; @@ -210,7 +210,7 @@ abstract class AbstractChoiceListTest extends \PHPUnit_Framework_TestCase } /** - * @return \Symfony\Component\Form\Extension\Core\ChoiceList\ChoiceListInterface + * @return \Symfony\Component\Form\ChoiceList\ChoiceListInterface */ abstract protected function createChoiceList();